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
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
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--
'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-
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
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