[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] "Capture"-like browser plugin?
From: |
Peter Davis |
Subject: |
Re: [O] "Capture"-like browser plugin? |
Date: |
Wed, 29 Jul 2015 08:27:26 -0400 |
Alan Schmitt <address@hidden> writes:
> On 2015-07-28 11:58, Peter Davis <address@hidden> 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
- Re: [O] "Capture"-like browser plugin?, (continued)
- Re: [O] "Capture"-like browser plugin?, Jonathan Leech-Pepin, 2015/07/23
- Re: [O] "Capture"-like browser plugin?, Loris Bennett, 2015/07/23
- Re: [O] "Capture"-like browser plugin?, Cook, Malcolm, 2015/07/23
- Re: [O] "Capture"-like browser plugin?, Peter Davis, 2015/07/23
- Re: [O] "Capture"-like browser plugin?, Daniele Pizzolli, 2015/07/23
- Re: [O] "Capture"-like browser plugin?, Daniele Pizzolli, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Peter Davis, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Alan Schmitt, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Peter Davis, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Nick Dokos, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Peter Davis, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Peter Davis, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Nick Dokos, 2015/07/29
- Re: [O] "Capture"-like browser plugin?, Peter Davis, 2015/07/29
Re: [O] "Capture"-like browser plugin?, Jay Dresser, 2015/07/29