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

2017-08-16 Thread Julien Cubizolles
Just correcting an error in the title to something more relevant. > 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

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

2017-08-16 Thread Uwe Brauer
>>> "John" == John Kitchin writes: > You need to get the contents of the png to get output. Maybe the type > command will do that. E.g. Add as the last line: > type testplot.png Thanks but this did not work, neither. Uwe

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

2017-08-16 Thread Uwe Brauer
> On 13/08/17 10:33, Uwe Brauer wrote: > I guess the problem is that the Matlab line "print -dpng testplot.png" > is correctly writing the plot to testplot.png, as you want, but then > org-mode is overwriting that file because of the ":file testplot.png". > I would try deleting ":f

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

2017-08-16 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > 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 > [...]

[O] Firefox extension "Org-capture" stopped working after update

2017-08-16 Thread Marcin Borkowski
Hi all, the title text says it all. Anybody can confirm that? How to configure capture in FF now? TIA, -- Marcin Borkowski

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

2017-08-16 Thread Eric S Fraga
On Wednesday, 16 Aug 2017 at 12:33, Uwe Brauer wrote: [...] > BTW Eric, thanks for your reply, but a lot of your posts seem to be > outside the thread, at least when I read them via gnus or thunderbird. > Not sure who is the culprit. > It makes reading it a bit difficult. Interesting and apo

[O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread R Jain
Hi Everyone,My question is about using Org-mode Export to Latex, but starting with Chapter, then Section, and so on.I found a solution on Stackexchange but when I add that code to my init file, restart emacs, and add "#+LaTeX_CLASS: book_noparts" to my org file,  it apparently doesn't get read. The

Re: [O] Firefox extension "Org-capture" stopped working after update

2017-08-16 Thread Oleh Krehel
Same happened to me. Downgraded Firefox on Ubuntu 16: apt-cache show firefox | grep Version sudo apt install firefox=45.0.2+build1-0ubuntu1 sudo apt-mark hold firefox Next, about:config / xpinstall.signatures.required:=false. Finally, install 0.3.0.xpi from the website. There's an

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

2017-08-16 Thread Adonay Felipe Nogueira
I think I know why, it seems that some email clients ignore the "In-Reply-To" field, and just assume that the reply is in regards to a matching "Subject" field. Mx. Fraga's email messages *do have* have a "Subject" field, however, strangely enough, the subject text doesn't appear in Gnus "Summary"

[O] html export: pre.src support changed?

2017-08-16 Thread Jarmo Hurri
Greetings. The following explanation is a bit long, so here is a summary: 1. "pre.src" formatting no longer seems to work in html export 2. "pre code" works, but incorrectly from my point of view. I am looking for a fix. Here is the longer explanation 1. pre.src does not work

Re: [O] html export: pre.src support changed?

2017-08-16 Thread Jarmo Hurri
> 2. "pre code" works incorrectly (from my point of view) > --- > > I can get my CSS file to do _something_ with the following change: > > pre code > { > margin: 0 auto; > font-size: 0.9vw; > width: 75em; > color: white; > bac

Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread lists
On 2017-08-16 14:44, R Jain wrote: Hi Everyone, My question is about using Org-mode Export to Latex, but starting with Chapter, then Section, and so on. I found a solution on Stackexchange [1] but when I add that code to my init file, restart emacs, and add "#+LaTeX_CLASS: book_noparts" to my o

Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread R Jain
Hi Ian,Thanks for the reply. The part which I'm tripping over is:#+latex: \chapterauthor{by Mike Anderson}(add-to-list 'org-latex-classes           '("koma-book"              "\\documentclass{scrbook}"              ("\\chapter{%s}" . "\\chapter{%s}")              ("\\subsection{%s}" . "\\subsection

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

2017-08-16 Thread Eric S Fraga
On Wednesday, 16 Aug 2017 at 12:33, Uwe Brauer wrote: [...] > BTW Eric, thanks for your reply, but a lot of your posts seem to be > outside the thread, at least when I read them via gnus or thunderbird. > Not sure who is the culprit. Does this one thread better? Thanks, eric -- : Eric S F

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

2017-08-16 Thread Berry, Charles
> On Aug 15, 2017, at 2:12 AM, Neil Jerram wrote: > > 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

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

2017-08-16 Thread Eric S Fraga
On Wednesday, 16 Aug 2017 at 17:25, Berry, Charles wrote: [...] > I do not have matlab, but looking at the code in ob-matlab.el and > ob-octave.el, it seems that the usual header args should do: > > : :results graphics :file testplot.png This doesn't work for me, at least for octave. What vers

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

2017-08-16 Thread Berry, Charles
> On Aug 16, 2017, at 10:41 AM, Eric S Fraga wrote: > > On Wednesday, 16 Aug 2017 at 17:25, Berry, Charles wrote: > > [...] > >> I do not have matlab, but looking at the code in ob-matlab.el and >> ob-octave.el, it seems that the usual header args should do: >> >> : :results graphics :file t

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

2017-08-16 Thread Eric S Fraga
On Wednesday, 16 Aug 2017 at 17:48, Berry, Charles wrote: [...] > org 9.0.9 and FWIW, I see this [...] > in org-babel-execute:octave But I get the following error message from babel/octave: error: invalid call to script /usr/share/octave/4.0.3/m/miscellaneous/ans.m error: evaluating argument

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

2017-08-16 Thread Berry, Charles
> On Aug 16, 2017, at 11:19 AM, Eric S Fraga wrote: > > On Wednesday, 16 Aug 2017 at 17:48, Berry, Charles wrote: > > [...] > >> org 9.0.9 and FWIW, I see this > > [...] > >> in org-babel-execute:octave > > But I get the following error message from babel/octave: > > error: invalid call to

Re: [O] Firefox extension "Org-capture" stopped working after update

2017-08-16 Thread Samuel Wales
to the people who write these extensions and org-protocol, i am grateful. they are quite helpful as i often cannot type.

Re: [O] Firefox extension "Org-capture" stopped working after update

2017-08-16 Thread Adam Porter
Marcin Borkowski writes: > the title text says it all. Anybody can confirm that? How to configure > capture in FF now? Hi Marcin, I'm not sure if you mean updating Firefox or Org. But if it's Firefox, well, Mozilla is killing off XUL extensions, and that probably includes the Org-Capture ext

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

2017-08-16 Thread Uwe Brauer
> I do not have matlab, but looking at the code in ob-matlab.el and > ob-octave.el, it seems that the usual header args should do: > : :results graphics :file testplot.png > and delete the print statement in the last line. I just tried it, results in an empty png file.

Re: [O] Using Book class without 'parts' for Org-mode Export

2017-08-16 Thread Tim Cross
also, if you get frustrated by the number of latex_header option lines you need to add to each file, you can define a new custom entry in org-latex-classes which contains all those lines. I have a custom one which has all the latex stuff to set my work logo and a few other latex 'tweaks' to match

[O] ox-odt: List items contain body paragraphs, confusing styles

2017-08-16 Thread James Harkins
Hi, haven't been active here for a while (which is a good thing -- it means I haven't had any problems worth mentioning!). Now I have one -- ODT export encodes list items as a list-item containing a "text:p": blah blah When LibreOffice reads this, it applies indentation settings from the

[O] Table formula reference and macro replacement

2017-08-16 Thread Vikas Rawal
The idea is to pick contents of a table cell and use it in a paragraph. Is it possible to have a macro like {{{remote(NAME-OR-ID,REF)}}} ? The above does not work, but am I missing something? Vikas