[O] Making org-fit-agenda-window able to be turned off?

2012-04-14 Thread Kyle Machulis
Would adding a flag to skip calls to org-fit-agenda-window be handy to anyone else? Some context: I use workgroups.el (https://github.com/tlh/workgroups.el) for my desktop management setup. I have a workgroup that keeps my org-mode daily agenda and sauron (https://github.com/djcb/sauron) up as my

Re: [O] Sticky agenda status?

2012-04-14 Thread Kyle Machulis
On Fri, Apr 13, 2012 at 3:56 PM, Max Mikhanosha wrote: > I had merged origin/master into max-sticky-agenda, can you try it out > so that there is more then one person running it? If everything looks > good I'll push it to master on Monday. I'm running it now, seems to be working well. > So far I

Re: [O] Capturing to current file

2012-04-14 Thread Samuel Wales
The only thing it needs is to insert above the current headline if you are in body text.

Re: [O] Capturing to current file

2012-04-14 Thread Nick Dokos
Charles wrote: > I thought that the manual states to capture a TODO to the current file > use /C-0 (zero) then proceed with the capture. I use this frequently. > > Am I missing something in the question? > Probably not - I just didn't know about this method. It's not quite a capture (no indire

Re: [O] Using '?' as a todo keyword?

2012-04-14 Thread Filippo A. Salustri
Thanks for the idea. Yes, I also use colour, but my brain prefers both colour and mnemonics that work for it. I do understand it's not for everyone. /fas On 14 April 2012 19:34, suvayu ali wrote: > Hi Filippo, > > On Fri, Apr 13, 2012 at 22:28, Filippo A. Salustri > wrote: > > Later, during r

Re: [O] Capturing to current file

2012-04-14 Thread Charles
I thought that the manual states to capture a TODO to the current file use /C-0 (zero) then proceed with the capture. I use this frequently. Am I missing something in the question? Charlie Millar On 4/14/2012 7:04 PM, Nick Dokos wrote: Nick Dokos wrote: I couldn't really tell what the OP

Re: [O] Latex export postamble

2012-04-14 Thread Pedro Silva
Pedro Silva writes: > Is it possible to insert text just before \end{document} on export, > similarly to org-export-html-postamble? > > I'd like to do this on a capture target file that contains the following > at the end: > > \bibliography{references} > > New capture entries keep getting i

[O] A patch for a workaround for Chrome - org-protocol use on Gnome/Linux

2012-04-14 Thread Harri Kiiskinen
Hi, below is a small patch that adds a custom separator to org-protocol.el. This is useful for using org-protocol with Google Chrome browser, which does not allow the direct use of 'emacsclient' and one is forced to use the OS protocol handlers. Which in the case of Gnome use the gvfs which has a

Re: [O] Using '?' as a todo keyword?

2012-04-14 Thread suvayu ali
Hi Filippo, On Fri, Apr 13, 2012 at 22:28, Filippo A. Salustri wrote: > Later, during review, the '?'s stand out against the other alpha keywords, > drawing my attention to them. Maybe something like this will help. (setq org-todo-keyword-faces '(("DBUG" . (:background "gold" :foreground

Re: [O] Capturing to current file

2012-04-14 Thread Richard Riley
Nick Dokos writes: > Nick Dokos wrote: > >> I couldn't really tell what the OP requested, > > ... and then I noticed the Subject: header - d'oh... > > Nick > ;))

Re: [O] Capturing to current file

2012-04-14 Thread Marvin Doyley
Nick This is indeed what I am looking for. Thanks M Richard Riley wrote: >* Karl Voit writes:* >* * >* > * Marvin Doyley wrote:* >* >> Hi there,* >* >* >* > Hi!* >* >* >* >> I am trying to create a thought bin related to a specific project* >* >> (org-file, where I perform all my writing ta

Re: [O] Using '?' as a todo keyword?

2012-04-14 Thread Samuel Wales
I cannot speak for OP's ? but my impetus for non-alpha is separating words. I do not like underscores, so I use hyphens and spaces where they work, for tags, todo keywords, and properties. I think search doesn't allow escaping - yet, but otherwise they seem to work for my purposes. I do not reco

Re: [O] Capturing to current file

2012-04-14 Thread Nick Dokos
Samuel Wales wrote: > Can you capture to the header just above the current header? > Not that I know of. Nick

Re: [O] Capturing to current file

2012-04-14 Thread Nick Dokos
Nick Dokos wrote: > I couldn't really tell what the OP requested, ... and then I noticed the Subject: header - d'oh... Nick

Re: [O] Capturing to current file

2012-04-14 Thread Samuel Wales
Can you capture to the header just above the current header?

Re: [O] Capturing to current file

2012-04-14 Thread Nick Dokos
Richard Riley wrote: > Karl Voit writes: > > > * Marvin Doyley wrote: > >> Hi there, > > > > Hi! > > > >> I am trying to create a thought bin related to a specific project > >> (org-file, where I perform all my writing task). > >> My idea is very simple, if an idea, todo item related to the p

Re: [O] multiple date_tree values possible in a single file

2012-04-14 Thread T . F . Torrey
>>> I would like to have two headings >>> in one file, and to be able to use `org-capture' to file notes under >>> each of them >>> in a date-tree. I know you can file notes under an individual heading >>> using the DATE_TREE property, but how would you use this for two >>> different headings? >>

Re: [O] Capturing to current file

2012-04-14 Thread Richard Riley
Karl Voit writes: > * Marvin Doyley wrote: >> Hi there, > > Hi! > >> I am trying to create a thought bin related to a specific project >> (org-file, where I perform all my writing task). >> My idea is very simple, if an idea, todo item related to the project >> i am working on, which is usuall

Re: [O] Capturing to current file

2012-04-14 Thread Karl Voit
* Marvin Doyley wrote: > Hi there, Hi! > I am trying to create a thought bin related to a specific project > (org-file, where I perform all my writing task). > My idea is very simple, if an idea, todo item related to the project > i am working on, which is usually the case, I would like to fi

[O] Capturing to current file

2012-04-14 Thread Marvin Doyley
Hi there, I am trying to create a thought bin related to a specific project (org-file, where I perform all my writing task). My idea is very simple, if an idea, todo item related to the project i am working on, which is usually the case, I would like to file it under a specific heading within t

Re: [O] [PATCH] org-mobile newheading, delete, refile and archive edit nodes

2012-04-14 Thread Henning Weiss
Hi Bastien, On Mon, Apr 9, 2012 at 12:50 PM, Bastien wrote: > Hi Henning, > > Henning Weiss writes: > > > I have attached a patch for org-mobile.el which adds four additional > > edit nodes. They seem to work and adding and deleting has already > > been implemented "client-side wise" in mobileo

Re: [O] [bug?] Re: layout org-babel menu

2012-04-14 Thread Nick Dokos
Eric Schulte wrote: > Yagnesh Raghava Yakkala writes: > > > Hello Eric, > > > > Eric Schulte writes: > >> Hi, > >> > >> Thanks for your concern over the test suite. I believe the problem is > >> that I've been trying to stick to the version of Org-mode included in > >> the Emacs24 pre-test, w

Re: [O] [bug?] Re: layout org-babel menu

2012-04-14 Thread Eric Schulte
Yagnesh Raghava Yakkala writes: > Hello Eric, > > Eric Schulte writes: >> Hi, >> >> Thanks for your concern over the test suite. I believe the problem is >> that I've been trying to stick to the version of Org-mode included in >> the Emacs24 pre-test, which has changed my load path and means th

Re: [O] food for thought re. git workflows

2012-04-14 Thread Carsten Dominik
On 14.4.2012, at 00:45, Nick Dokos wrote: > I thought this was an interesting read: > > http://sandofsky.com/blog/git-workflow.html Hi Nick, thanks for the link - interesting indeed. - Carsten

Re: [O] multiple date_tree values possible in a single file

2012-04-14 Thread Carsten Dominik
On 12.4.2012, at 16:55, Nick Dokos wrote: > Stuart McLean wrote: > >> Hi, Nick >> >> I have expressed myself poorly. It is not so much what I can not get to >> work. It is more "is such-and-such possible". I would like to have two >> headings >> in one file, and to be able to use `org-capture

Re: [O] [beamerposter] How do I suppress frame title?

2012-04-14 Thread suvayu ali
Hi Mikhail, On Fri, Apr 13, 2012 at 20:31, Mikhail Titov wrote: >> Your solution works, and I have used it before to get a backup slide >> marker saying just "bakup slides" in the centre before. > > Do you mean former or latter one? When I try to change org-beamer.el as > described above, I get