Hello,
I am exporting an Org file that contains a large verse block to
LaTeX. This verse block contains footnotes, but they appear in the page
where the LaTeX verse environment ends. I looked at the exported .tex
file and I noticed that it was using "\footnotemark" and
"\footnotetext[N]{...}", ins
Ihor Radchenko writes:
> It happens to be that :options nil is treated specially by Org
> export. "nil" is not read literally, but is instead interpreted as
> removing the option value - when one needs to combine multiple
> attributes and override previous setting.
I see. I didn't know about "co
Hello,
The following Org file:
[[https://example.com][Foo]]
[[https://example.com][Foo, Bar]]
When exported to Texinfo using `org-texinfo-export-to-texinfo',
generates the following file:
...
@uref{https://example.com, Foo}
@uref{https://example.com, Foo, Bar}
...
The comma on th
Hello,
When exporting the following Org file to Texinfo:
- Function: foo_bar arg ::
Contents.
The part after the underscore is completely skipped:
@defun foo
Contents.
@end defun
And, if I export it to HTML, the `bar' part is shown as a subscript, and
I don't know if it's
Hello,
I can export the following "Variable" to Texinfo with
`org-texinfo-export-to-texinfo':
- Variable: my-name ::
Content...
Results in the following .texi:
@defvar my-name
Content@dots{}
@end defvar
However, if the variable is named "nil" (without the quotes), the
variable nam
Hello,
Using the following Org file:
Paragraph zero...
#+begin_src scheme :tangle org-output.scm :noweb yes
(list <>)
#+end_src
Paragraph one...
#+begin_src scheme :tangle no :noweb-ref my-list-item
(+ 1 2)
#+end_src
Paragraph two...
#+begin_src scheme :tan
Hello, when trying to export the following Org file:
#+begin_src
Hello, world.
#+end_src
To texinfo using `org-texinfo-export-to-texinfo', I get the following
error:
Debugger entered--Lisp error: (wrong-type-argument stringp nil)
org-texinfo-src-block((src-block (:language