Re: [O] [Orgmode] numbered outlines?

2015-07-12 Thread Narendra Acharya
Hi,
Trying to revive an old thread here 
(https://lists.gnu.org/archive/html/emacs-orgmode/2010-10/msg01030.html), where 
Carsten wrote:
Carsten Dominik wrote:

On Oct 21, 2010, at 3:02 AM, David Rogoff wrote:


Thanks - that might do the job.  Native would be best, of course.

This could be implemented as a little module.  One could just
run through the outline and put overlays on the stars showing the 
numbers.Looking for a fun little project, anyone? :-)



So here is my attempt at a solution.https://github.com/nma83/org-autonum

My elisp might be ugly at places, but this works well for me.
Thanks,NMA

Re: [Orgmode] numbered outlines?

2010-10-21 Thread Carsten Dominik


On Oct 21, 2010, at 3:02 AM, David Rogoff wrote:


Thanks - that might do the job.  Native would be best, of course.


This could be implemented as a little module.  One could just
run through the outline and put overlays on the stars showing the  
numbers.


Looking for a fun little project, anyone? :-)

- Carsten



Jeff Horn wrote:


I don't know if it is an ideal solution, but you can export to ASCII
using `C-c C-e a` which will dump an ascii text file with the name
filename.txt into the same directory as filename.org.

Outlines will have numbers in the text file.

HTH,
Jeff

On Tue, Oct 19, 2010 at 6:40 PM, David Rogoff da...@cox.net wrote:
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?

Thanks,

David

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] numbered outlines?

2010-10-21 Thread Carsten Dominik


On Oct 21, 2010, at 3:02 AM, David Rogoff wrote:


Thanks - that might do the job.  Native would be best, of course.


This could be implemented as a little module.  One could just
run through the outline and put overlays on the stars showing the  
numbers.


Looking for a fun little project, anyone? :-)

- Carsten



Jeff Horn wrote:


I don't know if it is an ideal solution, but you can export to ASCII
using `C-c C-e a` which will dump an ascii text file with the name
filename.txt into the same directory as filename.org.

Outlines will have numbers in the text file.

HTH,
Jeff

On Tue, Oct 19, 2010 at 6:40 PM, David Rogoff da...@cox.net wrote:
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?

Thanks,

 David

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] numbered outlines?

2010-10-21 Thread David Rogoff



Carsten Dominik wrote:


On Oct 21, 2010, at 3:02 AM, David Rogoff wrote:


Thanks - that might do the job.  Native would be best, of course.


This could be implemented as a little module.  One could just
run through the outline and put overlays on the stars showing the 
numbers.


Looking for a fun little project, anyone? :-)

I'd do it, but I'm a hardware guy and my elisp expertise is really minimal!




- Carsten



Jeff Horn wrote:


I don't know if it is an ideal solution, but you can export to ASCII
using `C-c C-e a` which will dump an ascii text file with the name
filename.txt into the same directory as filename.org.

Outlines will have numbers in the text file.

HTH,
Jeff

On Tue, Oct 19, 2010 at 6:40 PM, David Rogoff da...@cox.net wrote:
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?

Thanks,

David

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode






___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode



___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] numbered outlines?

2010-10-20 Thread David Rogoff
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?


Thanks,

 David

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] numbered outlines?

2010-10-20 Thread David Rogoff
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

Thanks,

 David

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] numbered outlines?

2010-10-20 Thread Jeff Horn
I don't know if it is an ideal solution, but you can export to ASCII
using `C-c C-e a` which will dump an ascii text file with the name
filename.txt into the same directory as filename.org.

Outlines will have numbers in the text file.

HTH,
Jeff

On Tue, Oct 19, 2010 at 6:40 PM, David Rogoff da...@cox.net wrote:
 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?

 Thanks,

  David

 ___
 Emacs-orgmode mailing list
 Please use `Reply All' to send replies to the list.
 Emacs-orgmode@gnu.org
 http://lists.gnu.org/mailman/listinfo/emacs-orgmode




-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] numbered outlines?

2010-10-20 Thread David Rogoff

Thanks - that might do the job.  Native would be best, of course.

Jeff Horn wrote:

I don't know if it is an ideal solution, but you can export to ASCII
using `C-c C-e a` which will dump an ascii text file with the name
filename.txt into the same directory as filename.org.

Outlines will have numbers in the text file.

HTH,
Jeff

On Tue, Oct 19, 2010 at 6:40 PM, David Rogoffda...@cox.net  wrote:

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?

Thanks,

  David

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode





___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode