"Christopher M. Miles" <numbch...@gmail.com> writes: > I press [C-c C-z] `org-add-note` to add logbook note. It will open a new > temporary buffer. I want to execute command [C-c C-a m] `org-attach-mv` > to attach a file. But it will prompt me for org-attach directory. I > think commands like `org-add-note`, `org-clock` add log, `org-todo` > change TODO state add log, etc should auto inherit this org-attach > directory. So that user can do `org-attach` in the temporary log buffer. > > WDYT?
Makes sense, but `org-add-log-note` implementation is not great. We should ideally re-use capture, which will give the right context without extra efforts. Patches welcome! -- Ihor Radchenko // yantar92, Org mode contributor, Learn more about Org mode at <https://orgmode.org/>. Support Org development at <https://liberapay.com/org-mode>, or support my work at <https://liberapay.com/yantar92>