[O] tags-todo error with #+FILETAGS: enseignement

2017-08-15 Thread Julien Cubizolles
When an entry inherits a tag from a #+FILETAGS: line, all its parents get matched by a tags-todo agenda, even when they don't have a todo keyword. Consider the following: --8<---cut here---start->8--- (setq org-agenda-files '("/home/wilk/tmp/test-org/test-todo

Re: [O] [Feature Request] Provide a way to jump to noweb reference definition under point

2017-08-15 Thread numbch...@gmail.com
@Thanks Berry, and Nicolas. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Mon, Aug 14, 2017 at 1:02 AM, Nicolas Goa

Re: [O] Fill column indicator and org indent mode

2017-08-15 Thread Adam Porter
Eduardo Mercovich writes: > I created org list items as in Slf, one semantic nucleus per line, and > rearranged them to develop the idea clearly seeing the order, the cuts > (colon, semicolon, etc.), the lengths. > > When it's done, I joined the items again. > > But, as is usual in the beautiful

[O] [PATCH] org-agenda: Add 'none setting for org-agenda-overriding-header

2017-08-15 Thread Adam Porter
Hi, This patch adds a 'none setting for org-agenda-overriding-header, which allows it to be disabled completely, rather than inserting a blank line as it does when set to an empty string. This was requested by a user here: , but I guess it

Re: [O] Fill column indicator and org indent mode

2017-08-15 Thread Galen Menzel
On 14 Aug 2017, at 15:23, Eduardo Mercovich wrote: Thank you for the reference about Semantic linefeeds. I didn't knew it, but used it something similar sometimes when operating on complex sentences/paragraphs. I created org list items as in Slf, one semantic nucleus per line, and rearrange

Re: [O] Fill column indicator and org indent mode

2017-08-15 Thread Galen Menzel
Thanks both Tim and Kaushal for the great information! Given what appears to be the state of affairs, I'll probably just live without it a fill-column indicator for the time being. Best, Galen

Re: [O] Bug: Symbol's value as variable is void: org-src-lang-modes

2017-08-15 Thread Kaushal Modi
On Tue, Aug 15, 2017 at 3:48 PM Elliott Slaughter < elliottslaugh...@gmail.com> wrote: > Actually, the backtrace goes through the el-get loaddefs file, so maybe > something is going wrong there. Let me check with the el-get developers and > see if they know what is going on. > Yes, that's very li

[O] Bug: Symbol's value as variable is void: org-src-lang-modes

2017-08-15 Thread Elliott Slaughter
When I install a fresh copy of org-mode via el-get, I see the following error: Bug: Symbol's value as variable is void: org-src-lang-modes I don't believe this is a problem in el-get, but if I'm wrong, let me know and I will take this up with the el-get developers. Here is the backtrace: Debugg

Re: [O] Bug: Symbol's value as variable is void: org-src-lang-modes

2017-08-15 Thread Elliott Slaughter
Actually, the backtrace goes through the el-get loaddefs file, so maybe something is going wrong there. Let me check with the el-get developers and see if they know what is going on. On Tue, Aug 15, 2017 at 12:27 PM, Elliott Slaughter < elliottslaugh...@gmail.com> wrote: > When I install a fresh

Re: [O] babel, matlab export plot to png fails

2017-08-15 Thread Eric S Fraga
On Sunday, 13 Aug 2017 at 08:33, Uwe Brauer wrote: > I would like to execute some matlab code in org file (using GNU emacs 26 > and the git version of org mode) and save the result of the plot command > in a png file, so I tried [...] > #+begin_src matlab :results output latex :exports results :

Re: [O] Finding calc/elisp methods

2017-08-15 Thread Eric S Fraga
On Wednesday, 2 Aug 2017 at 14:56, Karl Voit wrote: [...] > However, let's make this thread a valuable one by adding a question: > how does somebody find such things? Is there a source of information > where I could find calc methods by "apropos" method together with > elisp methods? The calc i

Re: [O] interaction of =org-export-babel-evaluate= and =results output= counter-intuitive

2017-08-15 Thread Berry, Charles
> On Aug 15, 2017, at 5:25 AM, George Jones wrote: > > __ > [snip] > I want to define code blocks that export only results, and are not > automatically executed on export. To get this behavior, I have to > > - `setq org-export-babel-ev

[O] interaction of =org-export-babel-evaluate= and =results output= counter-intuitive

2017-08-15 Thread George Jones
__ INTERACTION OF `ORG-EXPORT-BABEL-EVALUATE' AND `RESULTS OUTPUT' COUNTER-INTUITIVE George Jones __ <2017-08-15 Tue 08:23> I want to define code blocks that export only results, an

Re: [O] babel, matlab export plot to png fails

2017-08-15 Thread Neil Jerram
On 13/08/17 10:33, Uwe Brauer wrote: Hi I would like to execute some matlab code in org file (using GNU emacs 26 and the git version of org mode) and save the result of the plot command in a png file, so I tried #+begin_src matlab :session :exports both :file testplot.png t=[0:0.1:1]; y=sin(t);

Re: [O] Can't remove deadline or schedule in bulk mode

2017-08-15 Thread Julien Cubizolles
Kyle Meyer writes: > Julien Cubizolles writes: > >> Julien Cubizolles writes: >> >>> Kyle Meyer writes: >>> >>> Since you have the git repo set up and have a good/bad range, you can use git bisect to find the offending commit. >> >> I finally found the offending commit, >> >> it's co