Re: [Orgmode] how to upgrade org-mode version?

2010-06-10 Thread Scot Becker
Kris, You may have discovered this in the meantime, but I gave you the wrong line for adding the org documentation to your info-path in emacs (so that M-x org-info gets you to the latest docs). It's not (add-to-list 'Info-default-directory-list /path/to/org/doc) but: (add-to-list

[Orgmode] Debate about One clock per user, but user is identified

2010-06-10 Thread Sébastien Vauban
Hi all, In the clock theme, I'm opening another debate, reason of the subject change. This is something I begin to really feel the need for. Let's explain. I've already convinced 3 to 4 of my Emacs (mainly) colleagues to go for Org-mode whenever writing any type of document (to be published via

[Orgmode] Re: Beamer presentation in the document

2010-06-10 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: 1. How could I use the same table in the slides as in the document, without copy/pasting it? Is there, maybe, some Babel black magic at hand? Export/import? The following babel solution should work. I

[Orgmode] Re: Beamer presentation in the document

2010-06-10 Thread Sébastien Vauban
Hi, Sébastien Vauban wrote: 3. How can I easily switch between exporting: - the document, or - the slides? I guess I must use include/exclude tags? Right? To exclude the slides is done via: --8---cut here---start-8--- #+EXPORT_EXCLUDE_TAGS:

Re: [Solved] [Orgmode] [Patch] possible Bug: non-interactive publishing (emacs 22.1)

2010-06-10 Thread orgm...@h-rd.org
Quoting Sebastian Rose sebastian_r...@gmx.de: Sorry for the reply to my own mail. But as Carsten is on vacation, I thought it might make sense to add the `[Patch]' to the subject. This patch fixes batch-mode publishing. Tested in emacs24 like this: sh$ emacs -q -batch

[Orgmode] Re: Daily Habit in time range 23:00 04:00

2010-06-10 Thread Mikael Fornius
Alessandro Piras lay...@gmail.com writes: How can I express a daily habit TODO item that I can fulfill from 11:00PM to 04:00AM? It is not possible AFAIK, org-habit is only working with whole day intervals. No easy solution comes to my mind. It would be very complex to apply hourly intervals to

[Orgmode] visiting the last node filed from Remember buffer

2010-06-10 Thread Ken Olstad
I have a question below, but first I want to say thanks, to Carsten of course for org-mode, but also to all of you who contribute the great tips and help on this forum. Often, shortly after I've stored a quick note using Remember, I go back to the note where it's been stored and add to it. Is

[Orgmode] Re: how to upgrade org-mode version?

2010-06-10 Thread Bernt Hansen
Scot Becker scot.bec...@gmail.com writes: Kris, You may have discovered this in the meantime, but I gave you the wrong line for adding the org documentation to your info-path in emacs (so that M-x org-info gets you to the latest docs).  It's not  (add-to-list

[Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Bernt Hansen
Matt Lundin m...@imapmail.org writes: Ken Olstad ken_ols...@symantec.com writes: I have a question below, but first I want to say thanks, to Carsten of course for org-mode, but also to all of you who contribute the great tips and help on this forum. Often, shortly after I’ve stored a quick

Re: [Orgmode] Meta-grouping properties?

2010-06-10 Thread David Maus
Sven Bretfeld wrote: Hi all ... This would be easiest if I could make org aware who actually belongs to the PR-Group and then just filter the Agenda View for John (or Mary resp.). Is that possible? Maybe the tutorial Org-mode tricks for team management by Juan Reyero at

Re: [Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Darlan Cavalcante Moreira
Whenever I use remember or refile a subtree org-mode automatically sets the bookmarks org-refile-last-stored and org-remember-last-stored. Therefore I can use the standard emacs bookmark system for that (C-x r l to list all bookmarks). -- Darlan At Thu, 10 Jun 2010 09:14:27 -0400, Bernt Hansen

Re: [Orgmode] Re: how to upgrade org-mode version?

2010-06-10 Thread Fernando Naufel do Amaral
On Thu, Jun 10, 2010 at 10:08 AM, Bernt Hansen be...@norang.ca wrote: Scot Becker scot.bec...@gmail.com writes: Kris, You may have discovered this in the meantime, but I gave you the wrong line for adding the org documentation to your info-path in emacs (so that M-x org-info gets you to

[Orgmode] [PATCH 1/3] Removed unused test function.

2010-06-10 Thread Mikael Fornius
* org.el (test): Removed unused test function. --- lisp/org.el |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 5cbd10a..2a2cef9 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15571,10 +15571,6 @@ looks only before point, not after.

[Orgmode] [PATCH 2/3] Use save-match-data macro instead of let.

2010-06-10 Thread Mikael Fornius
* org.el (org-at-property-p): Use save-match-data macro instead of let. --- lisp/org.el | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 2a2cef9..7715ad7 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -13198,12 +13198,11 @@ allowed

[Orgmode] [PATCH 0/3] No sub/superscript in property keys and two small fixes.

2010-06-10 Thread Mikael Fornius
Org-entities is great, thanks! I suggest not to fontify property keywords. I found an easy way to prevent org-mode to fontify sub/superscripts in property keys by skipping text with font eq org-special-keyword. What triggered me was the key :LAST_REPEAT: in org-habit who looked silly. I also

[Orgmode] RE: visiting the last node filed from Remember buffer

2010-06-10 Thread Ken Olstad
So natural, I should have thought of it. Thanks! -Original Message- From: Bernt Hansen [mailto:be...@norang.ca] Sent: Thursday, June 10, 2010 8:14 AM To: Matt Lundin Cc: Ken Olstad; Emacs-orgmode@gnu.org Subject: Re: visiting the last node filed from Remember buffer Matt Lundin

Re: [Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Bastien
Hi Darlan, Darlan Cavalcante Moreira darc...@gmail.com writes: Whenever I use remember or refile a subtree org-mode automatically sets the bookmarks org-refile-last-stored and org-remember-last-stored. Therefore I can use the standard emacs bookmark system for that (C-x r l to list all

[Orgmode] Re: how to upgrade org-mode version?

2010-06-10 Thread Jason Dunsmore
Thanks for the follow-up, I corrected my config. When I ran M-x org-info I saw the message Info-find-file: Info file org does not exist. Running make info to produce the org info file resolved this. ___ Emacs-orgmode mailing list Please use `Reply

Re: [Orgmode] Re: Beamer presentation in the document

2010-06-10 Thread Eric Schulte
Hi Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: 1. How could I use the same table in the slides as in the document, without copy/pasting it? Is there, maybe, some Babel black magic at hand?

[Orgmode] Bug: lists, maths and export to latex

2010-06-10 Thread Nicolas Goaziou
Hello, With the following minimal example, the list isn't properly exported to latex (please note there is no problem with html). The culprit is obviously the equation split across two lines at the end of the first item. --- *

[Orgmode] Re: Display inline images patch

2010-06-10 Thread Gregory J. Grubbs
Colin Fraizer orgm...@cfraizer.com writes: I use org-mode on Windows 7. It seems that the regexp for image files excludes the : (colon) character. Could it be added to this: [-+./_0-9a-zA-Z]+ to make this [-+./:_0-9a-zA-Z]+ ? I use a regexp for image files that adds characters often found

Re: [Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Bastien
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: This could go in Worg: This is automatically done. Did not know about this, but yes it's there (in the bookmark list, when `C-x r l'), without having set anything special. Aaarrgh! I *love* Org. -- Bastien

[Orgmode] Re: Beamer presentation in the document

2010-06-10 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: 1. How could I use the same table in the slides as in the document, without copy/pasting it? The following babel solution should

[Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Sébastien Vauban
Hi Bastien, Bastien wrote: Darlan Cavalcante Moreira darc...@gmail.com writes: Whenever I use remember or refile a subtree org-mode automatically sets the bookmarks org-refile-last-stored and org-remember-last-stored. Therefore I can use the standard emacs bookmark system for that (C-x r l

Re: [Orgmode] Re: Beamer presentation in the document

2010-06-10 Thread Eric Schulte
Hi Sébastien, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] for the first time a block is run the results will not be indented currently, although it would probably be worthwhile to default to indenting the results to the same level as the code block -- I'll add this as a TODO.

RE: [Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Ken Olstad
If I understand correctly, there's no hack, it's just what remember does (sets the bookmark) to implement org-remember-goto-last-stored. Cool. -Original Message- From: Bastien Guerry [mailto:bastiengue...@googlemail.com] On Behalf Of Bastien Sent: Thursday, June 10, 2010 11:10 AM To:

[Orgmode] Rescheduling an item works properly only if SCHEDULED is after the heading

2010-06-10 Thread Tom
I sometimes move the SCHEDULED keyword after textual content of a heading, because for me the content is more important to see than the keyword which is a technical detail of org implementation. The problem is if I use org-schedule on such a heading to reschedule the task then it inserts a new