diff options
author | fpi | 2020-06-03 19:22:25 +0200 |
---|---|---|
committer | fpi | 2020-06-08 20:09:09 +0200 |
commit | a02db53860b418fe56cc403bf2d116bb634d007a (patch) | |
tree | 56cc4430a929a6f4effd577c07c015a56b10f3fd | |
parent | Set emacs to ask for gpg passphrases in the minibuffer (diff) |
Customize org column view layout
-rw-r--r-- | emacs-init.org | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs-init.org b/emacs-init.org index b636c0f..5741649 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -1912,6 +1912,11 @@ Use imagemagick and standalone class for latex preview. (use-package org-num :delight) #+end_src +*** Column view +#+begin_src emacs-lisp +(setq org-columns-default-format + "%50ITEM(Task) %5Effort(Effort){:} %5CLOCKSUM %3PRIORITY %20DEADLINE %20SCHEDULED %20TIMESTAMP %TODO %CATEGORY %TAGS") +#+end_src *** org-caldav #+begin_src emacs-lisp (use-package org-caldav |