RE: [Orgmode] Re: Sourceforge community award

2009-06-10 Thread WOMICK, DON (ATTSI)
Carsten, That's almost perfect--just a couple of minor changes: We should win because by allowing people to evolve their productive selves, org-mode has created one of the best communities in the open-source world. --Don Womick -Original Message- From: emacs-orgmode-bounces+don.womick=c

RE: [Orgmode] Quickly inputting next actions to specific lists.

2009-03-05 Thread Womick, Don
Marcelo de Moraes Serpa writes: >> Refilling? > Refiling is for tasks seeking their parents. > Refilling is usually for beer. > Refillling doesn't yet exist. >From Ogden Nash: The one-l lama, He's a priest. The two-l llama, He's a beast. And I will bet A silk pajama There isn't any Three-l l

RE: [Orgmode] POLL: the 40 variables project

2009-01-29 Thread Womick, Don
Hi Carsten, My org setup and usage at this point is fairly simple (I'm waiting for James Smith's Remember rewrite to get more ambitious). Here are the variables I use: org-use-fast-todo-selection org-agenda-files org-remember-templates org-default-notes-file --Don Womick -Original Message--

RE: [Orgmode] Language question

2008-12-10 Thread Womick, Don
's always indicates possession, never plurality. I don't think there's a hard-and-fast choice between "IDs" and "ids", but "IDs" looks better to me, since it's clear that you're using an abbreviation. But if you write "id" (singular), be consistent and write "ids" (plural). -Original Message-

RE: [Orgmode] C-c ' prepends , to shell comment lines

2008-10-05 Thread Womick, Don
lf Of Carsten Dominik Sent: Sunday, October 05, 2008 5:05 AM To: Womick, Don Cc: emacs-orgmode@gnu.org Subject: Re: [Orgmode] C-c ' prepends , to shell comment lines Hi Don, this is on purpose. Putting a comma in front of such lines makes sure Org does not consider them as special, for ex

[Orgmode] C-c ' prepends , to shell comment lines

2008-10-05 Thread Womick, Don
After running C-c ' (apostrophe) on a shell script between #+BEGIN_SRC and #+END_SRC tags and returning to the org file using C-c ' again, comments in the script have a , (comma) prepended. If I have #+BEGIN_SRC shell-script #! /bin/bash # some comments here... they'll be preceded by comm