Re: [O] would take more than an org-mode strip-down.

2011-10-04 Thread Rustom Mody
Suvayu ali said This made me think, although not exactly what James is expecting but it might be possible to package a minimal Emacs distribution with the latest stable org-mode included as an alternate download. It could supply some skeleton files which would be used as default

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Neilen Marais
Hi, netty hacky netty.hacky at gmail.com writes: Hi Neilen, I think you want these in your .emacs (from http://orgmode.org/worg/org-faq.html, Can I add files recursively to my list of agenda files?): (load-library find-lisp) (setq org-agenda-files (find-lisp-find-files ~/org \.org$))

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Jambunathan K
Neilen Marais nmar...@gmail.com writes: Hi, netty hacky netty.hacky at gmail.com writes: Hi Neilen, I think you want these in your .emacs (from http://orgmode.org/worg/org-faq.html, Can I add files recursively to my list of agenda files?): (load-library find-lisp) (setq

Re: [O] How to debug Specified time is not representable

2011-10-04 Thread Jambunathan K
A simple M-x grep-find on .org files for the year should work. I do not know the year. That is what regexps are for. If you visit the org file and do M-x occur RET [[]19[0-7][0-9] RET you are likely to find all entries in the 1900 and 1979 range. It is not my intention to provide you

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Jambunathan K
Jambunathan K kjambunat...@gmail.com writes: Neilen Marais nmar...@gmail.com writes: Hi, netty hacky netty.hacky at gmail.com writes: Hi Neilen, I think you want these in your .emacs (from http://orgmode.org/worg/org-faq.html, Can I add files recursively to my list of agenda

Re: [O] [OT] How to save and restore window and frame layout and position of windows on monitor - session management

2011-10-04 Thread Rainer M Krug
On Mon, Oct 3, 2011 at 7:43 PM, Dave Abrahams d...@boostpro.com wrote: on Mon Oct 03 2011, brian powell briangpowellms-AT-gmail.com wrote: * Discovered this a few days ago: Will it solve your proble--which seems to be saving state; well, maybe, if you play with the code a little: ;;;

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-04 Thread Carsten Dominik
On Oct 3, 2011, at 3:26 PM, Sebastien Vauban wrote: Hi Christian Moe, Christian Moe wrote: Hi, XHTML produced with Org-special-blocks is not well-formed; div tags get wrapped in p tags. Example: Some text. #+begin_sidebar Some details left out of the main text.

Re: [O] How to debug Specified time is not representable

2011-10-04 Thread Carsten Dominik
On Oct 3, 2011, at 1:50 PM, Karl Voit wrote: Hi! * Jambunathan K kjambunat...@gmail.com wrote: Karl Voit devn...@karl-voit.at writes: When I get «Specified time is not representable» while creating the Agenda view, I want to get more information *where* the problem is. I found [1]

Re: [O] How to debug Specified time is not representable

2011-10-04 Thread Karl Voit
* Jambunathan K kjambunat...@gmail.com wrote: A simple M-x grep-find on .org files for the year should work. I do not know the year. That is what regexps are for. [...] It is not my intention to provide you with a outright solution but only to give sufficient hints so that you make

Re: [O] How to debug Specified time is not representable

2011-10-04 Thread Karl Voit
Hi Carsten! * Carsten Dominik carsten.domi...@gmail.com wrote: I have no general method. However, you can do this: 1. On the Options menu, switch Enter debug on error on. 2. Run your agenda to hit the error. A buffer with the backtrace pops open. 3. Press e (current-buffer)

Re: [O] How to debug Specified time is not representable

2011-10-04 Thread Carsten Dominik
On Oct 4, 2011, at 1:42 PM, Karl Voit wrote: * Jambunathan K kjambunat...@gmail.com wrote: A simple M-x grep-find on .org files for the year should work. I do not know the year. That is what regexps are for. [...] It is not my intention to provide you with a outright solution but

Re: [O] Surprising behaviour with agenda file

2011-10-04 Thread Carsten Dominik
This patch has now been accepted - I believe the performance hit will be minor. I would like to know if this is not the case... - Carsten On Sep 29, 2011, at 5:48 PM, Andreas Amann wrote: On Thu, 29 Sep 2011 15:43:27 +0200, Michael Brand michael.ch.br...@gmail.com wrote: On Thu, Sep 29,

[O] [Accepted] Check argument is a string before calling string-match

2011-10-04 Thread Carsten Dominik
Patch 952 (http://patchwork.newartisans.com/patch/952/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1316474402-26292-1-git-send-email-bernt%40norang.ca%3E Here is the original message containing the patch: Content-Type:

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-04 Thread Christian Moe
I see no reason to not uncomment this line. Shall we just do this? - Carsten Yes, would you, please? Yours, Christian

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Neilen Marais
Jambunatha, Have you considered adding it to say org-mode-hook? Seems like a Wrong suggestion to me. Try using `C-c [' to add the current org file. I am assuming that org files are created by hand and not by some daemon that spits out agenda files when you are away from emacs. Not a

Re: [O] would take more than an org-mode strip-down.

2011-10-04 Thread Carson Chittom
Allen S. Rout a...@ufl.edu writes: In My Opinion, the current docs in org-mode are targeted at those who expect to have their own heads and shoulders inside the 'engine compartment' of org and emacs. This makes them a poor tool to communicate with End-Users. But this might be acceptable,

[O] Feature request: Include org-tbl in exported latex.

2011-10-04 Thread Erik Parmann
Hi, it would be cool if the latex exporting of a org-table would include the table in orgtbl format in a comment, in the way described here: http://www.gnu.org/software/emacs/manual/html_node/org/A-LaTeX-example.html This fits well with the workflow of first drafting the paper in org-mode, then

Re: [O] Feature request: Include org-tbl in exported latex.

2011-10-04 Thread Carsten Dominik
On Oct 3, 2011, at 1:27 PM, Erik Parmann wrote: Hi, it would be cool if the latex exporting of a org-table would include the table in orgtbl format in a comment, in the way described here: http://www.gnu.org/software/emacs/manual/html_node/org/A-LaTeX-example.html This fits well with the

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Nick Dokos
Neilen Marais nmar...@gmail.com wrote: Jambunatha, Have you considered adding it to say org-mode-hook? Seems like a Wrong suggestion to me. Try using `C-c [' to add the current org file. I am assuming that org files are created by hand and not by some daemon that spits out

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-04 Thread Carsten Dominik
Done... - Carsten On Oct 4, 2011, at 2:45 PM, Christian Moe wrote: I see no reason to not uncomment this line. Shall we just do this? - Carsten Yes, would you, please? Yours, Christian - Carsten

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-04 Thread Jambunathan K
Carsten Dominik carsten.domi...@gmail.com writes: On Oct 3, 2011, at 3:26 PM, Sebastien Vauban wrote: Hi Christian Moe, Christian Moe wrote: Hi, XHTML produced with Org-special-blocks is not well-formed; div tags get wrapped in p tags. Example: Some text. #+begin_sidebar

Re: [O] Exclude some files from

2011-10-04 Thread Marcelo de Moraes Serpa
*bump* ... I am being too stupid :) I could not find it in the documentation. Thanks, - M On Mon, Oct 3, 2011 at 1:48 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hey guys, I'm using org-export-icalendar-combine-agenda-files to export the agenda files into one .ics file.

Re: [O] Hide drawers in indirect buffers?

2011-10-04 Thread Dave Abrahams
on Tue Oct 04 2011, Carsten Dominik carsten.dominik-AT-gmail.com wrote: On Oct 2, 2011, at 9:36 PM, Dave Abrahams wrote: on Sat Oct 01 2011, Dave Abrahams dave-AT-boostpro.com wrote: When I initially request an indirect buffer for an item (especially from the agenda) it shows up with

[O] Bug: org-clone-subtree-with-time-shift shifts CREATED property

2011-10-04 Thread Karl Voit
Hi! When an entry got processed by org-clone-subtree-with-time-shift, its :CREATED: property gets shifted too: #+begin_example * 2011-10-04 Tue test SCHEDULED: 2011-10-05 Wed :PROPERTIES: :CREATED: 2011-10-04 Tue 17:27 :END: * 2011-10-11 Tue test SCHEDULED: 2011-10-12 Wed :PROPERTIES: :CREATED:

Re: [O] Exclude some files from

2011-10-04 Thread Nick Dokos
Marcelo de Moraes Serpa celose...@gmail.com wrote: *bump* ... I am being too stupid :) I could not find it in the documentation. Thanks, - M On Mon, Oct 3, 2011 at 1:48 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: Hey guys, I'm using

Re: [O] Exclude some files from

2011-10-04 Thread Marcelo de Moraes Serpa
Thank Nick. I'll test it out. On Tue, Oct 4, 2011 at 10:53 AM, Nick Dokos nicholas.do...@hp.com wrote: Marcelo de Moraes Serpa celose...@gmail.com wrote: *bump* ... I am being too stupid :) I could not find it in the documentation. Thanks, - M On Mon, Oct 3, 2011 at 1:48 PM,

[O] embed an iframe behind a presentation?

2011-10-04 Thread Matt Price
Hi everyone, I don't think this is really an org question, but, well, here I am and I hope someone can help. I use org-html5presentation.el (this one, I'm pretty sure: https://github.com/twada/org-html5presentation.el) to generate html5 presentations from org outlines; I do this for my lecture

[O] Suppressing DONE notes per-item?

2011-10-04 Thread Dave Abrahams
I have a number of repeating items (habits especially) where it's very very rare that I have anything to say upon completion. I'd like to suppress Org's prompt for a DONE note on those items. Is that possible somehow? TIA, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

Re: [O] [BABEL][PATCH] construct a table from the output of maxima code block

2011-10-04 Thread Eric S Fraga
Litvinov Sergey slitvi...@gmail.com writes: Please consider a patch to construct a table from the output of maxima code block. I am interested in trying this patch out but it would appear that it has been generated relative to a branch other than the master at origin! I cannot apply the patch

Re: [O] Suppressing DONE notes per-item?

2011-10-04 Thread John Rakestraw
Hi, Dave -- On Tue, 04 Oct 2011, Dave Abrahams wrote: I have a number of repeating items (habits especially) where it's very very rare that I have anything to say upon completion. I'd like to suppress Org's prompt for a DONE note on those items. Is that possible somehow? From the doc

Re: [O] Suppressing DONE notes per-item?

2011-10-04 Thread Dave Abrahams
on Tue Oct 04 2011, John Rakestraw lists-AT-johnrakestraw.com wrote: Hi, Dave -- On Tue, 04 Oct 2011, Dave Abrahams wrote: I have a number of repeating items (habits especially) where it's very very rare that I have anything to say upon completion. I'd like to suppress Org's prompt for a

Re: [O] [BABEL][PATCH] construct a table from the output of maxima code block

2011-10-04 Thread Sergey Litvinov
In any case, can you please post a patch against the standard version? Or, maybe easier, simply post ob-maxima.el as the other changes are not necessary for me to test your patch. I though my previous patch was applied. It is still under review due to copyright papers. I am attaching a patch

Re: [O] Suppressing DONE notes per-item?

2011-10-04 Thread Jambunathan K
Dave Abrahams d...@boostpro.com writes: I have a number of repeating items (habits especially) where it's very very rare that I have anything to say upon completion. I'd like to suppress Org's prompt for a DONE note on those items. Is that possible somehow? You are not look at the

Re: [O] org-odt help

2011-10-04 Thread Jambunathan K
I would like to submit 2 more patches - one to the manual and other to org-exp.el. I am attaching the promised patch to org-exp.el. Can someone review and commit this change? Please note that I have withheld the changes to org-odt co which make use of this change. ps: The patch to org.texi

[O] [contacts] No completion in Gnus

2011-10-04 Thread Thorsten
Hello List, I have a org-contacts file with a few contacts with EMAIL property, taken from gnus using org-capture as described in the org-contacts manual. The contacts are tagged with some tags. But if I try to send an email to one of the contacts using completion in message-mode, nothing

[O] `f' in agenda view

2011-10-04 Thread Dave Abrahams
It always strikes me as odd that `f' in agenda view moves the item forward by a day even if that leaves it still in the past. Typically if I have an overdue item, I just want to schedule it for today or a certain number of days in the future, and as it stands it's even a bit non-obvious when

Re: [O] [contacts] No completion in Gnus

2011-10-04 Thread Jambunathan K
Thorsten quintf...@googlemail.com writes: Hello List, I have a org-contacts file with a few contacts with EMAIL property, taken from gnus using org-capture as described in the org-contacts manual. The contacts are tagged with some tags. But if I try to send an email to one of the contacts

Re: [O] [contacts] No completion in Gnus

2011-10-04 Thread Thorsten
Jambunathan K kjambunat...@gmail.com writes: Thorsten quintf...@googlemail.com writes: Hello List, I have a org-contacts file with a few contacts with EMAIL property, taken from gnus using org-capture as described in the org-contacts manual. The contacts are tagged with some tags. But if I

[O] The org paper manual - tools used

2011-10-04 Thread Marcelo de Moraes Serpa
Hey list, The paper org manual was an exciting idea. I might buy one soon. I was wondering how was the editing work involved in turning it into paper-published book? What tools did you guys use? Cheers, - Marcelo.

Re: [O] Org-special-blogs does not make well-formed xhtml

2011-10-04 Thread Carsten Dominik
Hi Christian, for now I have reverted the patch. WOuld you like to work on a better one? - Carsten On 4.10.2011, at 21:01, Christian Moe wrote: Hi, Carsten, thanks. Jambunathan's probably right, though, that this fix (while necessary) is incomplete. Sorry, I hadn't thought it

[O] Storing log notes at capture (was Re: feature request for org-store-log-note)

2011-10-04 Thread Olaf Meeuwissen
John J Foerch jjfoe...@earthlink.net writes: I use org to manage TODO lists in which I want to keep time stamps for the creation of an item, and for each state change. To be as clear as possible, I'll just paste the portion of my config that affects how TODOs work: (setq

Re: [O] [ANN] Org Mode parser v0.0.1 for NodeJs

2011-10-04 Thread Marcelo de Moraes Serpa
This.is.simply.awesome! I was procrastinating on this as well. There's one for ruby as well which I've been playing with, this could give me some inspiration to contribute back. Keep up the great work, - Marcelo. On Tue, Oct 4, 2011 at 4:34 PM, Giovanni Giorgi j...@gioorgi.com wrote: Hi all,

Re: [O] Recursive org-agenda-files

2011-10-04 Thread Matthew Sauer
My understanding is that you want a file that gets moved into the active directory to be automatically included in the agenda? From worg: You can simply include the directory (as one of the items) in the value of the variable org-agenda-files: (setq org-agenda-files