From DC Toedt: Copy Org Mode as Markdown (opens in new tab)
DC Toedt is a lawyer and professor of practice who uses Emacs and Org Mode. He wanted a small Emacs Lisp function to convert Org Mode syntax to Markdown and copy it to the clipboard to make it easier to copy the materials he's writing for a course on contract drafting. This seems to be a common need, and here are several other approaches: Anyway, DC shared how he used Claude to generate a simple function to do it, which is here under public domain: (defun my/org-to-markdown-clipboard () "Expo...
Read the original article