emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to avoid generating the Table of Contents when exporting to mark


From: Rodrigo Morales
Subject: Re: How to avoid generating the Table of Contents when exporting to markdown?
Date: Sat, 30 Jan 2021 18:14:31 -0500
User-agent: mu4e 1.4.14; emacs 27.1

Thanks for the help :)

After searching the information you mentioned in the Info manual of Org
Mode, I found information on the variable =org-export-with-toc= and have
included the following in my configuration.

#+begin_src elisp
(setq org-export-with-toc nil)
#+end_src

-- 
Greetings,
Rodrigo Morales.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]