[O] Can I get the results of shell code block when exit code is non-zero?

2019-08-29 Thread Marcin Borkowski
Hi all, apparently when the exit code of the last command in a shell code block is not zero, I do not get the results. This doesn't seem to be documented in the manual (though I might be missing something). Check this: #+begin_src bash :results verbatim echo hello world exit 0 #+end_src

[O] Use Emacs support for image resizing when using org-image-actual-width

2019-08-29 Thread Terje Larsen
I am running Emacs version 27 (building from master) and recently noticed that my images no longer scales using org-image-actual-width. I then read that ImageMagick support is no longer enabled by default as there is a new "native" resizing method built-in to Emacs. As seen in the news for on

Re: [O] Use Emacs support for image resizing when using org-image-actual-width

2019-08-29 Thread Marco Wahl
Hi Terje! > I am running Emacs version 27 (building from master) and recently > noticed that my images no longer scales using org-image-actual-width. > > I then read that ImageMagick support is no longer enabled by default as > there is a new "native" resizing method built-in to Emacs. > > As

Re: [O] Can I get the results of shell code block when exit code is non-zero?

2019-08-29 Thread Michaël Cadilhac
Hi there, This is the expected behavior, implemented in `org-babel-eval`. (By the way, the docline of `org-babel-sh-evaluate` seems to talk about a different function.) As a workaround, you could define a new shell that always returns 0: (push "0bash" org-babel-shell-names)

[O] org-agenda-todo obliterates my windows

2019-08-29 Thread Phil Regier
I've been ignoring this for a long time, but it's getting more disruptive as more of my daily life lives in emacs/org; I've tried a little blind hacking and only managed to make things worse, and I feel like I'm missing something easy and obvious. Is there any way to just open my org-agenda-todo

Re: [O] minimal testing setup for pdf export?

2019-08-29 Thread John Hendy
On Tue, Aug 27, 2019 at 6:34 PM Matt Price wrote: > > > > On Tue, Aug 27, 2019 at 1:33 PM John Kitchin wrote: >> >> that does suggest that pdflatex is getting called somewhere else. >> >> Maybe you can edebug the export function and check the value of >> default-directory to see where it is

[O] Checkbox dependencies - Discern between DONE and CANCELED

2019-08-29 Thread Nathan Neff
Hello all, I have org-enforce-todo-checkbox-dependencies set to t, and I would like to simply mark some tasks as canceled without needing to mess with the checkboxes. I can press C-u C-u C-u C-c C-t which will override dependencies. However, I was wondering if there's a way for org-mode to

[O] org-megaup

2019-08-29 Thread Jean-Christophe Helary
When I use org-megaup I get a "Invalid function: org-preserve-local-variables" is there a way to fix that ? Jean-Christophe Helary --- http://mac4translators.blogspot.com @brandelune

Re: [O] org-agenda-todo obliterates my windows

2019-08-29 Thread Phil Regier
Well, that sure was easy, and I certainly had missed it. This selection does indeed produce the behavior I was hoping for; thanks so much for the help! PR On Thu, Aug 29, 2019 at 12:17 PM Jack Kamm wrote: > > Is there any way to just open my org-agenda-todo items in the /current/ > > window,

Re: [O] HTML export with LaTeX babel blocks

2019-08-29 Thread Berry, Charles
> On Aug 28, 2019, at 5:59 PM, Michaël Cadilhac wrote: > > My goal is to export SVG files of TikZ drawings in HTML. Now, what follows > is a bit of a rant on `org-babel-execute:latex`; let's go through the options: > > - [snip] Well you can try to continue on your path, but it can get

Re: [O] org-agenda-todo obliterates my windows

2019-08-29 Thread Jack Kamm
> Is there any way to just open my org-agenda-todo items in the /current/ > window, or even just any window that already happens to be open, without > modifying, splitting, or above all deleting any others? Does customizing the variable org-agenda-window-setup (e.g. by setting it to

[O] Bug: (org-babel-script-escape) is whitespace at the end of line dependent. [9.1.9 (release_9.1.9-65-g5e4542 @ /usr/share/emacs/26.3/lisp/org/)]

2019-08-29 Thread Vladimir Nikishkin
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See https://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org mailing list.