Re: [Orgmode] Minor bug: org-agenda-holidays

2010-12-21 Thread Noorul Islam K M
Paul Sexton writes: > In org-agenda.el, the function org-agenda-holidays is coded as: > > (defun org-agenda-holidays () > "Display the holidays for the 3 months around the cursor date." > (interactive) > (org-agenda-execute-calendar-command 'list-calendar-holidays)) > > 'list-calendar-holid

Re: [Orgmode] Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2010-12-21 Thread Noorul Islam K M
Bernt Hansen writes: > Hi, > > If you are viewing the agenda with a time span of a week (or anything > larger than a day) and then use 'J' to jump to a new date the span > changes back to day. > For me, I have 'J' bound to (org-agenda-clock-goto) by default. I think you are talking about 'j'. >

Re: [Orgmode] Bug: HTML export fails to close list [7.4 (release_7.4.80.g0e5e5)]

2010-12-21 Thread Noorul Islam K M
Bernt Hansen writes: > Hi, > > If you export the following org file to HTML the list is not terminated > properly. There is a ORG-LIST-END tag in the source instead of the > tags which results in invalid HTML. > > ,[ test.org ] > | * List ending on export > | > | - Item 2 - last > ` >

[Orgmode] Bug: HTML export fails to close list [7.4 (release_7.4.80.g0e5e5)]

2010-12-21 Thread Bernt Hansen
Hi, If you export the following org file to HTML the list is not terminated properly. There is a ORG-LIST-END tag in the source instead of the tags which results in invalid HTML. ,[ test.org ] | * List ending on export | | - Item 2 - last ` Here is part of the HTML from the resulting

[Orgmode] Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2010-12-21 Thread Bernt Hansen
Hi, If you are viewing the agenda with a time span of a week (or anything larger than a day) and then use 'J' to jump to a new date the span changes back to day. I think the span should remain unchanged when moving to a new date. Regards, Bernt Emacs : GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+

[Orgmode] [PATCH] Skip source block fontification when the language is not defined

2010-12-21 Thread Bernt Hansen
* lisp/org.el: Skip source block fontification during export when language is not defined --- This may not be the correct fix for this issue but it works for me. This patch is available at git://git.norang.ca/org-mode.git fix-export -Bernt lisp/org.el |2 +- 1 files changed, 1 insertions(+)

[Orgmode] Bug: Publishing with org-src-fontify-natively fails with Lisp error: (void-function -mode) [7.4 (release_7.4.79.g9c4b9)]

2010-12-21 Thread Bernt Hansen
Hi, I have a patch for this problem which works for me but I'm not sure it's the correct fix. Will post the patch following this report. When I attempt to publish the source for http://doc.norang.ca/org-mode.html (a copy of which is at http://doc.norang.ca/org-mode.org) with org-src-fontify-nati

[Orgmode] [PATCH] Add missing value to docstring for org-link-frame-setup

2010-12-21 Thread Bernt Hansen
* lisp/org.el: Document missing value for org-link-frame-setup --- This patch is available at git://git.norang.ca/org-mode.git fix-doc -Bernt lisp/org.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 3cecca7..c94cb5f 100644 --- a/lisp/or

Re: [Orgmode] MobileOrg Android 0.5.0 - Now with native Dropbox support!

2010-12-21 Thread Matthew Jones
The approval process is to ensure that the app meets their usage guidelines: https://www.dropbox.com/developers/announcements/6 See the section "Approval Process..." I think the most important thing is that they want to know that I will only store the auth tokens instead of your actual username

Re: [Orgmode] MobileOrg Android 0.5.0 - Now with native Dropbox support!

2010-12-21 Thread Erik Iverson
On 12/21/2010 06:25 PM, Matthew Jones wrote: Merry Christmas to all MobileOrg Android users... I am pleased to announce the 0.5.0 release of MobileOrg for Android. Great, looking forward to trying it out! This release includes support for Dropbox which is the single most requested feature.

[Orgmode] MobileOrg Android 0.5.0 - Now with native Dropbox support!

2010-12-21 Thread Matthew Jones
Merry Christmas to all MobileOrg Android users... I am pleased to announce the 0.5.0 release of MobileOrg for Android. This release includes support for Dropbox which is the single most requested feature. I actually finished writing the code for this a few weeks ago, but it has taken a little whi

[Orgmode] org-mac-protocol usage example

2010-12-21 Thread Urs Rau (UK)
Sorry, if this is soo obvious to all you regular emacs and org-mode users. But I am a newbie when it comes to emacs and especially org-mode, I just don't see the tree for the forrest. I have installed the org-mac-protocol as per it's webpage at https://github.com/claviclaws/org-mac-protocol/bl

Re: [Orgmode] Re: Sending org buffer as mail?

2010-12-21 Thread Niels Giesen
"Eric Schulte" writes: > Niels Giesen writes: > >> "Eric Schulte" writes: >> >>> Thanks, I've just pushed up a new version of org-mime which makes use of >>> this function. >> Hi Eric, thanks for implementing this. However, I see a problem in the solution for when html-ascii is specified as t

[Orgmode] Page numbering in manual

2010-12-21 Thread Alan E. Davis
Is it possible to tweak page numbering in the manual, with each chapter having it's separate sequence? The manual is fairly extensive. If a chapter has changed even in a minor way, the numbering of subsequent chapters is also affected. With chapter-by-chapter page numbering, once could keep the

[Orgmode] Re: Minor bug: org-agenda-holidays

2010-12-21 Thread Tassilo Horn
Paul Sexton writes: > In org-agenda.el, the function org-agenda-holidays is coded as: > > (defun org-agenda-holidays () > "Display the holidays for the 3 months around the cursor date." > (interactive) > (org-agenda-execute-calendar-command 'list-calendar-holidays)) > > 'list-calendar-holid

[Orgmode] Minor bug: org-agenda-holidays

2010-12-21 Thread Paul Sexton
In org-agenda.el, the function org-agenda-holidays is coded as: (defun org-agenda-holidays () "Display the holidays for the 3 months around the cursor date." (interactive) (org-agenda-execute-calendar-command 'list-calendar-holidays)) 'list-calendar-holidays' does not exist. It should be '

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
Sébastien: What do you think would be a good solution for the blank between the output of a table and the row count if someone didn't run SET NOCOUNT ON? I mean, should that be another hline, or no blank line, or what? If somebody's trying to programatically use this table, it will mess up their

[Orgmode] Bug: Agenda view switches back to week with "g" [7.4]

2010-12-21 Thread Joel J. Adamson
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Eric Schulte
Hi Charles, This looks great, I've just applied this most recent patch. Thanks -- Eric Charles Sebold writes: > OK, another change: added a fix for the blank line at the end. > > diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el > index 5bb123d..2ff85d9 100644 > --- a/lisp/ob-sql.el > +++ b/lisp/ob

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
OK, another change: added a fix for the blank line at the end. diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 5bb123d..2ff85d9 100644 --- a/lisp/ob-sql.el +++ b/lisp/ob-sql.el @@ -65,6 +65,7 @@ This function is called by `org-babel-execute-src-block'." (in-file (org-babel-temp-file "

[Orgmode] Re: [babel] R: New handling of file output

2010-12-21 Thread Dan Davison
Dan Davison writes: > Please note the following changes to the way that org-babel handles > file output. These may break existing org-babel files which use > the :file header argument. > > :file should be understood as saying "write the result > to and return a link to ". > > This works for all

Re: [Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
I feel silly. I was just testing with one output column. Change the $ in the regexp to "[^-]" or just reapply patch as follows: diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el index 5bb123d..32b7bf0 100644 --- a/lisp/ob-sql.el +++ b/lisp/ob-sql.el @@ -65,6 +65,7 @@ This function is called by `org-b

Re: [Orgmode] Disputed keys

2010-12-21 Thread Darlan Cavalcante Moreira
I use the function other-frame for that, which is bound to `C-x 5 o' as Suvayu mentioned. To make this easier (since I use it frequently) I just bind "other-frame" to "C-c o" with (global-set-key "\C-co"'other-frame) This works very well for me. -- Darlan At Sun, 19 Dec 2010 21:49:53 -0800

Re: [Orgmode] [PATCH] org-babel-confirm-evaluate when org-confirm-babel-evaluate is a function

2010-12-21 Thread Eric Schulte
Hi Vladimir, Thanks very much for this patch, it is great to receive patches that update the documentation as well as the code. I've just applied a slightly modified version of your patch. Thanks -- Eric Vladimir Alexiev writes: > I tried following http://orgmode.org/worg/org-contribute.php t

[Orgmode] [babel] New handling of file output

2010-12-21 Thread Dan Davison
Please note the following changes to the way that org-babel handles file output. These may break existing org-babel files which use the :file header argument. :file should be understood as saying "write the result to and return a link to ". This works for all languages. For graphics languages (

[Orgmode] [PATCH] org-scan-tags: remove useless variable

2010-12-21 Thread Julien Danjou
* lisp/org.el (org-scan-tags): remove useless todo variable. Signed-off-by: Julien Danjou --- lisp/org.el |5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 3cecca7..85898ab 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -12198,7 +12198,7

[Orgmode] how to filter CATEGORY entries in org-agenda-custom command (agenda)?

2010-12-21 Thread Rainer Stengele
Hi all! how to filter CATEGORY entries in org-agenda-custom command (agenda)? Sorry I cannot find it. I know how to filter such entries in "tags-todo" blocks: tags-todo "-CATEGORY=\"PADUA\"-CATEGORY=\"PADUA-LH\"-CATEGORY=\"PADUA-PH\"" but I cannot find an equivalent for the (agenda) part of my

[Orgmode] Re: Patch for ob-sql.el SQL output

2010-12-21 Thread Sébastien Vauban
Hi Charles, Charles Sebold wrote: > I use org-mode and babel under Windows with osql, and the line separating > the header from the rest of the rows in the output was bothering me. Excellent initiative! > I don't know that this is a really good fix, but maybe it's a start for one? > It looks for

[Orgmode] Patch for ob-sql.el SQL output

2010-12-21 Thread Charles Sebold
I use org-mode and babel under Windows with osql, and the line separating the header from the rest of the rows in the output was bothering me. I don't know that this is a really good fix, but maybe it's a start for one? I've filled out paperwork with FSF for copyright assignment. It looks for th

[Orgmode] [Babel] Unexpected behavior evaluating function source blocks defined in a list

2010-12-21 Thread Scott May
I noticed that when I evaluate a function whose definition is embedded in a list, the function does not evaluate if it is embedded in a list with no blank line preceding /and/ the function is indented. The function can be evaluated as expected with either a blank line preceding the definition or

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Eric Abrahamsen
On Tue, Dec 21 2010, Christian Moe wrote: > On 12/21/10 9:21 AM, Eric Abrahamsen wrote: >> On Tue, Dec 21 2010, Christian Moe wrote: >> >>> On 12/21/10 3:04 AM, Eric Abrahamsen wrote: > #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up

Re: [Orgmode] XEmacs fix for small-temporary-file-directory

2010-12-21 Thread Dr. Volker Zell
Hi Any chance we get this applied ? Ciao Volker > Volker Zell writes: > Hi > Can anyone please apply the following patch to ob-eval to make xemacs happy. > This was be the last reference to small-temporary-file-directory by the way. > --- ob-eval.el.orig 2010-11-0

Re: [Orgmode] Org Mode 7 Manual - printed edition now available

2010-12-21 Thread Carsten Dominik
On Dec 17, 2010, at 2:16 PM, Brian Gough wrote: Hello, For people who like printed documentation, the Org 7 mode manual has now been published as a paperback book. The details are "The Org Mode 7 Reference Manual - Organize your life with GNU Emacs" by Carsten Dominik and others Paperba

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Christian Moe
On 12/21/10 9:21 AM, Eric Abrahamsen wrote: On Tue, Dec 21 2010, Christian Moe wrote: On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I

[Orgmode] Re: French abbreviations for the week days (`lun.', `mar.', `mer.', ...)

2010-12-21 Thread Sébastien Vauban
Hello, Sébastien Vauban wrote: > In the same arena, I've noticed -- since I am on a Windows computer with > French locales, that I now have Frenchized abbreviations for the dates, in > the timestamps and in the agenda. > > For example: > >CLOCK: [2010-10-26 mar. 09:14]--[2010-10-26 mar. 10:15]

Re: [Orgmode] [PATCH] org-agenda: rewrite mode-line

2010-12-21 Thread Michael Sperber
Carsten Dominik writes: > Hi XEmacs users > > I am about to apply this patch, but I am still wondering > if :eval in the mode line is working on XEmacs? Sorry, missed that one: XEmacs does not currently have :eval. This might be a good reason to add it to XEmacs, but it would probably take me

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Eric Abrahamsen
On Tue, Dec 21 2010, Christian Moe wrote: > On 12/21/10 3:04 AM, Eric Abrahamsen wrote: >>> #+BIND: org-export-html-xml-declaration () >> That did the trick! Thank you. >> >> One small follow-up question: this produces iso-8859-1 encoded text by >> default; how do I go about asking for utf-8? > >

Re: [Orgmode] Re: export html -> doc

2010-12-21 Thread Christian Moe
On 12/21/10 3:04 AM, Eric Abrahamsen wrote: #+BIND: org-export-html-xml-declaration () That did the trick! Thank you. One small follow-up question: this produces iso-8859-1 encoded text by default; how do I go about asking for utf-8? With the same setup I still get utf-8. Though the XML decla