Re: [Orgmode] Why is the category in the agenda view displaying the wrong information

2011-01-24 Thread Ido Magal
From my understanding, you are using the wrong syntax. You are using the syntax for setting the category for the entire buffer and not for individual headings. See this: http://www.gnu.org/software/emacs/manual/html_node/org/Categories.html On Jan 23, 2011, at 18:23, Carl Bolduc

Re: [Orgmode] Why is the category in the agenda view displaying the wrong information

2011-01-24 Thread Puneeth Chaganti
Ido, On Mon, Jan 24, 2011 at 1:32 PM, Ido Magal ido.ma...@gmail.com wrote: From my understanding, you are using the wrong syntax. You are using the syntax for setting the category for the entire buffer and not for individual headings. Like the page says, it is /strongly/ deprecated, but not

Re: [Orgmode] Special properties -- doc buglet?

2011-01-24 Thread Carsten Dominik
On Jan 22, 2011, at 5:22 PM, Tommy Kelly wrote: In section 7.2 Special properties the current online org manual says: The following property names are special and should not be used as keys in the properties drawer: ... CATEGORY ... Is it correct to have CATEGORY in that list? I

[Orgmode] Re: [OT] Importing plain text attachments into Org

2011-01-24 Thread Rustom Mody
replacing Windows `smart quote' characters with ASCII ` and ', Ive seen more problem-causing characters like dashes of different lengths and maybe some others ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] [PATCH] LaTeX export: Use the same regular expression for identifying horizontal lines as in HTML export

2011-01-24 Thread Valentin Wüstholz
Hi, I have attached a small patch that makes LaTeX export use the same regular expression as HTML export for identifying horizontal lines. The regular expression used in HTML export seems more useful, since it allows for leading whitespace, which is for instance introduced by auto-indenting the

Re: [Orgmode] [OT] Importing plain text attachments into Org

2011-01-24 Thread Jeff Horn
Students will email me their papers every week.  I have no desire to download, print, and read a bunch of .doc files by hand every week. I don't have direct answers to your other questions, but have a look at catdoc and antiword (I prefer the latter) for reading docs on the command line. I

[Orgmode] Clocking repeating tasks

2011-01-24 Thread Jeff Horn
I just started using clocking and effort to plan my work, and I have a lot of repeating tasks. I'd like the clock summary to reflect how much I've worked on the task recently. Is there a variable to control how the clock summary is generated? In particular, I'm looking for it to only sum the

[Orgmode] HTML export and absolute file names

2011-01-24 Thread Ulf Stegemann
With commit 330fb540 export of file links to HTML in `org-html-make-link' changed insofar that file links with absolute paths are now prepended with `file://'. This seems to make it virtually impossible to create HTML code like `a href=/abs/path.html'. However, creating HTML links with an

[Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-24 Thread Dan Davison
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: Eric S Fraga e.fr...@ucl.ac.uk writes: [...] management issue: I find it difficult (a) to remember what all my source code snippets are called and (b) to navigate to any given snippet. I would love to see

[Orgmode] Re: org-clock-idle-time resolving dialogues seem to stack up for each passed idle time period

2011-01-24 Thread Rainer Stengele
Am 07.10.2010 10:46, schrieb Rainer Stengele: Am 06.08.2010 09:35, schrieb Rainer Stengele: hi all, having set org-clock-idle-time to 15 minutes the dialogue to resolve the idle time shows correctly after 15 minutes of idle time. Many times I simply press j just to jump to the running

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-24 Thread Nick Dokos
lecodespor...@eml.cc wrote: * John :PROPERTIES: :Name: John :Birthday: 5 4 1900 :END: I would like to add the Birthday and Name properties to Org Agenda automatically. What I have so far is: %%(apply 'diary-anniversary (read (org-entry-get nil Birthday)))

Re: [Orgmode] Why is the category in the agenda view displaying the wrong information

2011-01-24 Thread Carl Bolduc
thanks, works 2011/1/24 Puneeth Chaganti puncha...@gmail.com Ido, On Mon, Jan 24, 2011 at 1:32 PM, Ido Magal ido.ma...@gmail.com wrote: From my understanding, you are using the wrong syntax. You are using the syntax for setting the category for the entire buffer and not for individual

Re: [Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-24 Thread Seth Burleigh
You are correct, while the tangling works, the detangling still needs to be updated to take into account the fact that there may now be nested sections of tangled code -- which it doesn't currently.  Hopefully this wont be too large of a code change... It probably wouldnt involve much code

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Bernt Hansen
Jeff Horn jrhorn...@gmail.com writes: I just started using clocking and effort to plan my work, and I have a lot of repeating tasks. I'd like the clock summary to reflect how much I've worked on the task recently. Is there a variable to control how the clock summary is generated? In

Re: [Orgmode] [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: In original patch, bullet type was passed to HTML and DocBook exporters. I removed that part of the code for various reasons. I am not sure if I understand this. What was passed through in the original patch, and what have you changed? In original patch,

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: While Bernt Hansen helped me a lot already, some more testing would be appreciated. The repository is at: git://github.com/ngz/org-mode-lists.git new-struct It supersedes recursive-lists branch, submitted to the ML a few weeks

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
On Mon, Jan 24, 2011 at 10:37 AM, Bernt Hansen be...@norang.ca wrote: The clocking total for the task on the modeline should reflect how much time you have clocked since the last time you marked the task DONE. org-mode records a property LAST_REPEAT which had the time you completed the task

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Bernt Hansen
Jeff Horn jrhorn...@gmail.com writes: On Mon, Jan 24, 2011 at 10:37 AM, Bernt Hansen be...@norang.ca wrote: The clocking total for the task on the modeline should reflect how much time you have clocked since the last time you marked the task DONE. org-mode records a property LAST_REPEAT which

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Hello, Achim Gratz writes: Can I access through http://, as I'll be behind a firewall for testing? I guess you can clone instead: http://github.com/ngz/org-mode-lists.git new-struct Also, the repository is a clone of the orgmode.git, so your branch should work as a remote to

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Bernt Hansen
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Carsten Dominik writes: In original patch, bullet type was passed to HTML and DocBook exporters. I removed that part of the code for various reasons. I am not sure if I understand this. What was passed through in the original patch, and

[Orgmode] [PATCH] Add shortcuts to org-clock-select-task

2011-01-24 Thread Benjamin Drieu
Hi Org-moders, I am often frustrated because I clock a lot of things and some of them are repeated (i.e, coffee, read mails, etc.). So when I want to clock time I spend drinking coffee, the best I found was to search for a headline matching Coffee. Or to tag frequent clocks and do some agenda

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: http://github.com/ngz/org-mode-lists.git Thanks, that works nicely - should be working fine from work I guess. Just been trying to do a make, there are a few undeclared items you may want to check upon: In org-in-item-p: org-list.el:443:41:Warning:

Re: [Orgmode] Re: [OT] Importing plain text attachments into Org

2011-01-24 Thread Eric S Fraga
Rustom Mody rustompm...@gmail.com writes: replacing Windows `smart quote' characters with ASCII ` and ', Ive seen more problem-causing characters like dashes of different lengths and maybe some others For the OP, in particular, gnus will has the functionality to fix up a number of these

Re: [Orgmode] Re: [babel] Painless integration of source blocks with language

2011-01-24 Thread Eric S Fraga
Dan Davison dandavis...@gmail.com writes: [...] If you know the name of the code block you want to find you can use `org-babel-goto-named-src-block' (bound to C-c C-v g) to jump to a named code block (∃ a similar function for finding named results). Would anyone object if I change that

Re: [Orgmode] [OT] Importing plain text attachments into Org

2011-01-24 Thread Eric S Fraga
Richard Lawrence richard.lawre...@berkeley.edu writes: Dear Orgsters, I'm hoping I can solicit a little advice about pulling email attachments into Org (via Gnus), since some of the folks on this list seem to have experience interacting with Gnus from Org. I realize that the meat of my

[Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Bernt Hansen writes: I tried reproducing it too and failed...until I added 2 blank lines BEFORE the list. Ok. Spotted and fixed. Thanks to Carsten and you. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Re: OrgCamp in Paris, January 22nd

2011-01-24 Thread Frederic Couchet
Bastien == Bastien bastien.gue...@wikimedia.fr writes: Bastien Dear all, some parisian Orgers are gathering for the first Bastien OrgCamp on earthn® :) The OrgCamp in Paris went well. Julien posted a short report : http://julien.danjou.info/blog/2011.html#OrgCamp_Paris__review We are

Re: [Orgmode] Re: [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Hello, Achim Gratz writes: Just been trying to do a make, there are a few undeclared items you may want to check upon: Compiling should be clean now. Thank you. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-24 Thread Adam
On Tuesday 25 January 2011 03:36 am, Nick Dokos wrote: lecodespor...@eml.cc wrote: * John :PROPERTIES: :Name: John :Birthday: 5 4 1900 :END: I would like to add the Birthday and Name properties to Org Agenda automatically. What I have so far is:

Re: [Orgmode] Using properties for diary-anniversaries

2011-01-24 Thread Nick Dokos
Adam ah...@ihug.co.nz wrote: Can I ask a more general question on this topic. Sort of, how we are using Emacs or Orgmode, for Anniversaries etc. So, there's a forthcoming Anniversary, say a birthday. And we want to be advised of this before that date. How do you want to be advised?

Re: [Orgmode] [ANN] Changes to lists

2011-01-24 Thread Samuel Wales
You asked for comments and suggestions. Adding inline tasks sounds like a great way to allow all sorts of things. I like that. I never have anyin various ways would lists at column 0. I always want the top level at column 2. Supporting this would be great. C-c - not putting lists at column 0

Re: [Orgmode] [ANN] Changes to lists

2011-01-24 Thread Samuel Wales
On 2011-01-24, Samuel Wales samolog...@gmail.com wrote: I never have anyin various ways would lists at column 0. I always That should be I almost never want lists at column 0. In particular I frequently do c-c - then use c-x r o. The only time I want lists at column 0 is if I do something

Re: [Orgmode] Re: OrgCamp in Paris, January 22nd

2011-01-24 Thread Bastien
Dear all, Frederic Couchet fcouc...@april.org writes: Bastien == Bastien bastien.gue...@wikimedia.fr writes: Bastien Dear all, some parisian Orgers are gathering for the first Bastien OrgCamp on earthn® :) The OrgCamp in Paris went well. Julien posted a short report :

Re: [Orgmode] [ANN] Changes to lists

2011-01-24 Thread Nicolas Goaziou
Hello, Samuel Wales writes: I never have anyin various ways would lists at column 0. I always want the top level at column 2. Supporting this would be great. C-c - not putting lists at column 0 (optionally) There is already support for that. Use M-S-right or M-S-left on top item of a list

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
On Mon, Jan 24, 2011 at 1:18 PM, Bernt Hansen be...@norang.ca wrote: No - I tested it with a minimal emacs setup and it worked out of the box for me. Thanks again for your help, Bernt. Something wonky happened on that task, and it was a week ago the last time I performed it. I don't pretend to

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Bernt Hansen
Jeff Horn jrhorn...@gmail.com writes: PS - Would you mind sharing what you throw in your minimal init file? Or do you whip one up for each testing task? Not at all. I've actually posted my setup a few times on this list already. I have a permanent 'minimal-emacs' command I run from the bash

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Matt Lundin
Hi Jeff, Jeff Horn jrhorn...@gmail.com writes: PS - Would you mind sharing what you throw in your minimal init file? Or do you whip one up for each testing task? There's a nice example on the FAQ: http://orgmode.org/worg/org-faq.html#minimal-emacs Best, Matt

[Orgmode] Re: Clocking repeating tasks

2011-01-24 Thread Jeff Horn
Perfect. Thanks to Matt and Bernt for sharing this! On Mon, Jan 24, 2011 at 7:52 PM, Matt Lundin m...@imapmail.org wrote: Hi Jeff, Jeff Horn jrhorn...@gmail.com writes: PS - Would you mind sharing what you throw in your minimal init file? Or do you whip one up for each testing task?

Re: [Orgmode] migrating from planner mode

2011-01-24 Thread Bradley M. Kuhn
Seb splu...@gmail.com writes: I'm resuscitating this old thread, which is the only one I found on the subject as someone starting to peek into Org and exploring ways to migrate from Planner. Bastien wrote on Monday the 3rd: You may have a look at this perl script:

Re: [Orgmode] OrgCamp in NYC?

2011-01-24 Thread Andrew Hyatt
I'd love to attend a NYC one, and can probably arrange for hosting in a nice space in Manhattan as well. On Sat, Jan 22, 2011 at 6:23 PM, Bradley M. Kuhn bk...@ebb.org wrote: Bastien wrote on Thursday the 6th:   OrgCamps are informal events where people gather IRL to contribute    to Org by

Re: [Orgmode] archive-done-tasks

2011-01-24 Thread Ido Magal
This is the result: Debugger entered--Lisp error: (quit) re-search-forward(- State \\\(\\(?:done\\)\\)\\\s-*\\[\\([^]\n]+\\)\\] 605 t) (if (re-search-forward state-regexp end t) (progn (let* ... ...))) (when (re-search-forward state-regexp end t) (let* (... ...) (if ... ...))) (let ((end

Re: [Orgmode] Embedded code

2011-01-24 Thread Ido Magal
On Fri, Jan 21, 2011 at 18:05, Eric Schulte schulte.e...@gmail.com wrote: You can use the inline code syntax for very small blocks, e.g. src_emacs-lisp{(tagged foo)} I'm missing something. This does not evaluate with # -*- eval: (org-babel-execute-buffer) -*-

Re: [Orgmode] [PATCH] org-agenda: fix start/end time in timerange

2011-01-24 Thread Carsten Dominik
Applied, thanks. - Carsten On Jan 22, 2011, at 6:08 PM, Julien Danjou wrote: * org-agenda.el (org-agenda-get-blocks): Fix time of start/end of events with range. This display things like: 2011-01-22 Sat 14:00--2011-01-23 Sun 20:00 correctly, with the event starting at 14:00 and ending at

Re: [Orgmode] [PATCH] Add shortcuts to org-clock-select-task

2011-01-24 Thread Carsten Dominik
Applied, with name change of hook to org-clock-before-select-task-hook. - Carsten On Jan 24, 2011, at 8:03 PM, Benjamin Drieu wrote: Hi Org-moders, I am often frustrated because I clock a lot of things and some of them are repeated (i.e, coffee, read mails, etc.). So when I want to clock

[Orgmode] Notes reviews with sparse trees

2011-01-24 Thread Giorgio Valoti
Hi, since I started using Org I collected a bunch of notes in a journal file and I’d like to review them on a regular schedule. Ideally, I’d like to mark a given entry with a review timestamp so I can skip it the next I review the journal file and then use a sparse tree to see only the notes

Re: [Orgmode] [PATCH] Optimize org-habit-parse-todo

2011-01-24 Thread Carsten Dominik
Hi Matt Hmmm, this looks like a very important optimisation indeed. I am just wondering if it is always safe to do it like this. Have you checked if this is influenced by org-reverse-notes-order or similar things? - Carsten On Jan 19, 2011, at 1:39 PM, Matt Lundin wrote: *

Re: [Orgmode] [PATCH] Optimize org-habit-parse-todo

2011-01-24 Thread Carsten Dominik
On Jan 25, 2011, at 7:01 AM, Carsten Dominik wrote: Hi Matt Hmmm, this looks like a very important optimisation indeed. I am just wondering if it is always safe to do it like this. Have you checked if this is influenced by org-reverse-notes-order or similar things? I am sorry, I see now