From a02db53860b418fe56cc403bf2d116bb634d007a Mon Sep 17 00:00:00 2001 From: fpi Date: Wed, 3 Jun 2020 19:22:25 +0200 Subject: Customize org column view layout --- emacs-init.org | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs-init.org') 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 -- cgit v1.2.3