[O] Orgmode Latex Export with Babel/LilyPond

2019-04-20 Thread Jakob Schöttl
Hi, I'm trying (second attempt), to setup orgmode to export PDFs with images generated by Babel/LilyPond. I followed the setup instructions here: https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-lilypond.html I have a recent emacs (Arch Linux), ~/.emacs file with

Re: [O] [latex export/babel] pass arguments to \includegraphics from code blocks

2019-04-22 Thread Jakob Schöttl
Am 22.04.19 um 21:13 schrieb Nick Dokos: Jakob Schöttl writes: Hi, I want to use code blocks to generate and include images of sheet music: #+BEGIN_SRC lilypond :file test.png :exports results \header{tagline=""} { a b c } #+END_SRC When doing a latex export the result is: \be

[O] [latex export/babel] pass arguments to \includegraphics from code blocks

2019-04-22 Thread Jakob Schöttl
Hi, I want to use code blocks to generate and include images of sheet music: #+BEGIN_SRC lilypond :file test.png :exports results \header{tagline=""} { a b c } #+END_SRC When doing a latex export the result is: \begin{center} \includegraphics[width=.9\linewidth]{test.png} \end{center} Is

Re: A formal grammar for Org

2021-06-01 Thread Jakob Schöttl
Am 01.06.21 um 11:53 schrieb Tom Gillespie: We have a pretty similar project, org-parser[1]. It's also written in a Lisp dialect, Clojure, but it uses instaparse instead of brag as parser library. https://github.com/tgbugs/laundry/tree/next#similar-projects I managed to get it into my

Re: [bug] org-agenda-set-tags does not append tags to headline but at cursor

2021-05-31 Thread Jakob Schöttl
Am 31.05.21 um 15:17 schrieb Ihor Radchenko: Jakob Schöttl writes: Reproduce: ... The tags are not appended to the task's headline but to the line the cursor was. I tried with Org 9.4.4 and with current master. I cannot reproduce. Can you try to repeat your steps from emacs -Q? Thanks

Re: A formal grammar for Org

2021-06-02 Thread Jakob Schöttl
Am 02.06.21 um 06:00 schrieb David Masterson: Jakob Schöttl writes: Am 01.06.21 um 11:53 schrieb Tom Gillespie: We have a pretty similar project, org-parser[1]. It's also written in a Lisp dialect, Clojure, but it uses instaparse instead of brag as parser library. https://github.com

[bug] org-agenda-set-tags does not append tags to headline but at cursor

2021-05-29 Thread Jakob Schöttl
Org mode version: 9.4.6 ... but the problem is older: Reproduce: 1. Open org-agenda 2. Open a task from the agenda in the other buffer (i.e. the org file) 3. In the org file, move the cursor away from the task's headline 4. Focus the same task in the org-agenda again 5. Press C-c C-q

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-20 Thread Jakob Schöttl
Am 20.08.23 um 08:56 schrieb Ihor Radchenko: Jakob Schöttl writes: So, org-update-dblock or org-dblock-write:columnview is adding trailing spaces in the org file. These spaces change the behavior of subsequent calls which will add even more spaces. Confirmed. Unimportant. The internal

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-19 Thread Jakob Schöttl
So, org-update-dblock or org-dblock-write:columnview is adding trailing spaces in the org file. These spaces change the behavior of subsequent calls which will add even more spaces. Here is a minimal example: * Table #+BEGIN: columnview :format "%a %b %c %d %e %f %g" #+END: This works as

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-20 Thread Jakob Schöttl
Am 20.08.23 um 08:56 schrieb Ihor Radchenko: Jakob Schöttl writes: So, org-update-dblock or org-dblock-write:columnview is adding trailing spaces in the org file. These spaces change the behavior of subsequent calls which will add even more spaces. Confirmed. Unimportant. Got one

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-21 Thread Jakob Schöttl
Am 20.08.23 um 10:57 schrieb Ihor Radchenko: Thanks for the reproducer! I committed a fix onto main. https://git.savannah.gnu.org/cgit/emacs/org-mode.git/commit/?id=58c5c5882 Nice, thank you very much! Now, spaces are only added to headings and the resulting table is reproducible and correct.

Patch for worg org-tools

2023-01-30 Thread Jakob Schöttl
Hi all, I got a patch for https://orgmode.org/worg/org-tools/index.html Does someone with access wants to apply it? - Jakob diff --git a/org-tools/index.org b/org-tools/index.org index eec65e77..44c2fe3c 100644 --- a/org-tools/index.org +++ b/org-tools/index.org @@ -19,6 +19,7 @@ This page

Re: [Bug] org-update-dblock randomly broken for more than 10 columns and larger files

2023-08-07 Thread Jakob Schöttl
Am 01.08.23 um 13:27 Ihor Radchenko: Jakob Schöttl writes: The structure of the org file is attached. I tried for two hours to provide a minimal example org file but – like randomly – when I shorten the file radically or remove fields from the colmunview it works. I can't figure out what