diff --git a/modules/home/users/msyds/emacs/lisp/syd/org.el b/modules/home/users/msyds/emacs/lisp/syd/org.el index a966ec4..287fbb1 100644 --- a/modules/home/users/msyds/emacs/lisp/syd/org.el +++ b/modules/home/users/msyds/emacs/lisp/syd/org.el @@ -164,6 +164,7 @@ (org-enforce-todo-dependencies t) (org-image-actual-width nil) (org-imenu-depth 6) + (org-M-RET-may-split-line '((default . nil))) ;; Include some sane default CSS declarations when exporting to HTML. (org-html-head syd-org-default-css) ;; Don't right-align tags. @@ -172,8 +173,8 @@ (?B . warning) (?C . success))) ;; Stay out of my config dir! - (org-id-locations-file (file-name-concat syd-cache-dir - "org-id-locations")) + (org-id-locations-file (file-name-concat + syd-cache-dir "org-id-locations")) (org-cite-global-bibliography (list (expand-file-name "~/etc/liography.bib"))) ;; New headings should be inserted /after/ the heading's contents.