Compare commits

..

No commits in common. "e6b2f9eefb5e888f35398bd4a86b52bedc56b459" and "0ac05e43ef9039e294baf4a841e8a5ffd1af91ad" have entirely different histories.

2 changed files with 3 additions and 5 deletions

View File

@ -727,8 +727,7 @@ split horizontally again, but this extra work should not matter much."
db/org-bookmark-store-link
db/org-bookmark-export
db/org-lint-invalid-bookmark-link
db/org-lint-possible-bookmark-link
db/org-get-location))
db/org-lint-possible-bookmark-link))
;; This is to make the byte-compiler happy about setting some variables later on
;; 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)))
org-refile-use-outline-path 'buffer-name
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-outline-path-complete-in-steps nil
org-refile-target-verify-function 'db/verify-refile-target)

View File

@ -1896,8 +1896,7 @@ linking to any item."
org-agenda-files)))
(scope (cond (use-all-org-files
(append (unless current-buffer-is-in-org-agenda-files? ; avoid duplicate entries
(list (buffer-file-name default-buffer)))
(append (list (buffer-file-name default-buffer))
(org-agenda-files)
(cl-remove-if-not #'stringp
org-agenda-text-search-extra-files)))