Hi,
I'm trying to make an org-capture frame so I can call it conveniently
with a keystroke and emacsclient will launch and bring up
org-capture. This works, and it is very convenient for my
workflow. Basically I do the following in my awesome window manager
configuration:
awful.key({ modkey
Micah Anderson writes:
>
> (defadvice capture-finalize (after delete-capture-frame activate)
> "Advise capture-finalize to close the frame if it is the capture frame"
> (if (equal "capture" (frame-parameter nil 'name))
> (delete-frame)))
>
Tom Prince writes:
> On Tue, 20 Sep 2011 18:45:31 -0400, Micah Anderson wrote:
> Non-text part: multipart/signed
>>
>> I have a function to create a frame for capture mode that I can call
>> with emacsclient at any time:
>>
>> ;; Initialization of capture
I have a function to create a frame for capture mode that I can call
with emacsclient at any time:
;; Initialization of capture frames
(defun make-capture-frame ()
"Create a new frame and run org-capture"
(interactive)
(make-frame '((name . "capture") (width . 80) (height . 10)))
(selec
* Carsten Dominik [2009-03-18 04:42-0400]:
>
> On Mar 17, 2009, at 8:38 PM, Micah Anderson wrote:
>> Carsten Dominik writes:
>>> On May 25, 2007, at 3:41, Steven Lumos wrote:
>>>
>>>> Being yet another planner switcher, I'm used to using planner
Hi all, apologies for resurrecting an older thread, but I was searching
for this very capability and found this post.
Carsten Dominik writes:
> On May 25, 2007, at 3:41, Steven Lumos wrote:
>
>> Being yet another planner switcher, I'm used to using planner-report-
>> generate to assist me with w