|
|
@ -245,11 +245,13 @@
|
|
|
|
(setq org-noter-property-doc-file "INTERLEAVE_PDF"
|
|
|
|
(setq org-noter-property-doc-file "INTERLEAVE_PDF"
|
|
|
|
org-noter-property-note-location "INTERLEAVE_PAGE_NOTE"))
|
|
|
|
org-noter-property-note-location "INTERLEAVE_PAGE_NOTE"))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(unless (iswin) ;; 27 only??
|
|
|
|
(use-package org-sidebar
|
|
|
|
(use-package org-sidebar
|
|
|
|
:bind ("C-c C-x s" . org-sidebar-tree))
|
|
|
|
:bind ("C-c C-x s" . org-sidebar-tree)))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(unless (iswin) ;; 27 only??
|
|
|
|
(use-package org-wc
|
|
|
|
(use-package org-wc
|
|
|
|
:bind ("C-c C-x w" . org-wc-display))
|
|
|
|
:bind ("C-c C-x w" . org-wc-display)))
|
|
|
|
|
|
|
|
|
|
|
|
(unless (iswin) (use-package pdf-tools
|
|
|
|
(unless (iswin) (use-package pdf-tools
|
|
|
|
;; view pdfs
|
|
|
|
;; view pdfs
|
|
|
@ -337,9 +339,10 @@
|
|
|
|
(org-ellipsis " ⤵")
|
|
|
|
(org-ellipsis " ⤵")
|
|
|
|
:hook (org-mode . org-bullets-mode)))
|
|
|
|
:hook (org-mode . org-bullets-mode)))
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(unless (iswin) ;; 27 only??
|
|
|
|
(use-package org-contrib)
|
|
|
|
(use-package org-contrib)
|
|
|
|
(require 'ox-extra)
|
|
|
|
(require 'ox-extra)
|
|
|
|
(ox-extras-activate '(ignore-headlines))
|
|
|
|
(ox-extras-activate '(ignore-headlines)))
|
|
|
|
|
|
|
|
|
|
|
|
(setq org-todo-keywords
|
|
|
|
(setq org-todo-keywords
|
|
|
|
'((sequence "TODO" "|" "DONE" "CANCELLED")))
|
|
|
|
'((sequence "TODO" "|" "DONE" "CANCELLED")))
|
|
|
|