[Orgmode] A brief reference to org-mode in my presentation on Auto Focus Task Management System

2009-06-06 Thread Charles Cave
I created a presentation on the Auto Focus Task Management system and made brief reference to how I used org-mode as part of my project planning and scheduling. You can view the presentation here: http://www.slideshare.net/charles_in_oz/auto-focus-1543619 When I first learnt about this system

Re: [Orgmode] outline-minor-mode and code editing / export

2009-06-06 Thread Dan Davison
Yes, well I definitely git confused in the sense that the patch I just sent was the inverse of what I intended (i.e. substitute - for + and vice versa in the original). The patch I meant to submit is diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 5f0ad88..0dcd956 100644 --- a/lisp/org-exp.e

[Orgmode] outline-minor-mode and code editing / export

2009-06-06 Thread Dan Davison
In turn on outline-minor-mode in the language major modes that I use, so that code starts up folded, via a call to org-content that is made in my major-mode hook. I'm finding that this has two undesirable consequences for org-mode, as follows. I have also described a possible solution, as implement

Re: [Orgmode] pread pack issues from the git repo

2009-06-06 Thread Nick Dokos
Greg Newman wrote: > I was trying to update to the latest-greatest-org and am getting errors from > git.  Can anyone else confirm? > > remote: Counting objects: 833, done. > remote: Compressing objects: 100% (301/301), done. > remote: Total 772 (delta 602), reused 626 (delta 471) > Receiving ob

[Orgmode] pread pack issues from the git repo

2009-06-06 Thread Greg Newman
I was trying to update to the latest-greatest-org and am getting errors from git. Can anyone else confirm? remote: Counting objects: 833, done. remote: Compressing objects: 100% (301/301), done. remote: Total 772 (delta 602), reused 626 (delta 471) Receiving objects: 100% (772/772), 770.61 KiB | 3

Re: [Orgmode] face for clock display in modeline

2009-06-06 Thread Eric S Fraga
Carsten Dominik writes: > Thanks Eric! > > Samuel, after you next pull, customize the face org-mode-line-clock. You're welcome and I like what you have done. I played around with the code in org-faces.el yesterday but your solution is much nicer than I what I had come up with (I'm still very muc