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
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:
https://steinar.bang.priv.no/2020/03/30/
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 example
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 'def
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" org-latex
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 t
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
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
#+en
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 the
> 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, becau
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: scrl
"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 C
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.
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
>
>
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 he
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
> 1bdff9f73dc1e7ff625a90e
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 lear
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 d
-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 M
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 s
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 o
21 matches
Mail list logo