From 2b5aca224fcdc119e5fe0f8b7c5c277aecd3daab Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 31 May 2013 19:43:00 +0100 Subject: Emacs: rename deprecated org-alphabetical-lists variable --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 5c1f496..7eb05be 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -582,7 +582,7 @@ Values: `desktop', `server', `laptop'") ;; Allow refiling into any org file org-refile-targets '((org-agenda-files :maxlevel . 3)) - org-alphabetical-lists t + org-list-allow-alphabetical t org-pretty-entities t -- cgit 1.4.1