[O] Recurse through a directory tree in org-agenda

2015-05-01 Thread Yuri Niyazov
It is common to have something like this in an org configuration: (customize-set-variable 'org-agenda-files '("~/org")) This means that all the org files in ~/org (but not all the org files in subdirectories of "~/org") will be automatically included in the agenda. It seems like a common request

Re: [O] ox-latex export code block results without \texttt

2015-05-01 Thread Joon Ro
I'm sorry, :results latex solved my problem. :)From: joon...@outlook.com To: emacs-orgmode@gnu.org Date: Fri, 1 May 2015 17:34:34 -0500 Subject: [O] ox-latex export code block results without \texttt Hi, When I export a org file with an inline code like "Two plus two equals src_python{return(2

[O] ox-latex export code block results without \texttt

2015-05-01 Thread Joon Ro
Hi, When I export a org file with an inline code like "Two plus two equals src_python{return(2+2)}" to latex, it is exported as "Two plus two equals \texttt{4}". Is there any way to suppress \texttt and have it exported as a common text? Usually I would want the verbatim font, but in this partic

[O] Filters lost after reviving buried, sticky agenda

2015-05-01 Thread Daniel Borchmann
Dear all, I regularly lose all my filters when I bury a sticky agenda and revive it later. In that case, the variable `org-agenda-tag-filter' is set to nil, although it was non-nil before burying. I played around a bit, and found out that `org-agenda-tag-filter' is buffer-local (which is not a

Re: [O] navigate between source code blocks

2015-05-01 Thread Oleh Krehel
Leo Ufimtsev writes: >>And it's got the best Helm implementation for navigating to > headings. > > Well, when I hear someone use the word 'best', I see it as a challenge X-D. > > I used worf-goto for a while. It's certainly amazing and on the odd occasion > I still use it, but lately I've switch

Re: [O] navigate between source code blocks

2015-05-01 Thread Leo Ufimtsev
>And it's got the best Helm implementation for navigating to headings. Well, when I hear someone use the word 'best', I see it as a challenge X-D. I used worf-goto for a while. It's certainly amazing and on the odd occasion I still use it, but lately I've switched over to: helm-org-in-buffer-hea

Re: [O] Can't save file with latest version of org

2015-05-01 Thread Ian Barton
On Thu, Apr 30, 2015 at 02:06:22PM -0400, Kyle Meyer wrote: > Hello, > > Richard Stanton wrote: > > I just ran git pull to update to the latest version of org-mode. Now, when > > I try to save an org file, I get the error message: > > > > user-error: Not in a sub-editing buffer > > I think this i

Re: [O] [PATCH] org-timer.el: Use hh:mm:ss format instead of minutes

2015-05-01 Thread Nicolas Goaziou
Hello, Brice Waegenire writes: > I have took in consideration all of your points, is it better now? > The current patch doesn't overwrite the present behavior of > org-set-timer it only add the possibility to use hh:mm:ss format. Thank you. Some comments follow in addition to Kyle's. > From:

Re: [O] navigate between source code blocks

2015-05-01 Thread Zhihao Ding
Thank guys. Wolf is new to me and I am trying it now, it already feels very attractive! This increases my navigation efficiency quite a bit! Zhihao > On 30 Apr 2015, at 18:25, Oleh Krehel wrote: > > Leo Ufimtsev writes: > >> Worf I think is a bit on the vi side of things. Helm is more gen

Re: [O] "not in sub-editing buffer"

2015-05-01 Thread Nicolas Goaziou
Hello, Detlef Steuer writes: > Whatever file I open, I canĀ“t save it with C-c C-s and get the message > "not in sub-editing buffer" > > I verified org is the culprit using emacs -Q and only loading org. > > I can save without/before loading org. Fixed in bce77d0db31cd0f58daf731b0995e3d862541389

Re: [O] [Bug?] Smart quotes and latex environments

2015-05-01 Thread Nicolas Goaziou
Hello, Jacob Gerlach writes: > I tried this instead: > -- > #+Latex:\begin{myenvironment} > "Foo" > #+Latex:\end{myenvironment} > -- > which exports to: > -- > \begin{myenvironment} > ``Fo