Re: "Wrong number of arguments: nil, 0" error when exporting a table with caption to ODT

2020-04-04 Thread Kyle Meyer
Perl Ancar writes: > I tried exporting a document with table that has caption to ODT and it > failed with this error message: > > OpenDocument export failed: Wrong number of arguments: nil, 0 > > Sample document: > > #+CAPTION: some caption > | row1 | Trying with the latest release

"Wrong number of arguments: nil, 0" error when exporting a table with caption to ODT

2020-04-04 Thread Perl Ancar
Dear all, I tried exporting a document with table that has caption to ODT and it failed with this error message: OpenDocument export failed: Wrong number of arguments: nil, 0 Sample document: #+CAPTION: some caption | row1 | Export is successful when caption is removed. Export is

Re: Org-babel-lilypond always renders full pages

2020-04-04 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jonathan Gregory writes: > Hi > > On 02 Apr 2020, stardiviner wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA256 >> >> >> Jonathan Gregory writes: >> >>> Hi >>> >>> On 30 Mar 2020, stardiviner wrote: >>> -BEGIN PGP SIGNED

bug#35419: [O] [Proposal] Buffer Lenses and the Case of Org-Mode (also, Jupyter)

2020-04-04 Thread Dmitry Gutov
Hi! Some late clarifications about mmm-mode. On 26.04.2019 00:00, Dmitrii Korobeinikov wrote: > A lot of the functionality of MMM Mode---that which makes the major mode > appear to change---is implemented by saving and restoring the values of > local variables, or pseudo-variables. What I

R session and plotting in x11 window

2020-04-04 Thread Matt Price
Does anyone know much about the difference between an R session opened by typing M-x R, and the R session opened by org-babel? I'm just learning R and my usual method for learning a language is to keep a kind of notebook in org with code snippets they I can execute and iterate on rapidly as I

RE: [Bug] org-store-link should not insert a document level ID property

