Compare commits
No commits in common. "e6b2f9eefb5e888f35398bd4a86b52bedc56b459" and "0ac05e43ef9039e294baf4a841e8a5ffd1af91ad" have entirely different histories.
e6b2f9eefb
...
0ac05e43ef
5
init.el
5
init.el
@ -727,8 +727,7 @@ split horizontally again, but this extra work should not matter much."
|
|||||||
db/org-bookmark-store-link
|
db/org-bookmark-store-link
|
||||||
db/org-bookmark-export
|
db/org-bookmark-export
|
||||||
db/org-lint-invalid-bookmark-link
|
db/org-lint-invalid-bookmark-link
|
||||||
db/org-lint-possible-bookmark-link
|
db/org-lint-possible-bookmark-link))
|
||||||
db/org-get-location))
|
|
||||||
|
|
||||||
;; This is to make the byte-compiler happy about setting some variables later on
|
;; This is to make the byte-compiler happy about setting some variables later on
|
||||||
;; that are defined in those packages.
|
;; that are defined in those packages.
|
||||||
@ -873,7 +872,7 @@ split horizontally again, but this extra work should not matter much."
|
|||||||
(db/org-default-notes-file . (:maxlevel . 9)))
|
(db/org-default-notes-file . (:maxlevel . 9)))
|
||||||
org-refile-use-outline-path 'buffer-name
|
org-refile-use-outline-path 'buffer-name
|
||||||
org-refile-use-cache nil
|
org-refile-use-cache nil
|
||||||
org-refile-allow-creating-parent-nodes 'nil
|
org-refile-allow-creating-parent-nodes 'confirm
|
||||||
org-indirect-buffer-display 'current-window
|
org-indirect-buffer-display 'current-window
|
||||||
org-outline-path-complete-in-steps nil
|
org-outline-path-complete-in-steps nil
|
||||||
org-refile-target-verify-function 'db/verify-refile-target)
|
org-refile-target-verify-function 'db/verify-refile-target)
|
||||||
|
|||||||
@ -1896,8 +1896,7 @@ linking to any item."
|
|||||||
org-agenda-files)))
|
org-agenda-files)))
|
||||||
|
|
||||||
(scope (cond (use-all-org-files
|
(scope (cond (use-all-org-files
|
||||||
(append (unless current-buffer-is-in-org-agenda-files? ; avoid duplicate entries
|
(append (list (buffer-file-name default-buffer))
|
||||||
(list (buffer-file-name default-buffer)))
|
|
||||||
(org-agenda-files)
|
(org-agenda-files)
|
||||||
(cl-remove-if-not #'stringp
|
(cl-remove-if-not #'stringp
|
||||||
org-agenda-text-search-extra-files)))
|
org-agenda-text-search-extra-files)))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user