Re: [O] taking note when clocking out

2011-04-14 Thread Giovanni Ridolfi
Radosław Grzanka writes: > Hello, > I cannot find this using google nor browsing documentation so I ask > for help. Generally I don't want to take notes when I'm clocking out > except for one task. You can use the org-clock-out-hook, but if you'll post an example, well'have something real to w

Re: [O] Display missing/overlapping clock ranges

2011-04-14 Thread Paul Mead
Bernt Hansen writes: > > Hi Rainer and Paul, > > Locating gaps would be useful. I've been meaning to investigate this > but haven't spent any time on it yet. With my current clocking setup > I've found I get very few holes. Checking the times is a task I do > manually just before billing for m

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Giovanni Ridolfi writes: > Radosław Grzanka writes: > >> Hello, >> I cannot find this using google nor browsing documentation so I ask >> for help. Generally I don't want to take notes when I'm clocking out >> except for one task. > You can use the org-clock-out-hook, > > but if you'll post an

Re: [O] taking note when clocking out

2011-04-14 Thread Radosław Grzanka
Hello, W dniu 2011-04-14 10:34, Richard Riley pisze: Giovanni Ridolfi writes: Radosław Grzanka writes: Hello, I cannot find this using google nor browsing documentation so I ask for help. Generally I don't want to take notes when I'm clocking out except for one task. You can use the or

Re: [O] Display missing/overlapping clock ranges

2011-04-14 Thread Rainer Stengele
Am 13.04.2011 23:06, schrieb Bernt Hansen: > Paul Mead writes: > >> Rainer Stengele writes: >> >>> I do clock every task I work on during the whole day. >>> At the end of the day or week I have to go over all clock entries in my >>> agenda >>> and see if there are holes or overlappings in my cl

Re: [O] ascii export problem/bug?

2011-04-14 Thread Scott Otterson
Thanks Jeff! Of course, the missing install file was the problem. I guess org mode has evolved considerably since the last time I looked at the manual... Scott On Thu, Apr 14, 2011 at 7:36 AM, Jeff Horn wrote: > Do you have org-install.el in your init file? > > On Wed, Apr 13, 2011 at 8:08 AM

Re: [O] org-babel (org-babel-detangle)

2011-04-14 Thread Mohamed HIBTI
Eric Schulte gmail.com> writes: Hi Eric, I tried it, it worked quite well but I have a trouble with the syntax comment (No comment syntax is defined. Use: ) Since I have too many blocks, is there any way to set it as a local variable ? Regards, Mohamed P.S. I tried without success #+ Loca

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Giovanni Ridolfi writes: > Radosław Grzanka writes: > >> Hello, >> I cannot find this using google nor browsing documentation so I ask >> for help. Generally I don't want to take notes when I'm clocking out >> except for one task. > You can use the org-clock-out-hook, > > but if you'll post an

Re: [O] taking note when clocking out

