Re: [Orgmode] Can drawers be embedded in org-mode?

2008-12-14 Thread Jing Su
Thanks a lot, Carsten, I'm currently using your method. I was wondering if nest drawers would be a good idea in later versions of org-mode. Best, Jing On Thu, Dec 4, 2008 at 3:02 AM, Carsten Dominik wrote: > Hi Jing Su, > > Org-mode does not allow to nest drawers. I guess you would simple us

Re: [Orgmode] Best Way to Submit a Patch

2008-12-14 Thread Carsten Dominik
Hi Ian, there is lots of GIT documentation on the web. Here is a short way to do what you want. 1. get the latest changes git pull 2. create a branch for you to do your changes git checkout -b my-doc-fixed 3. Edit the file you want to change $ emacs $ emacs 4. C

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > Robert Goldman writes: >> I think it would be appropriate to have a tutorial like this in Worg, >> but not a replacement. If you look at the custom agenda commands >> discussion in the manual, you will see that there is a discussion of how >> most of the fi

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Matthew Lundin
Hi Robert, Robert Goldman writes: > > I think it would be appropriate to have a tutorial like this in Worg, > but not a replacement. If you look at the custom agenda commands > discussion in the manual, you will see that there is a discussion of how > most of the fields of custom command s-expr

RE: [Orgmode] Is this an aquamacs bug?

2008-12-14 Thread Sullivan, Gregory (US SSA)
I don't use aquamacs too much with org, but I just tried what you describe, with aquamacs 1.5 (gnu emacs 22.3.2 from M-x emacs-version) the latest org via git, and did not have that behavior. I run aquamacs with (setq one-buffer-one-frame '()) Do you already do this? If not, you might see if t

Re: [Orgmode] Possible to get a subtree agenda view? --- possible bug?

2008-12-14 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > Robert Goldman writes: > >> Matthew Lundin wrote: >>> Hi Robert, >>> >> Is there any existing way to do this, or should I start rooting around in the code? >>> For a custom agenda command: >>> >>> (setq org-agenda-custom-commands >>> '(

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Robert Goldman
Matthew Lundin wrote: > Hi Robert, > > Robert Goldman writes: > >> Matthew Lundin wrote: > [snip] >>> For a custom agenda command: >>> >>> (setq org-agenda-custom-commands >>> '(("f" tags-tree "+car+TODO=\"TODO\"" >>> ((org-show-entry-below t) >>> (org-show-hierarchy-above nil))

[Orgmode] Best Way to Submit a Patch

2008-12-14 Thread Ian Barton
I would like to submit some patches for the documentation. Whilst I understand how to make a patch file, what should I be patching against? I am running a clone of the git repo, so presume I can somehow use git to create patches. Can someone point me to the documentation on how to get started?

Re: [Orgmode] recent changes page for worg

2008-12-14 Thread Matthew Lundin
Hi Samuel, "Samuel Wales" writes: > Does worg have a recent changes page? > > Thanks. > To my delight, I just discovered that there are feeds that allow one to follow changes to the Worg repo: http://repo.or.cz/w/Worg.git?a=rss http://repo.or.cz/w/Worg.git?a=atom - Matt __

Re: [Orgmode] recent changes page for worg

2008-12-14 Thread Matthew Lundin
Hi Samuel, "Samuel Wales" writes: > Does worg have a recent changes page? > > Thanks. The git log is the best place to look for recent changes. http://repo.or.cz/w/Worg.git Perhaps we should add a link to the log on the front page of Worg. Best, Matt _

Re: [Orgmode] Possible to get a subtree agenda view?

2008-12-14 Thread Matthew Lundin
Hi Robert, Robert Goldman writes: > Matthew Lundin wrote: >> [snip] >> >> For a custom agenda command: >> >> (setq org-agenda-custom-commands >> '(("f" tags-tree "+car+TODO=\"TODO\"" >> ((org-show-entry-below t) >>(org-show-hierarchy-above nil))) >> ;; other comm