Capture to variable file #540
JulianB-Dev
started this conversation in
Ideas
Replies: 2 comments
-
Hi, I guess this makes perfect sense. Go ahead and make a PR once you have something and we can go from there. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #591 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like my journal and meeting notes to be in separate files, so I created the following configuration
I then realized that
target
will not be parsed, so I monkey patched capture/init.lua:134ll to:I'm aware that starting a discussion for this is not the (final) way to go, but before I fork, change and pull request, I wanted to ask if the idea behind the change is acceptable for this project - I have NO idea how emacs orgmode would handle this (not using emacs).
(Additionally, I guess it would be better to refactor Template:compile, extracting the parts that would be redundant after above changes and instead call them from
Template.compile
andCapture:_get_refile_vars()
)Would you welcome said change?
Beta Was this translation helpful? Give feedback.
All reactions