Try: copy as format
Emacs
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
hey thats really neat!
I just tried this. This sounded exactly like what I wanted, but for some reason it did not copy things latex equations in org mode properly (ie. didn't replace \(
& \)
w/ $
& $
).
I often do lots of planning and writing in org-mode as an outline, so everything is basically headings that I can move around, promote/demote etc. Then when I want to paste it into Confluence I use this to export a subtree as markdown.
https://github.com/jplindstrom/dotemacs/blob/master/config/mode-org.el#L352
It's brute-force, naive, shitty code and all that, but it works.
And, sometimes to get the level of markdown headings / bullet points correct I have to run this on a higher level org heading and then pick just a bit of the output to paste into the wiki.
One thing that doesn't work well in the Confluence editor in particular is if you have a code block below a markdown bullet point.