2020-04-04 Thread Gustav Wikström
Hi, > -Original Message- > From: Matt Lundin > Sent: den 5 april 2020 00:13 > To: Org Mode List > Cc: Gustav Wikström > Subject: [Bug] org-store-link should not insert a document level ID property > > The introduction of document-level property drawers (commit >

[Bug] org-store-link should not insert a document level ID property

2020-04-04 Thread Matt Lundin
The introduction of document-level property drawers (commit 1bdff9f73dc1e7ff625a90e3e61350bdea99f29c from May 2019) introduced inconsistencies in the behavior of org-id and org-store-link. If org-id-link-to-org-use-id is set to t or 'create-if-interactive, calling org-store-link above the first

RE: [ANN] public-inbox archive of the mailing list

2020-04-04 Thread Gustav Wikström
Hi, This is useful, thanks! > -Original Message- > From: Emacs-orgmode On Behalf > Of Kyle Meyer > Sent: den 3 april 2020 06:56 > To: emacs-orgmode@gnu.org > Subject: [ANN] public-inbox archive of the mailing list > > I've set up a public-inbox [^1] archive of the mailing list at > >

Re: [ANN] public-inbox archive of the mailing list

2020-04-04 Thread Kyle Meyer
Eric S Fraga writes: > A link from the orgmode.org website might be useful? Sure, that'd make sense, though I'd prefer to let things cook a bit. And ultimately, I'd love to see others host mirrors.

Re: tangling from multiple files

2020-04-04 Thread David Bremner
"Berry, Charles" writes: > Oops. Correction below. > >> On Mar 18, 2020, at 7:38 PM, Berry, Charles wrote: >> >> >> Right. It does not work directly for tangling. So also use >> >> #+export_file_name: b2.org >> >> (say) >> >> Then load ox-ob.el, > > load ox-org.el, rather. > >> export as

Re: Problem

2020-04-04 Thread Charles Millar
On 4/4/20 7:30 AM, Eric S Fraga wrote: On Friday, 3 Apr 2020 at 16:49, Charles Millar wrote: org-latex-classes includes "default-koma-letter" "\\documentclass[11pt]{scrlttr2}" There are no other entries that include scrlttr2 in org-latex-classes I have a barebones header #+LATEX_CLASS:

Re: org2blog: get horizontal scrollbar on code examples?

2020-04-04 Thread Steinar Bang
> Christian Moe : > Try adding > .org-src-container .src { overflow: auto; white-space: nowrap } > to the CSS, e.g.: > #+html_head_extra: .org-src-container .src { overflow: auto; > white-space: nowrap } Thanks for the tip, Christian! The "#+html_head_extra" example didn't work,

Re: Problem

2020-04-04 Thread Charles Millar
On 4/4/20 7:34 AM, Eric S Fraga wrote: On Saturday, 4 Apr 2020 at 09:43, Robert Klein wrote: Thank you for your suggestions, Eric. I use ox-koma-letter, and have nothing concerning koma n org-latex-classes: - #+LaTeX_CLASS: scrlttr2 I am surprised that this works. ox-koma-letter does

Re: Problem

2020-04-04 Thread Charles Millar
On 4/4/20 3:43 AM, Robert Klein wrote: Hi, Thank you for replying, Robert, I use ox-koma-letter, and have nothing concerning koma n org-latex-classes: - ensure ox-koma-letter is installed - to install it, add to your local.mk: #+begin_src text ORG_ADD_CONTRIB = ox-koma-letter

Re: Problem with LaTeX class scrlttr2

2020-04-04 Thread Charles Millar
On 4/4/20 2:22 AM, Julius Dittmar wrote: How do you produce (or try to produce) LaTeX/pdf? The Unknown LaTeX class message is something emacs throws when using export to latex (C-c C-e l l). This has nothing to do with your LaTeX installation; it does not reach the point of invoking LaTeX. It

Re: Problem with LaTeX class scrlttr2

2020-04-04 Thread Charles Millar
On 4/3/20 10:30 PM, John Hendy wrote: Thanks! Saves a lot of time to recreate an example. I get the same error, but wouldn't you know I'm on TexLive 2019 which must have just hit end of life... tlmgr says it's frozen and won't let me try and add new packages. I do want to help but am not going

Re: Problem

2020-04-04 Thread Eric S Fraga
On Saturday, 4 Apr 2020 at 09:43, Robert Klein wrote: > I use ox-koma-letter, and have nothing concerning koma n > org-latex-classes: > > - #+LaTeX_CLASS: scrlttr2 I am surprised that this works. ox-koma-letter does the following: #+begin_src elisp (unless (assoc "default-koma-letter"

Re: Problem

2020-04-04 Thread Eric S Fraga
On Friday, 3 Apr 2020 at 16:49, Charles Millar wrote: > org-latex-classes includes > > "default-koma-letter" "\\documentclass[11pt]{scrlttr2}" > > There are no other entries that include scrlttr2 in org-latex-classes > > I have a barebones header > > #+LATEX_CLASS: scrlttr2 (I also have tried

Re: org2blog: get horizontal scrollbar on code examples?

2020-04-04 Thread Christian Moe
Try adding .org-src-container .src { overflow: auto; white-space: nowrap } to the CSS, e.g.: #+html_head_extra: .org-src-container .src { overflow: auto; white-space: nowrap } Cheers, Christian Steinar Bang writes: > Does anyone know of a way to get horizontal scrollbars on code

org2blog: get horizontal scrollbar on code examples?

2020-04-04 Thread Steinar Bang
Does anyone know of a way to get horizontal scrollbars on code examples, instead of line breaks? I try to make code examples as horizontally compact, but sometimes that's not enough, see e.g. some maven elements here, and the maven command line examples:

Re: Problem

2020-04-04 Thread Robert Klein
Hi, I use ox-koma-letter, and have nothing concerning koma n org-latex-classes: - ensure ox-koma-letter is installed - to install it, add to your local.mk: #+begin_src text ORG_ADD_CONTRIB = ox-koma-letter #+end_src - (require 'ox-koma-letter) in your .emacs - export using C-c C-e k p

Re: Problem with LaTeX class scrlttr2

2020-04-04 Thread Julius Dittmar
How do you produce (or try to produce) LaTeX/pdf? The Unknown LaTeX class message is something emacs throws when using export to latex (C-c C-e l l). This has nothing to do with your LaTeX installation; it does not reach the point of invoking LaTeX. It tells you there's no setup for scrlttr2