Re: [O] Alfred workflow for org-capture

2013-09-13 Thread Damon Haley
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

Re: [O] Alfred workflow for org-capture

2013-09-13 Thread Alan Schmitt
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

Re: [O] Alfred workflow for org-capture

2013-09-13 Thread Alan Schmitt
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

Re: [O] Alfred workflow for org-capture

2013-09-13 Thread Alexander Baier
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

Re: [O] Alfred workflow for org-capture

2013-09-13 Thread Alan Schmitt
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

Re: [O] Alfred workflow for org-capture

2013-09-12 Thread Haider Rizvi
"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

[O] Alfred workflow for org-capture

2013-09-12 Thread Robert P. Goldman
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!