Actually it is sufficient to have
\paper{ oddFooterMarkup=##f }
for my needs.
But now I get the rendered pictures very large in the LaTeX-PDF export.
I added
(setq org-latex-image-default-width "")
to my .spacemacs file but that does not change anything.
I am quite new to emacs so please e
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
stardiviner writes:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
>
> You might want to try this:
>
> #+begin_src emacs-lisp
> (add-to-list 'org-babel-default-header-args:lilypond
> '((:prologue . "\paper{
> indent=0\mm
>
This throws an error:
org-babel-exp process emacs-lisp at position 1...
org-babel-exp process lilypond at position 480...
sort: Wrong type argument: stringp, (:prologue . "paper{
indent=0mm
line-width=120mm
oddFooterMarkup=##f
oddHeaderMarkup=##f
bookTitleMarkup = ##f
scoreTitleMarkup
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
You might want to try this:
#+begin_src emacs-lisp
(add-to-list 'org-babel-default-header-args:lilypond
'((:prologue . "\paper{
indent=0\mm
line-width=120\mm
oddFooterMarkup=##f
oddHeaderMarkup=##f
bookTitleMarkup = ##f
sco
Hi Jonathan,
that works fine. Thank you!
Can I set this as default header somewhere in the org file or will I
have to include it to every snippet (I will have a lot of them).
Oliver
On 30.03.20 01:58, Jonathan Gregory wrote:
Hi
On 29 Mar 2020, Oliver Heck wrote:
Hi,
I am trying to use
Hi
On 29 Mar 2020, Oliver Heck wrote:
> Hi,
>
> I am trying to use org-babel-lilypond and basically got it running.
> But somehow I always get full lilypond pages back instead of a small
> snippet.
> This is what I have in my org-file:
>
> #+NAME: Lilypond
> #+BEGIN_SRC lilypond :file test.png
>
Header args overwrite. Change python to python+ to append header args.
Please excuse brevity. Sent from tiny pocket computer with non-haptic
feedback keyboard.
On Sun, Mar 29, 2020, 15:42 Joost Kremers wrote:
>
> On Mon, Mar 30 2020, Joost Kremers wrote:
> > Looks like a bug, right?
>
> And whi
On Mon, Mar 30 2020, Joost Kremers wrote:
Looks like a bug, right?
And while I'm at it, this doesn't work as expected either:
```
#+PROPERTY: header-args :dir /home/joost/tmp/dlpy/
* Header 1
:PROPERTIES:
:header-args:python: :tangle out1.py
:header-args:python: :session py1 :results functi
On Sun, Mar 29 2020, Berry, Charles via General discussions about
Org-mode. wrote:
What we really need is an ECM rather than snippets of code.
Yes, my apologies. It seems that having more than one `header-arg`
line doesn't work properly. The following works:
```
* Header 1
:PROPERTIES:
:h
Hi,
I am trying to use org-babel-lilypond and basically got it running. But
somehow I always get full lilypond pages back instead of a small snippet.
This is what I have in my org-file:
#+NAME: Lilypond
#+BEGIN_SRC lilypond :file test.png
\relative c'' { c d e f }
#+END_SRC
I read through
> On Mar 29, 2020, at 1:13 PM, Joost Kremers wrote:
>
>
> On Sun, Mar 29 2020, Berry, Charles via General discussions about Org-mode.
> wrote:
>>> On Mar 28, 2020, at 3:00 PM, Joost Kremers wrote:
>>> Is this expected behaviour? Am I doing something wrong?
>>
>> IIUC what you did, then yes
On Sun, Mar 29 2020, Berry, Charles via General discussions about
Org-mode. wrote:
On Mar 28, 2020, at 3:00 PM, Joost Kremers
wrote:
Is this expected behaviour? Am I doing something wrong?
IIUC what you did, then yes and yes.
This is the accepted idiom:
#+PROPERTY: header-args :tangle ye
> On Mar 28, 2020, at 3:00 PM, Joost Kremers wrote:
>
> Hi list,
>
> I'm having trouble tangling an Org file. Basically, if I put a =:tangle=
> header argument in a =#+PROPERTY= line at the top of the file or in a
> =:PROPERTIES:= block under a header, it is not picked up and the code block
Hello,
Lukas Juhrich writes:
> Following the manual[1], I wanted to extend `org-latex-classes` to
> support `paragraph` as a fourth level instead of enumerating.
> However, everything after the third entry in an `org-latex-classes`
> entry is ignored.
See `org-export-headline-levels'
Regards,
Following the manual[1], I wanted to extend `org-latex-classes` to
support `paragraph` as a fourth level instead of enumerating.
However, everything after the third entry in an `org-latex-classes`
entry is ignored.
[1] https://orgmode.org/worg/org-tutorials/org-latex-export.html#org09a8ac4
The
> I suggest being very careful with this. While it's a very nice feature,
> it's bound to be slow with large tables. And it is very frustrating for
> users when typing becomes laggy.
The feature could be an optional minor mode first and then later made
default if it proves to work well in every
16 matches
Mail list logo