From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Lundin Subject: Re: numbered outlines? Date: Wed, 20 Oct 2010 21:44:21 -0400 Message-ID: <871v7kz5e2.fsf@fastmail.fm> References: <4CBE1E7B.9010509@cox.net> <4CBF410B.5090608@cox.net> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from [140.186.70.92] (port=44584 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P8kCe-0003wh-M4 for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 21:44:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P8kCd-0003kL-E7 for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 21:44:24 -0400 Received: from out1.smtp.messagingengine.com ([66.111.4.25]:44421) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P8kCd-0003k9-A8 for emacs-orgmode@gnu.org; Wed, 20 Oct 2010 21:44:23 -0400 In-Reply-To: <4CBF410B.5090608@cox.net> (David Rogoff's message of "Wed, 20 Oct 2010 12:20:43 -0700") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: David Rogoff Cc: emacs-orgmode@gnu.org David Rogoff writes: > Sorry if this is obvious, but I couldn't find anything on it. > orgmode's use of asterisks for outline levels is fine when I'm working > on something by myself. However, if I'm collaborating with other > people, there's no good way to reference a particular outline entry. > Is there a way to get org-mode to use numbering (e.g. 1, 1.1, 1.1.1 ) > for outline levels? If not, how can you work with other people on an > outline? > > FYI, I'm running org-mode 6.33x in emacs 23.2.1 Mac/Linux/WinXP > AFAIK, org-mode cannot number section headings on the fly. Are your collaborators working in emacs/org-mode? If not exporting the outline will normally result in numbered sections. Of course, it would be a bit harder work collaboratively on the html and then get it back into org-mode. :) One way to create fixed, human-readable references for outline headings is to use the CUSTOM_ID property. (info "(org) Internal links") Best, Matt