Alan Schmitt <alan.schm...@polytechnique.org> writes:

> On 2015-07-28 11:58, Peter Davis <p...@pfdstudio.com> writes:
>
>>> if you use firefox, see:
>>>
>>> https://addons.mozilla.org/it/firefox/addon/org-mode-capture/
>>>
>>
>> Thank you, Daniele. I'm afraid I haven't been able to get this to work on
>> a Mac. I have the Firefox add-in installed, and emacs
>> configured, but when I click the icon, nothing (seems to) happen(s).
>
> Did you configure a capture template for it?

Yes, based on the info here: http://chadok.info/firefox-org-capture/

I added the "l" item to:

(setq org-capture-templates
      '(("t" "Todo" entry (file+headline "~/org/gtd.org" "Tasks")
         "* TODO %?\n  %i\n  %a")
        ("j" "Journal" entry (file+datetree "~/org/journal.org" "Journal")
         "* Topic: %^{Topic?}\n\n%?\n\nEntered on %U\n  %i\n  %a")
    ("l" "org-protocol" entry (file "~/org/links.org" "Links")
     "* Link: %c\n%U\n%i\n" :immediate-finish)
        ("n" "Notes" entry (file+datetree "~/org/notes.org" "Notes")
         "* Topic: %^{Topic?}\n\n%?\n\nEntered on %U\n  %i\n  %a")
        ("r" "Reference" entry (file+datetree "~/org/reference.org" "Reference")
         "* Topic: %^{Topic?}\n\n%?\n\nEntered on %U\n  %i\n  %a")
        ("q" "Questions" entry (file+datetree "~/org/questions.org" "Questions")
         "* %?\n\nEntered on %U\n  %i\n  %a")))

Thanks,
-pd

Reply via email to