swfl...@flintfam.org (Samuel W. Flint) writes:
>> Samuel W Flint writes:
>
> SF> Hello, I have an issue with org-protocol at the moment. If
> SF> using new-style links, one of my templates is not recognized.
> SF> If I try the following link:
> SF>
> org-protocol://capture?te
"Samuel W. Flint" writes:
> That format is documented in the docstring for org-capture-templates.
Correct! I suppose I should read docstrings from time to time.
> That's the most precise recipe I have. For some reason that specific
> template cannot be found.
I put
(setq org-capture-templates
> On Jun 14, 2017, at 08:58, Nicolas Goaziou wrote:
>
> Hello,
>
> swfl...@flintfam.org (Samuel W. Flint) writes:
>
>> I'm aware. The second (file path) is the capture template. All other
>> templates work, except for b for some reason.
>
> Isn't the capture template supposed to be a string
Hello,
swfl...@flintfam.org (Samuel W. Flint) writes:
> I'm aware. The second (file path) is the capture template. All other
> templates work, except for b for some reason.
Isn't the capture template supposed to be a string?
Anyway, I'm not able to reproduce your problem. Could you post a mor
First, my apologies for sending directly to you and not the list the
first time.
> Nicolas Goaziou writes:
NG> Hello, swfl...@flintfam.org (Samuel W. Flint) writes:
>> (setq org-capture-templates `(("a" "Create Appointment" entry
>> (file+olp "~/org/agenda.org" "Main Agenda, incl
Hello,
swfl...@flintfam.org (Samuel W. Flint) writes:
> (setq org-capture-templates
> `(("a" "Create Appointment" entry
> (file+olp "~/org/agenda.org" "Main Agenda, including diary"
> "Current")
> (file "~/.emacs.d/org-capture-templates/appointment-template.org")
You can
> Samuel W Flint writes:
SF> Hello, I have an issue with org-protocol at the moment. If
SF> using new-style links, one of my templates is not recognized.
SF> If I try the following link:
SF>
org-protocol://capture?template=b&title=FlintFam.org+Home&url=http%3A%2F%2Fflintfam.o
Hello,
I have an issue with org-protocol at the moment. If using new-style
links, one of my templates is not recognized. If I try the following
link:
org-protocol://capture?template=b&title=FlintFam.org+Home&url=http%3A%2F%2Fflintfam.org
I get an error:
*ERROR*: Capture template ‘b’: nil
What