You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry for answering so late. I had had a short look at that time, but then got sidetracked...
This separate entry is triggered by this line in the code.
(org-entry-put nil "ATTACH_DIR" funcdir)
The property is only inserted in the section if it is not yet set within the current context, e.g. by an inherited entry from the above section or from a global settting. In my own documents I always use (actually I generate it through yast) a setting in the header that configures the same path as my user function...
#+PROPERTY: ATTACH_DIR /tmp/test-att
I could introduce a switch variable for you where one could configure whether the Property should be put into the section for the normal case or not. That probably would be a clean solution.
I insert image as per the path in
org-attach-screenshot-dirfunction
.But after every insertion, it adds following PROPERTIES under the heading,
... which seems unnecessary and polluting in my opinion.
Is there a way to avoid it?
Btw this plugin is very helpful. Thanks for making it.
The text was updated successfully, but these errors were encountered: