Improve `org-fix-tags-on-the-fly'
[org-mode/org-tableheadings.git] / testing / examples / link-in-heading.org
blob1b235a2dc6a76c5f71a56d99851bd6b91f5da0d7
1 this file has a link in it's heading, which can cause problems
3 * [[http://www.example.com][example]]
5 what a weird heading...
7 #+begin_src emacs-lisp
8   ;; a8b1d111-eca8-49f0-8930-56d4f0875155
9   (message "my heading has a link")
10 #+end_src