Re: [O] Remove Org from Emacs repository?

2017-01-16 Thread Erik Colson
Reuben Thomas  writes:

> ​Org is nearly 90kLOC, or about 6.5% of the total ELisp code currently in
> Emacs. It's bigger than CEDET, smaller than GNUS.

You hit a point here.  GNUS is indeed distributed with Emacs.  However
GNUS is even more integrated as even the repo is integrated with Emacs.
Maybe it would be the way to go to even include ORGMODE repo in Emacs ?

best
-- 
erik colson




[Orgmode] one TODO for multiple projects

2008-01-18 Thread Erik Colson
Hi,

I'm thinking about moving from planner to org-mode. Particularly for the 
outline and better file formatting.
I've been reading through the doc and I'm missing a feature of planner. In 
planner we can create a todo which can be bound to multiple projects. So if it 
is marked completed in one project it is also in the other projects.

Can this be done in org-mode ?

Thanks
-- 
Erik


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


Re: [Orgmode] Re: Project Planning Tutorial Using Org-Mode

2008-07-25 Thread Erik Colson


On 25 Jul 2008, at 10:33, rolf wrote:


Hallo Peter!

[snip]

git clone git://pmade.com/rc

The file you want is:

emacs/emacs.d/pmade-org.el


What a clean and concise rc-setup!



it clearly is a nice setup. Having all configuration items separated  
keeps you from having a 600+ lines .emacs ;)
I basically do the same, except I place my specific rc for emacs-org  
in the org directory.
the org-dir is maintained by git and that way, on each system I do use  
emacs-org, the same setup is always there.


Peter,
why do you specify all .org files by name in your setup ?
as I'm creating new files for each new project I do use this line to  
be sure all files are treated :


   (setq org-agenda-files (file-expand-wildcards "~/org/*.org"))

Regards,

--
erik



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