From: Thorsten Jolitz <tjolitz@gmail.com>
To: emacs-orgmode@gnu.org
Subject: Re: Generate a table of contents without exporting
Date: Tue, 01 Apr 2014 00:32:55 +0200 [thread overview]
Message-ID: <874n2eov6w.fsf@gmail.com> (raw)
In-Reply-To: loom.20140331T233337-501@post.gmane.org
RG Williams <rgwills@gmail.com> writes:
> Hi,
> I know you can generate a table of contents when exporting, but can you do
> it just within org? For context, I'm uploading an .org file to github and I
> don't need to export it to another format because github recognizes and
> displays it just fine. It's long so a ToC would be nice. Do I just have to
> write it myself?
Calling
,--------------------------
| M-x org-org-export-as-org
`--------------------------
on this org buffer
#+begin_src org
#+OPTIONS: toc:2
* A
** A1
** A2
* B
** B1
** B2
#+end_src
yields this
,---------------------------------
| # Created 2014-04-01 Di 00:28
| #+TITLE: tmp<7>
| #+AUTHOR: Thorsten Jolitz
| #+OPTIONS: toc:2
|
| * A
| ** A1
| ** A2
|
| * B
| ** B1
| ** B2
|
| # Emacs 24.3.1 (Org mode 8.2.5h)
`---------------------------------
so unfortunately exporting with toc does not seem to be implemented in
ox-org.el, but maybe you'll get better advice.
--
cheers,
Thorsten
next prev parent reply other threads:[~2014-03-31 22:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-03-31 21:38 Generate a table of contents without exporting RG Williams
2014-03-31 22:32 ` Thorsten Jolitz [this message]
2014-04-01 0:33 ` RG Williams
2014-04-01 21:03 ` Charles Berry
2014-04-01 21:52 ` Nick Dokos
2014-04-02 15:05 ` RG Williams
2014-04-02 15:03 ` RG Williams
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874n2eov6w.fsf@gmail.com \
--to=tjolitz@gmail.com \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).