[O] bug#9695: allowed date range

2011-10-13 Thread Ivan Kanis
After investigating further 2011-10-17 --2011-10-30 works but not 2011-10-17--2011-10-30. The regexp for a timestamp is defined in org-ts-regexp : \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}[^\r\n]*?\\) Shouldn't the trailing space be optional? -- Ivan Kanis http://kanis.fr When you're looking

[O] refile (or copy/move) sections of journal.org to new file

2011-10-13 Thread aklex
Hi, I'm using org-mode since a few weeks and want to collect and store some entrys from my journal.org in a complete new file. When using C-c C-w (and TAB completion) only 2011 from the actual journal.org will be offered. The same with C-u C-c C-w. Do I need a special part in .emacs? Now there

Re: [O] org-refile-use-outline-path question

2011-10-13 Thread Bernt Hansen
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Hi Arun, Arun Persaud wrote: I use the following settings to refile tasks (setq org-refile-use-outline-path 'file) (setq org-refile-targets '((org-agenda-files . (:maxlevel . 5 this has the nice effect

Re: [O] Feature idea: show last log entry

2011-10-13 Thread John Wiegley
Bernt Hansen be...@norang.ca writes: I log stuff in :LOGBOOK: with the items reversed so the newest is always on top. SPC on a task in the agenda opens the task including the drawer so I can see the details for any given task. Or in that case you should be able to type E in the agenda and

Re: [O] Ways to make org feasible for huge files

2011-10-13 Thread Tassilo Horn
Marcelo de Moraes Serpa celose...@gmail.com writes: Wow.. this worked Torsten. Thank you. I wonder why this happens... linum-mode works with overlays to embed the numbers at the beginnig of lines. Overlays are very flexible but not too efficient, you don't want to have too many of them.

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Tassilo Horn
Ivan Kanis ivan.ka...@googlemail.com writes: Hi! After investigating further 2011-10-17 --2011-10-30 works but not 2011-10-17--2011-10-30. The regexp for a timestamp is defined in org-ts-regexp : \\([0-9]\\{4\\}-[0-9]\\{2\\}-[0-9]\\{2\\}[^\r\n]*?\\) Shouldn't the trailing space be

Re: [O] do it today, or well, tomorrow

2011-10-13 Thread Rainer Stengele
Am 12.10.2011 22:25, schrieb John Wiegley: Andrea Crotti andrea.crott...@gmail.com writes: On 10/12/2011 03:54 PM, Dave Abrahams wrote: Binding `org-agenda-date-later' to a key like `f' ought to work out for you. 'f' is already bound to next-week, and it's also quite useful. I bind

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Eric S Fraga
Tassilo Horn tass...@member.fsf.org writes: Ivan Kanis ivan.ka...@googlemail.com writes: Hi! After investigating further 2011-10-17 --2011-10-30 works but not 2011-10-17--2011-10-30. The regexp for a timestamp is defined in org-ts-regexp :

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Tassilo Horn
Eric S Fraga e.fr...@ucl.ac.uk writes: Hi Eric, Oh, now I see what's wrong. All time stamps consist of the date and then the day's name abbreviation, which is missing with your example. Correct would be 2011-10-17 Mon--2011-10-30 Sun Although the day is optional according to the

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Carsten Dominik
On 13.10.2011, at 09:57, Tassilo Horn wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: Hi Eric, Oh, now I see what's wrong. All time stamps consist of the date and then the day's name abbreviation, which is missing with your example. Correct would be 2011-10-17 Mon--2011-10-30 Sun

Re: [O] do it today, or well, tomorrow

2011-10-13 Thread John Wiegley
Rainer Stengele rainer.steng...@online.de writes: I think I have read somewhere that you wrote a function which does the following: If a todos schedule date is more than one day in the past it will be scheduled automatically to today when using the function to move the schedule forward for

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Carsten Dominik
On 13.10.2011, at 09:48, Eric S Fraga wrote: Tassilo Horn tass...@member.fsf.org writes: Ivan Kanis ivan.ka...@googlemail.com writes: Hi! After investigating further 2011-10-17 --2011-10-30 works but not 2011-10-17--2011-10-30. The regexp for a timestamp is defined in org-ts-regexp

Re: [O] do it today, or well, tomorrow

2011-10-13 Thread Eric Abrahamsen
On Thu, Oct 13 2011, John Wiegley wrote: Rainer Stengele rainer.steng...@online.de writes: I think I have read somewhere that you wrote a function which does the following: If a todos schedule date is more than one day in the past it will be scheduled automatically to today when using the

Re: [O] `f' in agenda view

2011-10-13 Thread Rainer Stengele
Am 04.10.2011 23:04, schrieb John Wiegley: Dave Abrahams d...@boostpro.com writes: 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

Re: [O] org-contacts completion stopped working

2011-10-13 Thread julien Barnier
Hi, No, but you are not alone. I use a very recent emacs 24 bzr checkout and org master from git. Not sure who's the culprit. Same problem here. After a quick look it seems that there has been a recent change in the arguments taken by the completion-table-case-fold function in

[O] ORG_MODE_PARSER_0.0.6 [ANN] Any idea for improvements?

2011-10-13 Thread Giovanni Giorgi
Hi all, I have released version 0.0.6 of org-mode-parser for nodejs: http://gioorgi.com/tag/org-mode-parser/ Org mode parser is a parser for reading org-mode files in nodejs. It features more then 80 unit tests, and support also for :DRAWER: and archive tag. The parser can query on the

[O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Marius Hofert
Dear all, In the manual, I found that numbered lists can be created with 1), 2), ... or 1., 2., ... How can I get numbered lists like this: (1), (2),...? I found org-list-demote-modify-bullet, but the help (and a google search) did not help me in finding a solution to this. Cheers, Marius

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread suvayu ali
On Thu, Oct 13, 2011 at 11:11 AM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear all, In the manual, I found that numbered lists can be created with 1), 2), ... or 1., 2., ... How can I get numbered lists like this: (1), (2),...? I found org-list-demote-modify-bullet, but the help

Re: [O] `f' in agenda view

2011-10-13 Thread Rainer Stengele
Am 13.10.2011 10:47, schrieb Rainer Stengele: Am 04.10.2011 23:04, schrieb John Wiegley: Dave Abrahams d...@boostpro.com writes: 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,

[O] How to count archived trees in :scope subtree

2011-10-13 Thread Rainer Stengele
Hi all, For clocktables in the manual I find :scope The scope to consider. This can be any of the following: nilthe current buffer or narrowed region file the full current buffer subtreethe subtree where the

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: On 13.10.2011, at 09:48, Eric S Fraga wrote: Although the day is optional according to the regexp. I would definitely like to have the regexp with the space optional as well as there are cases where I want to type the date in directly (not

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: On 13.10.2011, at 09:57, Tassilo Horn wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: Hi Eric, Oh, now I see what's wrong. All time stamps consist of the date and then the day's name abbreviation, which is missing with your example.

[O] Import efforts

2011-10-13 Thread Ulf Stegemann
Dear all, I'm looking for an easy way to incorporate efforts from other, non-org users into an org file. Assume you do project accounting using org. Recording and displaying the efforts /you/ have spent on the different items is no problem thanks to the clocking mechanism. However, I'd like to

[O] bug#9179: 24.0.50; Org-agenda window splitting does not use full frame when fraction set to 1.0

2011-10-13 Thread martin rudalics
1. M-: (setq org-agenda-window-frame-fractions '(1.0 . 1.0)) RET 2. M-x org-agenda a Expected results: The *Org Agenda* buffer occupies the entire frame Actual results: The *Org Agenda* buffer occupies the entire frame EXCEPT for a five line window at the top of the frame Due to fact that

Re: [O] Idea: insert current sort order property

2011-10-13 Thread Gez
On 12 October 2011 20:51, Christian Moe m...@christianmoe.com wrote: Then we need a way to keep track of what property keys are used to store outlines in, so we can offer those and only those for completion. (We don't want to offer all the property keys used in the buffer -- that's an

Re: [O] Feature idea: show last log entry

2011-10-13 Thread Bernt Hansen
John Wiegley jwieg...@gmail.com writes: Bernt Hansen be...@norang.ca writes: I log stuff in :LOGBOOK: with the items reversed so the newest is always on top. SPC on a task in the agenda opens the task including the drawer so I can see the details for any given task. Or in that case you

Re: [O] Bug Report: latex export interaction with inlinetasks

2011-10-13 Thread Nicolas Goaziou
Hello, Colin Fraizer orgm...@cfraizer.com writes: Please pardon my ignorance, but I don't know how to generate a patch for distribution. You have all instructions you want at: http://orgmode.org/worg/org-contribute.html If you don't want/can't follow them, please tell me. I

[O] Blocked tasks also dimmed in export?

2011-10-13 Thread Gez
I use org-agenda-dim-blocked-tasks to keep track of tasks that have no current todo's, but in my exported html agenda view (C-c a e) which I share via dropbox, there is unfortunately no dimming. Is there a way to preserve the grey face in html export? Gez

Re: [O] Feature idea: show last log entry

2011-10-13 Thread Sebastien Vauban
Hi Bernt and John, Bernt Hansen wrote: John Wiegley jwieg...@gmail.com writes: Bernt Hansen be...@norang.ca writes: I log stuff in :LOGBOOK: with the items reversed so the newest is always on top. SPC on a task in the agenda opens the task including the drawer so I can see the details

Re: [O] Column view capture specific parts only

2011-10-13 Thread Giovanni Ridolfi
Johnny yggdra...@gmx.co.uk writes: Hi Johnny I have a nice outline set up in column view and would like to capture different versions of this into org-tables. There is far too many properties to get quick overviews, e.g. one table-capture I'd like to do contains only the task name and the

[O] No date/day title in agenda column view

2011-10-13 Thread Gez
A short while ago I stopped being able to see the names/dates of the days when viewing the agenda in column view. I can see the overall title (Week-agenda (W41-W42):) and then the next row displays totalled effort for the first day in a blue face at the top of the effort column. The next rows are

Re: [O] Idea: insert current sort order property

2011-10-13 Thread Christian Moe
Hi, Not sure I can help; I don't quite see how this error could be caused by anything in the code I sent you. Is this happening on the same system as you used before? What version of Emacs are you on when this happens? Yours, Christian On 10/13/11 1:40 PM, Gez wrote: Thanks. I got it to

[O] C-c a e closes agenda buffer

2011-10-13 Thread Gez
I'm mostly working in a custom agenda view, refreshing with q or r, but I like to frequently update my exported html agenda view (shared in dropbox). Each time I export with C-c a e the agenda buffer closes and I have to call my custom agenda view again. Would it be possible to make it so that

[O] GNU Emacs crashing on large Orgmode files (was: Ways to make org feasible for huge files)

2011-10-13 Thread Karl Voit
* Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi list, Hi individual! I love org and I think there's nothing like it out there, Ack! but I'm considering using Evernote for reference notes, because my reference.orgfile has grown too big (4234k + lines). This makes the rendering of

Re: [O] bug#9695: allowed date range

2011-10-13 Thread Tassilo Horn
Eric S Fraga e.fr...@ucl.ac.uk writes: I am attaching a patch which will make time stamps without a day name like 2011-10-12 work correctly. Furthermore, pressing C-c C-c on a time stamp will fill in or fix the day name. However, I am not sure if this patch is complete, or if it has side

[O] How to show done items in specific agenda views

2011-10-13 Thread Gez
I'd like to include done items only in certain views, including the one below, but I can't work out how to do it. At the moment I have org-agenda-skip-scheduled-if-done set as nil but that affects all my views (and messes up undone totalled effort estimates). Ideally I'd like to export log mode,

[O] underscore behaviour

2011-10-13 Thread Andrea Crotti
I use names with _ very often, and I like to export to PDF, because it' the one that looks nicest. But the _ in latex means something different, and I find my output a bit messed up. Isn't it possible to add an automatic quote for every _ when exporting to latex/pdf maybe? Or is there a

Re: [O] FR: revivable marks in agenda

2011-10-13 Thread Andrea Crotti
On 10/13/2011 03:41 AM, Samuel Wales wrote: I have an agenda view for urgent and now tags. I just spent a lot of time choosing which ones to mark to remove the tags. I then did B - to remove the tags. I was a little too quick and told it to remove urgent. It did not offer the possibility to

Re: [O] underscore behaviour

2011-10-13 Thread Nick Dokos
Andrea Crotti andrea.crott...@gmail.com wrote: I use names with _ very often, and I like to export to PDF, because it' the one that looks nicest. But the _ in latex means something different, and I find my output a bit messed up. Isn't it possible to add an automatic quote for every _ when

Re: [O] `f' in agenda view

2011-10-13 Thread Dave Abrahams
on Thu Oct 13 2011, Rainer Stengele rainer.stengele-AT-online.de wrote: Am 13.10.2011 10:47, schrieb Rainer Stengele: Me too I sometimes run into this situation where I just want to shift past-dated items to today. I never had a use case where I wanted to shift an item from past to

Re: [O] GNU Emacs crashing on large Orgmode files

2011-10-13 Thread Martyn Jago
Hi Karl Karl Voit devn...@karl-voit.at writes: * Marcelo de Moraes Serpa celose...@gmail.com wrote: Hi list, Hi individual! I love org and I think there's nothing like it out there, Ack! but I'm considering using Evernote for reference notes, because my reference.orgfile has grown

[O] [PATCH] Fix org-contacts completion at point (was: org-contacts completion stopped working)

2011-10-13 Thread Tassilo Horn
julien Barnier jul...@nozav.org writes: Hi Julien, I use a very recent emacs 24 bzr checkout and org master from git. Not sure who's the culprit. Same problem here. After a quick look it seems that there has been a recent change in the arguments taken by the completion-table-case-fold

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Marius Hofert
Dear Suvayu, thanks. It would be good to know how latex export can be customized to achieve this. Cheers, Marius On 2011-10-13, at 11:37 , suvayu ali wrote: On Thu, Oct 13, 2011 at 11:11 AM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear all, In the manual, I found that numbered

[O] Links to C/C++ source code lines

2011-10-13 Thread Rafal
Hi, I wrote a small hook for creating org-mode links to C/C++ source code lines in the form of a regexp so the links stay valid even if the source code changes eg. a source line while(ptr ptr_end) has a link file:/home/user/src/example.cpp::/while[ \t]*([ \t]*ptr[ \t]*[ \t]*ptr_end[

Re: [O] FR: revivable marks in agenda

2011-10-13 Thread Samuel Wales
On 2011-10-13, Andrea Crotti andrea.crott...@gmail.com wrote: Well in general you should use some revision control system, Those do not store things that never save to disk.

Re: [O] Error args-out-of-range when using org-babel-tangle with org7.7

2011-10-13 Thread Jonathan Arkell
Thanks, that was part of the problem. The other part was a chunk of stub code: #source: el-stack-keys #+begin_src emacs-lisp #+end_src Replacing it with: #source: el-stack-keys #+begin_src emacs-lisp #+end_src Seems to work. __ Jonathan Arkell Tech Lead

Re: [O] FR: revivable marks in agenda

2011-10-13 Thread Andrea Crotti
On 10/13/2011 05:57 PM, Samuel Wales wrote: On 2011-10-13, Andrea Crottiandrea.crott...@gmail.com wrote: Well in general you should use some revision control system, Those do not store things that never save to disk. Sorry I don't understand the answer... If you're talking about tags and

[O] Bug: Markup not rendered in document title [7.7 (release_7.7.396.g25c21)]

2011-10-13 Thread Dave Abrahams
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: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread suvayu ali
Hi Marius, On Thu, Oct 13, 2011 at 5:26 PM, Marius Hofert marius.hof...@math.ethz.ch wrote: Dear Suvayu, thanks. It would be good to know how latex export can be customized to achieve this. This thread might be helpful: http://thread.gmane.org/gmane.emacs.orgmode/46763/focus=46771 --

Re: [O] Idea: insert current sort order property

2011-10-13 Thread Gez
That was my duh - I accidentally left a # in when copying to my .emacs. It works fine now. Thank you. Gez On 13 October 2011 13:39, Christian Moe m...@christianmoe.com wrote: Hi, Not sure I can help; I don't quite see how this error could be caused by anything in the code I sent you. Is

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Nick Dokos
[ I started this earlier but I guess I didn't send it out. Suvayu has replied in the meantime with a pointer to a better solution than this one, but this might be of some minor interest to some people as well - besides, I spent a whole 20 minutes on it, half of it trying to figure out why

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Marius Hofert
Dear Nick, thanks for helping. What do you mean by better solution? As far as I can tell, your approach is precisely what Suvayu pointed to. Using your approach, of course much more is possible, please look at the create enumitem package with all its customizations. But this approach is a

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Alan E. Davis
Without diving into how to set it up in org-mode, the paralist package for LaTeX enables inline numbered lists, as in %% In preamble \usepackage{paralist} %% In document \begin{inparaenum} \item first element \item second element \end{inparaenum} As to how to organize this to be an option

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Nick Dokos
Marius Hofert marius.hof...@math.ethz.ch wrote: What do you mean by better solution? As far as I can tell, your approach is precisely what Suvayu pointed to. No: what Suvayu pointed to can be done with the standard latex exporter, so it would not require changes to org-list-generic-to-latex.

Re: [O] `f' in agenda view

2011-10-13 Thread John Wiegley
Dave Abrahams d...@boostpro.com writes: Yeah, it's just a question of having to think absolutely when you want to think incrementally. That's a lot of keystrokes when what I want is to hit `f' (or something) 3 times to move the items to three days from now. +1. John

Re: [O] How to get numbered lists (1), (2), … ?

2011-10-13 Thread Nick Dokos
Alan E. Davis lngn...@gmail.com wrote: Without diving into how to set it up in org-mode, the paralist package for LaTeX enables inline numbered lists, as in %% In preamble \usepackage{paralist} %% In document \begin{inparaenum}    \item first element   \item second element

Re: [O] Ways to make org feasible for huge files

2011-10-13 Thread Marcelo de Moraes Serpa
4328, exactly the same amount of lines I have in the file. On Thu, Oct 13, 2011 at 2:07 AM, Tassilo Horn tass...@member.fsf.orgwrote: Marcelo de Moraes Serpa celose...@gmail.com writes: Wow.. this worked Torsten. Thank you. I wonder why this happens... linum-mode works with overlays to

Re: [O] Can't have tags with a dash

2011-10-13 Thread Marcelo de Moraes Serpa
Thanks. On Wed, Oct 12, 2011 at 1:08 PM, Nick Dokos nicholas.do...@hp.com wrote: suvayu ali fatkasuvayu+li...@gmail.com wrote: On Wed, Oct 12, 2011 at 7:37 PM, Marcelo de Moraes Serpa celose...@gmail.com wrote: I've noticed org can't handle a single tag with a dash in it. If I try to

[O] org-bibtex org-exp-bibtex tutorial and config needed

2011-10-13 Thread Ezequiel Birman
I am trying to get the most of org-bibtex and org-exp-bibtex. Could anybody describe briefly his configuration and workflow? Especially with regards to reftex. Tanks -- Ezequiel Birman

Re: [O] Ways to make org feasible for huge files

2011-10-13 Thread Scott Jaderholm
For my org files my linum-overlays length is equal to the number of lines on the screen so perhaps there's something you can do to get better performance. I'm not sure what setting it would be, I'm running e24 with my own complicated linum-format. Scott On Thu, Oct 13, 2011 at 9:23 PM, Marcelo

[O] property values and timestamps

2011-10-13 Thread Skip Collins
I store a timestamp in a property. I create the property by typing C-c C-x p and then entering the property name, say BIRTHDAY. Then I have to enter the date manually. It would be nice if C-c ! and other timestamp creation commands were available in the minibuffer when entering property values.

Re: [O] property values and timestamps

2011-10-13 Thread Nick Dokos
Skip Collins skip.coll...@gmail.com wrote: I store a timestamp in a property. I create the property by typing C-c C-x p and then entering the property name, say BIRTHDAY. Then I have to enter the date manually. You can plan ahead a bit and avoid the manual entry: o enter the time stamp

Re: [O] property values and timestamps

2011-10-13 Thread Nick Dokos
Skip Collins skip.coll...@gmail.com wrote: I store a timestamp in a property. I create the property by typing C-c C-x p and then entering the property name, say BIRTHDAY. Then I have to enter the date manually. It would be nice if C-c ! and other timestamp creation commands were