In addition to Alfred/Applescript, the Quickkeys application allows once to
directly access emacs keybindings (without emacsclient) and then let emacs
call call apple script to retrieve useful context for org-capture.
My solution is completely stolen from John Wiegley, but it works great.
After
alan.schm...@polytechnique.org writes:
> lexi.ba...@gmail.com writes:
>
>> Hi Alan,
>>
>> Alan Schmitt writes:
>>
>> [...]
>>
>>> The question: is there a way to:
>>> - present only the capture buffer in the new frame (right now it's split
>>> with the scratch buffer)?
Following the idea from Al
lexi.ba...@gmail.com writes:
> Hi Alan,
>
> Alan Schmitt writes:
>
> [...]
>
>> The question: is there a way to:
>> - present only the capture buffer in the new frame (right now it's split
>> with the scratch buffer)?
>> - delete the window at the end of capture?
>>
>
> How about `org-capture-aft
Hi Alan,
Alan Schmitt writes:
[...]
> The question: is there a way to:
> - present only the capture buffer in the new frame (right now it's split
> with the scratch buffer)?
> - delete the window at the end of capture?
>
How about `org-capture-after-finalize-hook'? What I can get from the
pcum
hari...@gmail.com writes:
> "Robert P. Goldman" writes:
>
>> Does anyone have a workflow for the Alfred Mac app launcher that will
>> interact with org-capture?
>
> If Alfred can trigger an Applescript, I use the following with Quicksilver:
>
> Applescript:
>
> property eclient : "/Applications
"Robert P. Goldman" writes:
> Does anyone have a workflow for the Alfred Mac app launcher that will
> interact with org-capture?
If Alfred can trigger an Applescript, I use the following with Quicksilver:
Applescript:
property eclient : "/Applications/Emacs.app/Contents/MacOS/bin/emacsclient
Does anyone have a workflow for the Alfred Mac app launcher that will
interact with org-capture?
I know there have been versions before that worked with Quicksilver,
which is quite similar.
Thought I would ask before trying to roll my own.
Thanks!