2011-04-14 Thread Radosław Grzanka
Hello, I thought I'd have a quick crack at this since its ages I tried any elisp Something along the lines of , | (require 'org-clock) | | (defun rgr/check-for-clock-out-note() | (interactive) | (save-excursion | (set-mark (goto-char (org-entry-begin

Re: [O] taking note when clocking out

2011-04-14 Thread Giovanni Ridolfi
Richard Riley writes: Hi, Richard, nice solution. > > btw, when entering a tag "-" is illegal? yes, underscore should be used. 1. from the manual: Tags are normal words containing letters, numbers, `_', and `@'. 2. from the source ;-) org-set-tags in org.el tags (org-re "[^

Re: [O] notmuch integration

2011-04-14 Thread Florian Friesdorf
On Wed, 30 Mar 2011 13:26:41 +0200, Rainer M Krug wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi > > I started using notmuch (for searching my mail - nothing more) and saw > the integration into org with the link type. > > My question: what do I have to do to be able to use the

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Giovanni Ridolfi writes: > Richard Riley writes: > > Hi, Richard, > nice solution. >> >> btw, when entering a tag "-" is illegal? > > yes, underscore should be used. > > 1. from the manual: > Tags are normal words containing letters, numbers, `_', > and `@'. > > 2. from the source ;

Re: [O] taking note when clocking out

2011-04-14 Thread Giovanni Ridolfi
Richard Riley writes: Cc:-ed Matt Lundin > > ps I have signed fsf papers if that little utility snippet is any good > (ok, will need a defvar I guess for the tag used). Maybe in the hack page of worg? Feel free to reword my English ;-) Giovanni -- org-hacks.org *

Re: [O] taking note when clocking out

2011-04-14 Thread Matt Lundin
Giovanni Ridolfi writes: > Richard Riley writes: > > Cc:-ed Matt Lundin >> >> ps I have signed fsf papers if that little utility snippet is any good >> (ok, will need a defvar I guess for the tag used). > > Maybe in the hack page of worg? > Feel free to reword my English ;-) Thanks! I put it i

Re: [O] taking note when clocking out

2011-04-14 Thread Richard Riley
Matt Lundin writes: > Giovanni Ridolfi writes: > >> Richard Riley writes: >> >> Cc:-ed Matt Lundin >>> >>> ps I have signed fsf papers if that little utility snippet is any good >>> (ok, will need a defvar I guess for the tag used). >> >> Maybe in the hack page of worg? >> Feel free to reword

Re: [O] org-babel (org-babel-detangle)

2011-04-14 Thread Eric Schulte
Hi Mohamed, The comment prompt you mentioned actually isn't babel specific but is raised by the `comment-region' function which is used by babel to comment out links. Look at the documentation for `comment-region' (below) which has information on variables to set to avoid the "comment syntax" pro

Re: [O] ascii export problem/bug?

2011-04-14 Thread Jeff Horn
Glad to help! Various bugs like that have bitten me. I gather if you have to manually load libraries in any package, the "autoloads" definitions probably aren't being used properly. On Thu, Apr 14, 2011 at 5:15 AM, Scott Otterson wrote: > Thanks Jeff!  Of course, the missing install file was the

Re: [O] taking note when clocking out

2011-04-14 Thread Matt Lundin
Richard Riley writes: > Matt Lundin writes: > >> Giovanni Ridolfi writes: >> >>> Richard Riley writes: >>> >>> Cc:-ed Matt Lundin ps I have signed fsf papers if that little utility snippet is any good (ok, will need a defvar I guess for the tag used). >>> >>> Maybe in the hack

[O] [babel] [bug] mdkdirp property not effective unless in src header

2011-04-14 Thread Julien Fantin
Hi list, I've been having a hard time with the mkdirp property in babel, until I realized it didn't work unless I set it in a code block header. Instead I was trying to set it like this : * Some headline #+property: mkdirp yes Which does work fine for other properties though. Regards, Julien.

[O] org-show-hierarchy-above with tags-todo ?

2011-04-14 Thread Nicholas Putnam
Should org-show-hierarchy-above work in combination with tags-todo in the following org-agenda-custom-command? ("Q" "Project todos" ( (agenda) ( tags-todo "PROJECT") ) ( (org-show-hierarchy-above t ) ) ) I can set other options, and see th

Re: [O] org-add-note not working with winner-mode

2011-04-14 Thread Suvayu Ali
Hi Orgers, I finally managed to get to this. I think the problem with winner mode was a side-effect. The actual problem appears when you set to log changes to TODO states and you attempt to make the changes from the agenda. (Changing from the org buffer works fine) On Mon, 4 Apr 2011 10:00:50 -07

Re: [O] org-add-note not working with winner-mode

2011-04-14 Thread suvayu ali
On Thu, Apr 14, 2011 at 2:27 PM, Suvayu Ali wrote: > I finally managed to get to this. I think the problem with winner mode > was a side-effect. The actual problem appears when you set to log > changes to TODO states and you attempt to make the changes from the > agenda. (Changing from the org buf

Re: [O] org-show-hierarchy-above with tags-todo ?

2011-04-14 Thread Bernt Hansen
Nicholas Putnam writes: > Should org-show-hierarchy-above work in combination with tags-todo in > the following org-agenda-custom-command? > >   ("Q" "Project todos" ( (agenda)  ( tags-todo "PROJECT")  ) >    ( >     (org-show-hierarchy-above t ) >     ) >

Re: [O] org-mac-protocol usage under Snow Leopard ?

2011-04-14 Thread Mike McLean
On 4/8/11 11:04 PM, Harold Klingsporn wrote: > On Sun, Mar 13, 2011 at 9:22 AM, Urs Rau (UK) > wrote: > > Usage >> >> There are four scripts that can be invoked; |org-link|, >> |org-link-tabs|, |org-note|, and |org-remember|. These scripts >> can be called by

[O] [BUG][babel] ":result output table" doesn't work for python code blocks

2011-04-14 Thread Ethan Ligon
The results from python code blocks aren't correctly returned as tables when they should be. To wit: #+begin_src python :results output table print "A,B,C" #+end_src #+results: : A,B,C where I'd expect to see #+results: | A | B | C | Eric Fraga seems to have noticed the same problem, but wit

Re: [O] [BUG][babel] ":result output table" doesn't work for python code blocks

2011-04-14 Thread Eric Schulte
Ethan Ligon writes: > The results from python code blocks aren't correctly returned as tables > when they should be. To wit: > > #+begin_src python :results output table > print "A,B,C" > #+end_src > > #+results: > : A,B,C > > where I'd expect to see > > #+results: > | A | B | C | > In many lan

Re: [O] [babel] [bug] mdkdirp property not effective unless in src header

2011-04-14 Thread Eric Schulte
Hi Julien, I agree this inconsistency has been an issue for some time, I've just pushed up a change to how Babel looks for header arguments in the current buffer which should allow the following to work as expected. #+Properties: :mkdirp yes Best -- Eric Note: I think that the correct keyword i

Re: [O] Recurring events with ranges broken

2011-04-14 Thread Matt Lundin
"Philipp M." writes: > It would be the proper way to set up timetables for a semester. > The workaround I use is mentioned in the FAQ http://orgmode.org/worg/ > org-faq.html#org-diary-class > Unfortunately the FAQ doesn't state that putting the time in the > heading is the only way to get the tim