-
-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Just can't get the capture templates to work: Capture abort: Unknown template placeholder: "%^G" #21
Comments
I just tested the Regarding bits like |
Well aware of that and didn't imply that at all. As I said, the code for sure is legit. Thanks again, |
Unfortunately, without being able to reproduce the issue, I don't have much to go off.
Glad to hear it's been helpful 😀.
That's really nice of you. I've added GH sponsor and Buy me a coffee just as options for people who are able to and would like to show their appreciation that way. If you're looking for non-financial ways of supporting me, I don't really think any exist. I suppose there are also the packages I maintain for which bug reports and fixes etc. are always welcome. Don't feel obligated in any way though, I do this because I like it, and everything past that is a bonus 🙂. |
Now I understand better how "Sponsor" works and tried to provide USD50. One more thing, reg. the "issue: (defun +doct-... Btw. I also tried without the |
That's fantastically generous of you! Many thanks 😀.
Hmm, I don't suspect so. If you want to see what it expands to, here's the "expanded" version of that code block: http://ix.io/3zRh. Perhaps it would be worth trying to construct a minimal example and seeing if that works? Something like, (doct `(("Test" :keys "t"
:file "/tmp/somefile.org"
:headline "Test"
:type entry
:template ("* TODO %? %^G%{extra}"
"%i %a")
:children (("General Test" :keys "t" :extra "some test"))))) For me that generates the following: (("t" "Test")
("tt" "General Test" entry
(file+headline "/tmp/somefile.org" "Test")
#'doct--fill-template :doct
(:doct-name "General Test" :keys "t" :extra "some test" :inherited-keys "tt" :file "/tmp/somefile.org" :headline "Test" :type entry :template
("* TODO %? %^G%{extra}" "%i %a")
:doct-custom
(:extra "some test")))) |
You're welcome. And of course, well deserved 💯 😄
|
Does |
I'm feeling bad that I can't provide anything valuable to this issue besides a report that this is happening for me too. |
I use the 1:1 version of your capture config (and much more).
I tried with / without the %{extra} and of course doct is installed correctly ...
I of course checked the org-mode docs and for sure %^G is legit.
Please help me out here.
I MUST say your configuration infused even more pleasure using DOOM. Your implementation of fonts are amazing.
BTW: What could your use of <> possibly mean?
Even though I know it has its place in referencing for org-files, my literate config.org trows an error if used.
Thank you in advance for your support and have a great day,
Jochen
The text was updated successfully, but these errors were encountered: