11 lines
239 B
Org Mode
11 lines
239 B
Org Mode
|
this file has a link in it's heading, which can cause problems
|
||
|
|
||
|
* [[http://www.example.com][example]]
|
||
|
|
||
|
what a weird heading...
|
||
|
|
||
|
#+begin_src emacs-lisp
|
||
|
;; a8b1d111-eca8-49f0-8930-56d4f0875155
|
||
|
(message "my heading has a link")
|
||
|
#+end_src
|