Function: org-columns-edit-attributes
org-columns-edit-attributes is an interactive and byte-compiled
function defined in org-colview.el.gz.
Signature
(org-columns-edit-attributes)
Documentation
Edit the attributes of the current column.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/org/org-colview.el.gz
(defun org-columns-edit-attributes ()
"Edit the attributes of the current column."
(interactive)
(org-columns-new (nth (org-current-text-column) org-columns-current-fmt-compiled)))