From mboxrd@z Thu Jan 1 00:00:00 1970 From: RG Williams Subject: Generate a table of contents without exporting Date: Mon, 31 Mar 2014 21:38:05 +0000 (UTC) Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:34961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUkFY-0001S5-VP for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 18:00:20 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WUkFR-0004uk-Fz for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 18:00:12 -0400 Received: from plane.gmane.org ([80.91.229.3]:46566) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WUkFR-0004rN-9A for emacs-orgmode@gnu.org; Mon, 31 Mar 2014 18:00:05 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1WUkFP-0002Rs-2V for emacs-orgmode@gnu.org; Tue, 01 Apr 2014 00:00:03 +0200 Received: from pool-173-79-109-187.washdc.fios.verizon.net ([173.79.109.187]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Apr 2014 00:00:03 +0200 Received: from rgwills by pool-173-79-109-187.washdc.fios.verizon.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 01 Apr 2014 00:00:03 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org 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?