Re: [O] Getting rid of split frame with org-capture

2013-10-04 Thread Alan Schmitt
alexander.vorob...@gmail.com writes: > I also wanted to have new pop-up org-capture window that would be created > in > response to some shortcut anywhere in Windows and occupied the entire > frame. > Since I haven't found any solutions, I just modified a function I saw in > this thread: > > (def

Re: [O] Getting rid of split frame with org-capture

2013-10-03 Thread Alexander Vorobiev
I also wanted to have new pop-up org-capture window that would be created in response to some shortcut anywhere in Windows and occupied the entire frame. Since I haven't found any solutions, I just modified a function I saw in this thread: (defun make-capture-frame () "Create a new frame

Re: [O] Getting rid of split frame with org-capture

2011-12-16 Thread Tom Prince
On Wed, 14 Dec 2011 00:11:11 +0100, Andreas Leha wrote: > While it works well on my emacs23, the emacs24 snapshot from > http://emacs.naquadah.org/ crashes, when I select a template. Is this a > general issue with emacs24? Ideas to adapt the snippet to work with > emacs24? What do you mean by

Re: [O] Getting rid of split frame with org-capture

2011-12-13 Thread Andreas Leha
Hi, @Tom, thanks for this nice snippet! Very useful, when several emacs frames are opened. While it works well on my emacs23, the emacs24 snapshot from http://emacs.naquadah.org/ crashes, when I select a template. Is this a general issue with emacs24? Ideas to adapt the snippet to work with em

Re: [O] Getting rid of split frame with org-capture

2011-11-25 Thread Eric S Fraga
Nick Dokos writes: > > > org-protocol is below my horizon :-) I had gotten it working a long time > ago, then something happened in ff and broke it, I fixed it, they broke > it again and at some point I gave up: every time I had to fix it, I I so sympathise with you! I gave up on capture from

Re: [O] Getting rid of split frame with org-capture

2011-11-20 Thread Tom Prince
On Sun, 13 Nov 2011 12:57:21 -0500, Nick Dokos wrote: > > 1) If I don't pass -c to emacsclient, then I need to search all my > >workspaces to find where emacs decided to put the capture frame > > 2) If I pass do pass -c to emacsclient, then I need to close the frame > >afterwards. And more

Re: [O] Getting rid of split frame with org-capture

2011-11-13 Thread Nick Dokos
Thomas Lockney wrote: > I'm attempting to get some code working that should create a new frame > with *just* org-capture, but when I run it, I keep getting a split > despite various attempts at running delete-other-windows. I'm running > on "GNU Emacs 24.0.90.1 (i386-apple-darwin10.8.0, NS > appl

Re: [O] Getting rid of split frame with org-capture

2011-11-13 Thread Nick Dokos
Tom Prince wrote: > On Sat, 12 Nov 2011 23:13:11 -0500, Nick Dokos wrote: > > Not worth the bother IMO[fn:1], but if you wish to implement it and submit > > a patch, I'd be happy to review it. > > > > Nick > > > > Footnotes: > > > > [fn:1] Remember, capture is supposed to be as unobtrusive as

Re: [O] Getting rid of split frame with org-capture

2011-11-13 Thread Tom Prince
On Sat, 12 Nov 2011 23:13:11 -0500, Nick Dokos wrote: > Not worth the bother IMO[fn:1], but if you wish to implement it and submit > a patch, I'd be happy to review it. > > Nick > > Footnotes: > > [fn:1] Remember, capture is supposed to be as unobtrusive as possible: >you just want to s

Re: [O] Getting rid of split frame with org-capture

2011-11-12 Thread Nick Dokos
Gregor Zattler wrote: > Hi Thomas, org-mode community, > * Thomas Lockney [10. Nov. 2011]: > > I'm attempting to get some code working that should create a new frame > > with *just* org-capture, > > this is something I also tried hard to achive. > > > but when I run it, I keep getting a split

Re: [O] Getting rid of split frame with org-capture

2011-11-12 Thread Gregor Zattler
Hi Thomas, org-mode community, * Thomas Lockney [10. Nov. 2011]: > I'm attempting to get some code working that should create a new frame > with *just* org-capture, this is something I also tried hard to achive. > but when I run it, I keep getting a split > despite various attempts at running d

[O] Getting rid of split frame with org-capture

2011-11-10 Thread Thomas Lockney
I'm attempting to get some code working that should create a new frame with *just* org-capture, but when I run it, I keep getting a split despite various attempts at running delete-other-windows. I'm running on "GNU Emacs 24.0.90.1 (i386-apple-darwin10.8.0, NS apple-appkit-1038.36)" so perhaps this