Skip to main content

All Questions

Tagged with
2 votes
1 answer
1k views

Org export: Export org tables to HTML or text files

I have the following table in my org file | Group | KR # | Tag | Glossary | Attrib | |---------------------+------+-----------+----------+--------| | OXF_PROFILE RSP | 23 |...
Prasanna's user avatar
  • 4,104
3 votes
1 answer
1k views

Moving from Zim to Org-Mode?

I would like to move all my file from Zim to Org Mode. I tried exporting as markdown stuff but Zim does not seem to be able to export all my stuff properly. I have a lot of files so I would like an ...
yarun can's user avatar
  • 1,010
3 votes
1 answer
1k views

org-mode: limit export to selected headlines, i.e. opt-in for export

There's a command/option that I can put in my orgmode file that causes only headlines that are explicitly tagged with :export: get exported. What is it?
Dave's user avatar
  • 929
3 votes
1 answer
2k views

org-mode 8 async export process fails

The new org-mode exporter has an asynchronous mode which seems pretty cool. However, I can't seem to make it work: Initializing asynchronous export process Process 'org-export-process' exited ...
bright-star's user avatar
  • 1,599
0 votes
1 answer
155 views

How do I add a keyboard shortcut for a new exporter in org-mode?

I added an S5 exporter for org-mode files, but I can't seem to find any documentation about adding a new exporter to the C-e menu, nor does the Customize menu provide any information. How would I, say,...
bright-star's user avatar
  • 1,599
1 vote
1 answer
578 views

Setting up verbatim text within a #+CAPTION: in OrgMode

I want to do the following in an Org file that I'm exporting to LaTeX: #+CAPTION: Yaw_Axis_Corrected.png from Wikimedia #+ATTR_LATEX: width=5cm [[./Yaw_Axis_Corrected.png]] but the file name gets ...
Dave's user avatar
  • 929
1 vote
1 answer
440 views

Emacs Org-mode: Configuring export behavior

In emacs, is it possible to configure an "org" file to have different exporting behaviors depending on the output format? For example: I'd like to export equations as itself for LaTeX, but as images (...
Dox's user avatar
  • 497
1 vote
2 answers
1k views

Can't export emacs display on ssh

local_machine:$> ssh myself@external_machine_ip_address -p specific_port -X external_machine:$> echo $DISPLAY localhost:10.0 external_machine:$> emacs Warning: Cannot convert string "-*-...
Humble Debugger's user avatar