Unanswered Questions
275 questions with no upvoted or accepted answers
9
votes
0
answers
685
views
how to expand org-mode macros in HTML blocks in export to HTML?
I'd like to use org-mode macro replacement to expand macros inside HTML blocks in org-mode export to HTML.
I'd like this...
#+MACRO: event-url bar
#+HTML_HEAD: <meta property="og:url" content="...
9
votes
0
answers
642
views
org-mode ODT export template
I would like to export org file to ODT. Is there any nice ready to use ODT template that can be used for exported documents? Default template is not good looking. I had the same problem with html ...
9
votes
1
answer
1k
views
How to get org-mode fully support Arabic language for export?
My intention is to write Arabic document using org-mode. Please consider the following MWE, given that my configuration in init.el has below code to enable writing of Arabic script from right to left (...
7
votes
0
answers
928
views
latex inside table using table.el in org mode
I am trying to achieve multicolumn cells in org-mode tables like in Multicolumn cells in org-mode tables, but with Latex inside the cells.
* Minimal Example
+------------+-----------+-------------...
7
votes
0
answers
2k
views
"Creating pipe: too many open files" error when running org-publish on large project
I have an org project that has many .org files (more than 300). When I invoke org-publish in Emacs, after a while it aborts and shows:
...
...
Publishing file e:/git/blog.site.src/src/org/life/day-...
6
votes
0
answers
2k
views
How to embed external file contents in org file?
I'm creating a simple bash tool that uses various flags/arguments from the user, and I'm using an org file for the documentation. I have several examples and I'd like to include some explanation of ...
6
votes
0
answers
601
views
Is exporting of smart (single) quotes broken in Org 8.3?
I cannot seem to get correctly exported smart single quotes in Org 8.3.
Here is a minimal test.org file:
#+OPTIONS: ':t
#+LANGUAGE: en
This is 'within single quotes'. This is "within double quotes"...
5
votes
0
answers
243
views
dvisvgm baseline in org-mode HTML export
When using #+OPTIONS: tex:dvisvgm and exporting to HTML with org-mode, the baseline of the latex exported images does not match the baseline of the text (when using subscripts, for instance). Is there ...
5
votes
1
answer
600
views
Export pretty symbols in org source blocks?
I make substantial use of prettify-symbols in my programming buffers. A snippet of some of my python symbols:
(add-hook 'python-mode-hook
(lambda ()
(mapc (lambda (pair) (push pair ...
5
votes
0
answers
175
views
How to link from parent source block to child block (included via <<noweb>>)?
When exporting the documentation (HTML or PDF) for a literate program that uses noweb references in blocks, how can I get the output to actually hyperlink the <<noweb_snippet_name>> line (...
4
votes
0
answers
212
views
Org Export Throwing an Error
Forgive the (relative) newbie question here. My org export to LaTeX just started throwing this error after I upgraded to Emacs 29.0
Here is output from Org PDF LaTeX Output buffer:
Latexmk: -pdflatex ...
4
votes
0
answers
358
views
Emphasize text snippets in source blocks
If one sets org-src-fontify-natively to t org source blocks are fontified according to the associated major-mode. That is fine.
But, is it possible to emphasize text snippets within the source blocks, ...
4
votes
0
answers
129
views
adding options to org-export dispatcher
I'm trying to customize the workflow that goes from org-mode to latex export. When I launch the export dispatcher, I have four sub-options under [l]atex ... the standard ones. But I think it's ...
4
votes
0
answers
777
views
new lines in org mode export to LaTeX
This is similar to (this question).
I would like to export the following org-mode document to LaTeX:
* Test
text 1
text 2
text 3
- list 1
- list 2
- list 3
#+BEGIN_definition
...
4
votes
0
answers
493
views
org-mode HTML export - difference in behavior with org-html and org-pandoc
I have an example org-mode file with the following contents:
- only text\\
only text\\
only text
- image... (works with org-html but not pandoc-html because of no brackets around "file:" ...