[Orgmode] Re: [PATCH] org-mode typos

2008-12-16 Thread Carsten Dominik
Hi Bernt, wow, what a great job, and how well it reflects my being a terrible typist. Thanks so much. I'll take a look at them and then install. Did you change any code at all, or only docstrings? - Carsten On Dec 16, 2008, at 6:41 PM, Bernt Hansen wrote: Hi Carsten, I decided to scou

[Orgmode] Org Mdoe Auto Complete Source

2008-12-16 Thread Jonathan Arkell
Hi list! I have just finished a little something to hook org mode into the auto-complete. Right now it does a verbatim copy of most of org-complete (which is bad). Carsten, would it be possible to separate the gathering of completion candidates from the actual UI, that way other completion sy

[Orgmode] [PATCH] org-mode typos

2008-12-16 Thread Bernt Hansen
Hi Carsten, I decided to scour the org-mode code today and fix up all the typos I could find easily. I've pushed the result to my 'fix-typos' branch at git://git.norang.ca/org-mode. I also fixed up some whitespace changes as separate commits (which you can drop if you don't like them). Let me k

[Orgmode] Re: Links to Org-mode FAQ

2008-12-16 Thread Sivaram Neelakantan
Matthew Lundin writes: > Hi Carsten, > > I would be happy to take charge of tending the FAQ and to keep an eye > on the mailing list for (1) questions that are already answered on the > FAQ (2) good answers that should be added to the FAQ. > > (I would, of course, also gladly defer to someone wit

Re: [Orgmode] Print headlines including DEADLINE?

2008-12-16 Thread Christopher DeMarco
On Tue, Dec 09, 2008 at 08:17:38AM +0100, Carsten Dominik wrote: > you may want to take a look at column view, which can show the deadline. > Get back here when you cannot figure out how to do this. OK, so I can't figure out how to do this :-) First, how I'm using org-mode: Inside ~/working I h

Re: [Orgmode] question about org-region-active-p

2008-12-16 Thread William Henney
Hi Robert On Mon, Dec 15, 2008 at 7:51 PM, Robert Goldman wrote: > [I found this because I tried to publish a subtree of an org file, and I > found that org-region-active-p was NIL even after C-c @ > (outline-mark-subtree).] > > This may be an oddity of aquamacs -- it seems to prefer cua-mode and

Re: [Orgmode] question about org-region-active-p

2008-12-16 Thread Robert Goldman
Carsten Dominik wrote: > Hi Robert, > > Samuel has it right, let me add this: > > In Emacs, you do never remove the mark from the buffer, it is always > there, wherever you or some command last left it. The only way to tell > if the user intends to apply a command to a region is therefore the >

Re: [Orgmode] Links to Org-mode FAQ

2008-12-16 Thread Matthew Lundin
Hi Carsten, I would be happy to take charge of tending the FAQ and to keep an eye on the mailing list for (1) questions that are already answered on the FAQ (2) good answers that should be added to the FAQ. (I would, of course, also gladly defer to someone with a deeper knowledge of org-mode.)

[Orgmode] Links to Org-mode FAQ

2008-12-16 Thread Carsten Dominik
Dear all, Sebastian has implemented into his org-info.js to use named anchors to link to sections of a document. This is now finally a god way to link to specific FAQ entries, without being afraid that the link may not work after the next FAQ update. So if you com across a question that can be

Re: [Orgmode] refiling x to x kills x

2008-12-16 Thread Carsten Dominik
Fixed, thanks. - Carsten On Dec 16, 2008, at 2:58 AM, Samuel Wales wrote: Using the same setup as in my recent ido post, org-refile on a header to that header seems to kill that header. Thanks. -- Myalgic encephalomyelitis denialists are knowingly causing further suffering and death by oppos

Re: [Orgmode] Best Way to Submit a Patch

2008-12-16 Thread Jeff Mickey
I just wanted to make the addition that for emailing patches around, git has a lot of decent tools. `git-format-patch origin` will generate patch files for all commits that aren't in origin yet... it will also give you the commit messages/diffstats/etc in the patches.[1] `git-send-email ` will se