[Orgmode] Re: A crummy little popup for org keybindings help

2009-03-01 Thread Alan E. Davis
Will you forgive me for drifting off topic for a moment? John Wiegley just posted a reference to unfuddle. I admit I have been a bit befuddled for a couple of hours, diving into some simple elisp. I have no idea what unfuddle is about, but I think I just experienced it. Immediately after

Re: [Orgmode] org-exp-bibtex.el - add support to citing bibtex in both html and latex exports

2009-03-01 Thread Taru Karttunen
On 27.02 17:19, Carsten Dominik wrote: can I add your code to the contrib directory in Org? Yes, feel free to. Do you need some copyright stuff or is that not needed with contrib? I will probably have some wibbles to it in the next few months, but those can be added in the Git repository.

[Orgmode] Howto delimit vertical bar in a table.

2009-03-01 Thread Deric Bytes
How do you delimit a vertical bar in a table. Its not in the manual under table, and I couldn't get an answer googling it. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Howto delimit vertical bar in a table.

2009-03-01 Thread Carsten Dominik
\vert On Feb 27, 2009, at 11:41 PM, Deric Bytes wrote: How do you delimit a vertical bar in a table. Its not in the manual under table, and I couldn't get an answer googling it. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send

Re: [Orgmode] Re: OT Re: unicorn

2009-03-01 Thread Jason F. McBrayer
r...@rosslaird.info (Ross A. Laird) writes: So, before the age of Khafre no one seems to have thought to make art that was specific enough to be identifiable as one individual. Or such art didn't survive because it was made of perishable materials. Or it was specific enough to be identifiable

Re: [Orgmode] Re: MORE: Using git via USB for personal org dir and other data files

2009-03-01 Thread Sebastian Rose
Bernt Hansen be...@norang.ca writes:     $ git clone -l --no-hardlinks --bare . /path/to/usb/stick I've never used -l --no-hardlinks when creating repos on my usb stuck. vfat filesystems don't support hard links and you can't make use of hard links across filesystems. That's true :) I just

Re: [Orgmode] Selecting items within date range and repeated events in agenda view

2009-03-01 Thread Carsten Dominik
C-c a m CLOSED=-7d+CLOSEDtoday RET will show things closed last week. To show log info from last week, make the agenda show that and then turn on log mode with l Show clocking and CLOSED stuff C-u l Show also state change notes dated last week C-u C-u l Show only

[Orgmode] org-id: always add IDs

2009-03-01 Thread Sebastian Rose
Hi, I have several questions concerning IDs. Is there a prefered method to _always_ add an org-id to an entry? The IDs would become _realy_ usefull, if I could add them automatically whenever a new entry is created (a headline) that is _not_ below `org-export-headline-levels'. Is it

Re: [Orgmode] org-id: always add IDs

2009-03-01 Thread Carsten Dominik
On Feb 27, 2009, at 10:30 AM, Sebastian Rose wrote: Hi, I have several questions concerning IDs. Is there a prefered method to _always_ add an org-id to an entry? (add-hook 'org-insert-heading-hook (lambda () (org-id-get-create))) The IDs would become _realy_ usefull, if I

Re: [Orgmode] [PATCH] Conditionally delete windows in agenda quit

2009-03-01 Thread Carsten Dominik
I am accepting this patch, thanks. - Carsten On Feb 28, 2009, at 1:21 AM, Peter Jones wrote: Before this patch, org-agenda-quit would delete the agenda window if the frame had more than one window. This patch changes that behavior slightly so that if org-agenda-window-setup is

Re: [Orgmode] [PATCH] Properly indent clock drawer upon creation

2009-03-01 Thread Carsten Dominik
Hi Peter, can you please describe a test case where the code without your patch fails? Thanks. - Carsten On Feb 28, 2009, at 1:41 AM, Peter Jones wrote: Properly indent clock drawer upon creation. Patch also available from: git://pmade.com/org-mode branch: pjones-clock-end-indent From

Re: [Orgmode] Howto delimit vertical bar in a table.

2009-03-01 Thread Carsten Dominik
I think, on Ebay they have some glasses, if you look through them then \vert looks like | ... :-) - Carsten On Mar 1, 2009, at 7:39 PM, Eddward DeVilla wrote: That's pretty much just for export, right? Edd On Sun, Mar 1, 2009 at 7:18 AM, Carsten Dominik domi...@science.uva.nl wrote:

Re: [Orgmode] unicorn

2009-03-01 Thread Tim Burt
Christopher Suckling writes: On 27 Feb 2009, at 18:47, Russell Adams wrote: In the spirit of Org, we need a folding unicorn! ;] http://www.pajarita.org/aep/pajaritas/pajarita3-4.pdf In the spirit of Org I made a fold*ed* unicorn.

Re: [Orgmode] A crummy little popup for org keybindings help

2009-03-01 Thread Daniel Clemente
El sáb, feb 28 2009, Alan E. Davis va escriure: Meanwhile, I remembered a little help popup I made to remember all my keybindings, long years ago.  Here's a quick popup to get a transient display This is also done by Icicles (http://www.emacswiki.org/emacs/Icicles). In any moment you can

[Orgmode] Re: [PATCH] Properly indent clock drawer upon creation

2009-03-01 Thread Peter Jones
Carsten Dominik domi...@science.uva.nl writes: can you please describe a test case where the code without your patch fails? The code doesn't fail, this is just a nice to have. When a clock/logbook drawer is created, the :END: isn't indented correctly. This causes a problem for my function

Re: [Orgmode] [PATCH] Properly indent clock drawer upon creation

2009-03-01 Thread Carsten Dominik
OK, I am accepting this patch, thanks. - Carsten On Feb 28, 2009, at 1:41 AM, Peter Jones wrote: Properly indent clock drawer upon creation. Patch also available from: git://pmade.com/org-mode branch: pjones-clock-end-indent From ced66c53109a0f34e280853f02deb6bbdeabdaaa Mon Sep 17 00:00:00