Re: org-refile-target-verify-function - use inherited tag & todo

2021-02-28 Thread Nathan Neff
Thank you Gustavo, I got this to work after revisiting! I changed my org-agenda-files to a single variable "org-agenda-files.org" , and populated the file with my agenda files. I modified the wrapper script to call the (org-agenda-files) function. This is so nice - I have a lot of org-mode

Re: org-refile-target-verify-function - use inherited tag & todo

2019-11-02 Thread Gustavo Barros
Hi Nate, On Fri, Nov 01 2019, Nathan Neff wrote: Indeed, I do use org-refile-use-outline-path 'file. However, I have a simple directory specified for my org-agenda-files. ("~/org-mode") Therefore I'll need to do something a bit different. It appears that your solution creates "targets"

Re: org-refile-target-verify-function - use inherited tag & todo

2019-11-01 Thread Nathan Neff
Thanks Gustavo, notes below: On Sun, Oct 27, 2019 at 5:58 PM Gustavo Barros wrote: > Hi Nate, > > On Sun, Oct 27 2019, Nathan Neff wrote: > > > 1) My org-agenda-files show up in the list. For example, foo.org and > bar.org show up in the refile targets, despite the > > function should return

Re: org-refile-target-verify-function - use inherited tag & todo

2019-10-27 Thread Gustavo Barros
Hi Nate, On Sun, Oct 27 2019, Nathan Neff wrote: > 1) My org-agenda-files show up in the list. For example, foo.org and bar.org > show up in the refile targets, despite the > function should return nil if a heading does not contain "Tasks" Curiously, I’ve been scratching this itch just today.

org-refile-target-verify-function - use inherited tag & todo

2019-10-27 Thread Nathan Neff
Hi all, I want to filter my refile targets to "Tasks" headings. This snippet works: https://lists.gnu.org/r/emacs-orgmode/2016-02/msg00088.html There's a few things I'd like to improve on: 1) My org-agenda-files show up in the list. For example, foo.org and bar.org show up in the refile