Re: [Orgmode] [org-Calendar] Recurring events with exception on days

2009-07-13 Thread Brian van den Broek
Marcelo de Moraes Serpa said unto the world at 12/07/09 11:47 PM: Hello list! Is there a way to schedule an item as a recurring event AND tell org to exclude it from specific weekdays (for example, Saturday Sunday) ? Thanks in advance, Marcelo. Hi Marcelo, The easiest thing is to define

Re: [Orgmode] [org-Calendar] Recurring events with exception on days

2009-07-13 Thread Dirk-Jan Binnema
Hi Marcelo, On Mon, Jul 13, 2009 at 6:47 AM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hello list! Is there a way to schedule an item as a recurring event AND tell org to exclude it from specific weekdays (for example, Saturday Sunday) ? This is becoming a FAQ. The short

Re: [Orgmode] Typo in current org-mode online manual

2009-07-13 Thread Bastien
Dave Roberts d...@droberts.com writes: http://orgmode.org/manual/Activation.html#Activation If you do not like transient-make-mode... Should read transient-mark-mode not transient-make-mode. Fixed, thanks. -- Bastien ___ Emacs-orgmode

[Orgmode] Working on org again

2009-07-13 Thread James TD Smith
After a long absence I am returning to org development. Those of you who haven't forgotten about my proposed rewrite of org-remember will be wondering what happened to it. I have been working on it when I've had time, and most of the new features are implemented but not fully tested. I plan on

[Orgmode] [misc-new-features 5/5] Fix a problem I was having with plots using a script. Org-plot was deleting the data file before gnuplot read it in. I've moved the deletion of the temporary data fil

2009-07-13 Thread James TD Smith
--- lisp/org-plot.el | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lisp/org-plot.el b/lisp/org-plot.el index 0e8f5a2..c9d61b3 100644 --- a/lisp/org-plot.el +++ b/lisp/org-plot.el @@ -333,12 +333,12 @@ line directly before or after the table.

[Orgmode] [misc-new-features 3/5] Add an option to sort tags automatically.

2009-07-13 Thread James TD Smith
--- lisp/ChangeLog |3 +++ lisp/org.el| 17 - 2 files changed, 19 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 348ade3..9ce7a17 100755 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -11,6 +11,9 @@ SINCE_IA. These give the time

[Orgmode] [misc-new-features 4/5] Allow org-insert-link to check the X clipboard and the Emacs kill-ring for links, as well as the stored links. This makes getting URLs into org from a browser much ea

2009-07-13 Thread James TD Smith
You can customise `org-link-check-clipboards' to check either the X clipboards or kill-ring only, or both, or none. If you have the interprogram-cut/paste functions set, you probably only want to use the kill-ring only. --- lisp/ChangeLog |5 lisp/org.el| 66

[Orgmode] [misc-new-features 2/5] Bugfixes, documentation and custom options for org-checklist.

2009-07-13 Thread James TD Smith
* contrib/lisp/org-checklist.el - Fix some problems with the print/export feature in org-checklist. - Add custom options for this module - Fix some interaction with a2ps - Only reset checkboxes if TODO state is done. * doc/org.texi - Add documentation for org-checklist * lisp/org.el

[Orgmode] [misc-new-features 1/5] Add two new special properties, SINCE and SINCE_IA.

2009-07-13 Thread James TD Smith
These give the elapsed time since the TIMESTAMP and TIMESTAMP_IA properties. This value is in days, as a floating point number. For display in column view, this is converted to a human-readable time interval in the form 8d 02h 12m 22s. --- lisp/ChangeLog | 18 --

[Orgmode] Re: [misc-new-features 4/5] Allow org-insert-link to check the X clipboard and the Emacs kill-ring for links, as well as the stored links. This makes getting URLs into org from a browser muc

2009-07-13 Thread Bernt Hansen
James TD Smith ahktenz...@mohorovi.cc writes: You can customise `org-link-check-clipboards' to check either the X clipboards or kill-ring only, or both, or none. If you have the interprogram-cut/paste functions set, you probably only want to use the kill-ring only. --- Hi James, The summary

[Orgmode] Re: [misc-new-features 5/5] Fix a problem I was having with plots using a script. Org-plot was deleting the data file before gnuplot read it in. I've moved the deletion of the temporary data

2009-07-13 Thread Bernt Hansen
James TD Smith ahktenz...@mohorovi.cc writes: --- Same comment for this one as patch 4/5. -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: [misc-new-features 4/5] extra long subject lines

2009-07-13 Thread James TD Smith
Hi Bernt, On 2009-07-13 07:55:04(-0400), Bernt Hansen wrote: James TD Smith ahktenz...@mohorovi.cc writes: You can customise `org-link-check-clipboards' to check either the X clipboards or kill-ring only, or both, or none. If you have the interprogram-cut/paste functions set, you

[Orgmode] Publishing subsections of an orgmode file (HTML)

2009-07-13 Thread Ben
Hello everybody I think that's my first post here and I would like first of all to thank you all for your amazing work. I've a couple of questions to ask you and I must say I certainly don't have the skills to understand in-depth answers, unfortunately, if it involves coding or too fancy

Re: [Orgmode] Re: Publishing subsections of an orgmode file (HTML)

2009-07-13 Thread Dan Davison
Matthew Lundin m...@imapmail.org writes: Ben b...@maleloria.org writes: I think that's my first post here and I would like first of all to thank you all for your amazing work. Welcome! My first question is: How can I publish a subsection of one of these files as a webpage (and this

[Orgmode] Re: [misc-new-features 4/5] extra long subject lines

2009-07-13 Thread Bernt Hansen
James TD Smith ahktenz...@mohorovi.cc writes: Sorry about that, guess I'm a bit rusty :). I've fixed the commit logs and pushed them to my git repository. Thanks :) -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

[Orgmode] org-style folding for a .emacs

2009-07-13 Thread Scot Becker
Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. Scot ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list.

Re: [Orgmode] org-style folding for a .emacs

2009-07-13 Thread Eric S Fraga
At Mon, 13 Jul 2009 22:23:51 +0100, Scot Becker wrote: Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. Scot Scot, I use hideshow (part of the standard Emacs distribution from

Re: [Orgmode] Re: Publishing subsections of an orgmode file (HTML)

2009-07-13 Thread Ben
http://orgmode.org/manual/Export-options.html (...) http://orgmode.org/manual/Selective-export.html#Selective-export Right, the answer was obvious and right under my nose :) Thank you a million times for these pointers and sorry for not understanding that by myself earlier. Indeed a EXPORT_FILE

Re: [Orgmode] org-style folding for a .emacs

2009-07-13 Thread Dan Davison
Scot Becker scot.bec...@gmail.com writes: Hi Scot, Does anyone have a recipe for easy org-style folding of an elisp file? I'd like to divide my .emacs into segments to make it easier to oversee and navigate. As you're probably aware, outline-minor-mode can be used for folding source code in

[Orgmode] lower case version of todo kw triggers refile bug

2009-07-13 Thread Samuel Wales
When I have a lower case version of a todo kw as the first word in a header, refile skips the header. Or so it seems. I suspect that regexp matching for todo keywords in refile code might be allowing lower case versions of those keywords. There was a fix for a similar problem a while back and

[Orgmode] Re: lower case version of todo kw triggers refile bug

2009-07-13 Thread Samuel Wales
Clarification: ido does not present the header as a candidate. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode