[Orgmode] Re: Org-mode-version command now includes the text TAG=

2010-07-24 Thread Bernt Hansen
Charles Cave writes: > I ran the command org-mode-version to verify that the latest version > of the software had been installed. The text displayed in the mini buffer was > > Org-mode version TAG=7.01g > > In previous versions, the text TAG= did not appear. > > Is this an enhancement or a bug?

Re: [Orgmode] [PATCH] Fix clocking on capture completion

2010-07-24 Thread Bernt Hansen
Viktor Rosenfeld writes: > this patch fixes the problem for me. I'm on > release_7.01g.24.g6b5cf.dirty Thanks for the feedback. > A somewhat related question: I use your bh/clock-in-to-next function to > change the todo state to STARTED when clocking in TODO tasks. > Unfortunately it is being

[Orgmode] [PATCH] Fix clocking on capture completion

2010-07-24 Thread Bernt Hansen
* lisp/org-capture.el (org-capture-finalize): Fix clock in of interrupted task during capture finalize Calling org-capture-get inside the org-with-point-at macro does not work when the current clocking task and the capture target buffer are the same. In this case the captured task would continue

[Orgmode] Re: Issue with correctly resuming interrupted timer

2010-07-23 Thread Bernt Hansen
Benjamin Beckwith writes: > I have an issue with my particular setup when using org-capture. Here > is my relevant capture template: > > (setq org-capture-templates > '(("t" "todo" entry >(file "~/Documents/Org/Refile.org") >"* TODO %?\n %U\n %a" :clock-in t :clock-resume

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-22 Thread Bernt Hansen
Sébastien Vauban writes: > Hi Bernt, > > Bernt Hansen wrote: >> Mirroring your mail server with offline imap or some other tool and linking >> to the local mirror might help your access times. I've never used that >> myself but others have reported success wi

[Orgmode] Re: patch: add event reminders to iCalendar export

2010-07-21 Thread Bernt Hansen
Carsten Dominik writes: > this code is not in Org mode. now ^^^ -Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-o

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-20 Thread Bernt Hansen
Sébastien Vauban writes: > Hi David, Tassilo and Nick, > > David Maus wrote: >> Tassilo Horn wrote: > [...@mundaneum] />nc -vv mail imap > Did twice the same request. Did take twice 5 mins... > In my case, the culprit seems well to be our mail server, then. > >> Couldn't find this information

[Orgmode] Re: Org-mode release 7.01

2010-07-20 Thread Bernt Hansen
David Maus writes: > Markus Heller wrote: >>Erik Iverson writes: > I assumed I had to switch to the maint branch in order to get the 7.01 release. How could I have done this while staying on the master branch? >>> >>> Basically, as long as you're on master, you'll always have the

[Orgmode] Re: [PATCH] Fix list assignments in ob-ocaml.el

2010-07-17 Thread Bernt Hansen
dybbuk-qpb3x58jdzkavxtiumw...@public.gmane.org (Erik L. Arneson) writes: > I'm sorry if this is not the correct format to send patches in, but it's > my first patch. Hope it looks good. Comments like this should not be part of the commit message. The subject line (after [PATCH] is taken as th

[Orgmode] Re: installing updating Org on other platform

2010-07-15 Thread Bernt Hansen
Adam writes: > If anyone is using Org-mode with Gnu Emacs on Win XP, then I would be > grateful > for their comments. > > Have just updated to Org version 6.36c.While Org appears to work > normally, > and version 6.36c is reported evaluating org-version And the recent > Footnotes s

[Orgmode] Re: Inline image display and Emacs 22

2010-07-15 Thread Bernt Hansen
Bernt Hansen writes: > Carsten Dominik writes: > >> On Jul 15, 2010, at 3:30 AM, Bernt Hansen wrote: >> >>> Bernt Hansen writes: >>> >>>>5. org-reveal (C-c C-r) works slightly differently in Emacs 22 and >>>> 23. I actual

[Orgmode] Re: Inline image display and Emacs 22

2010-07-15 Thread Bernt Hansen
Carsten Dominik writes: > On Jul 15, 2010, at 3:30 AM, Bernt Hansen wrote: > >> Bernt Hansen writes: >> >>>5. org-reveal (C-c C-r) works slightly differently in Emacs 22 and >>> 23. I actually prefer the Emacs 22 version. >>> >>

Re: [Orgmode] Inline image display and Emacs 22

2010-07-14 Thread Bernt Hansen
Samuel Wales writes: > i have not been able to get emacs 23 to work on my mac, even with > various patches. so i will keep using 22. > > you can port c-l to 22. > > copying subtrees works for me. Copying subtrees works... but the colours on TODO keywords get lost. It's just font lock stuff and

[Orgmode] Re: Inline image display and Emacs 22

2010-07-14 Thread Bernt Hansen
Bernt Hansen writes: > 5. org-reveal (C-c C-r) works slightly differently in Emacs 22 and >23. I actually prefer the Emacs 22 version. > >If I am in a folded buffer and C-c C-r on a headline the >following task is /not/ revealed in Emacs

[Orgmode] Re: Inline image display and Emacs 22

2010-07-14 Thread Bernt Hansen
Bernt Hansen writes: > Hi Carsten, > > I'm seriously considering ditching my Emacs 22 in favour of Emacs 23 > from a git snapshot. I'm running an older version of Emacs from a > stable debian system as my workstation setup -- I've been too lazy to > upgra

[Orgmode] Inline image display and Emacs 22

2010-07-14 Thread Bernt Hansen
Hi Carsten, I'm seriously considering ditching my Emacs 22 in favour of Emacs 23 from a git snapshot. I'm running an older version of Emacs from a stable debian system as my workstation setup -- I've been too lazy to upgrade so far but there are now a few nagging issues with org-mode that are jus

[Orgmode] Re: \nbsp usage

2010-07-14 Thread Bernt Hansen
Erik Butz writes: > unfortunately, after doing a 'git pull' and recompiling \nbsp{}m^2 > still results in 200~\{\}m$^2$ for me. It works for me. 200\nbsp{}m^2 becomes 200~m\^{}2 Are you running the latest version? Maybe you have older complied files? -Bernt __

Re: [Orgmode] Re: \nbsp usage

2010-07-14 Thread Bernt Hansen
Nick Dokos writes: > Bernt Hansen wrote: > >> Erik Butz writes: >> >> > I want to use the \nbsp macro to generate a '~' symbol for Latex, but >> > I don't seem to get it to work correctly in my case. >> > I want to write 200~m=C2=B2

[Orgmode] Re: \nbsp usage

2010-07-13 Thread Bernt Hansen
Erik Butz writes: > Hi all, > > I have a somewhat stupid problem, but didn't find a solution in the > manual or the list archive. > I want to use the \nbsp macro to generate a '~' symbol for Latex, but > I don't seem to get it to work correctly in my case. > I want to write 200~m² > > If I do: 20

[Orgmode] Re: org-export-section-number-format, doc typo and question

2010-07-11 Thread Bernt Hansen
Bernt Hansen writes: > "Robert Klein" writes: > >> To my question, I can't seem to get this option to work I've got the >> following line in the file header: >> >> >> #+OPTIONS: section-number-format:(quote ((("I" "

[Orgmode] Re: org-export-section-number-format, doc typo and question

2010-07-11 Thread Bernt Hansen
"Robert Klein" writes: > theres a type in org-exp.el: in the documentation to > org-export-section-number-format, there's twice the counter type "a"; > the second time it should be an "i", I think: > > From org-exp.el: > > 1. A list of lists, each indicating a counter type and a separator. >

[Orgmode] Re: Failed to create radio tables

2010-07-10 Thread Bernt Hansen
Angel Popov writes: > Hi,  > I am following example on radio tables but it looks that it does not work. > I copied > > % BEGIN RECEIVE ORGLST to-buy > % END RECEIVE ORGLST to-buy > \begin{comment} > #+ORGLIST: SEND to-buy orgtbl-to-latex > - a new house > - a new com

[Orgmode] Re: remember template is slow

2010-07-10 Thread Bernt Hansen
"Daniel J. Sinder" writes: > On Wed, Jul 7, 2010 at 9:30 AM, Buck Brody wrote: > > I'm finding that my remember templates are slow to load.  I've got a lag > of about three to four > seconds.  I know that doesn't sound like much, but it's kind of puts a > kink in the workflow.  I >

[Orgmode] Re: why would org-mode-hook be a void variable?

2010-07-09 Thread Bernt Hansen
Michael Gilbert writes: > I guess my main question is why org-mode-hook would be a void > variable. Did I not capture something from the instructions in the > manual? Is there something that needs to be set before hand? I'm just > not sure where to look. Did you initialize org-mode with (requir

[Orgmode] Re: preserving location of point

2010-07-09 Thread Bernt Hansen
Eric Abrahamsen writes: > I'm using org mode of about a week ago, and have noticed that when I > leave point inside a table in org mode, switch to another buffer, and > switch back again, point is placed at the the end of the table. I'm > switching back and forth quite a bit and it's a pain findi

Re: [Orgmode] Re: Verbatim export

2010-07-09 Thread Bernt Hansen
Vincent Belaïche writes: > [...] > >> >> >> #+begin_example >> - this - >> #+end_example >> >> : - this one too >> : - and that one - >> >> > > Thank you for your quick reply, this is not exactly what I was looking > for. What you propose will encapsulate all the text into a > block. This means

[Orgmode] Re: Verbatim export

2010-07-08 Thread Bernt Hansen
Vincent Belaïche writes: > I would like to know how to make some sequence of characters to be > verbatim, ie that special characters lose their special meaning. > > For instance in the following quote the first `-' will be interpreted as > a bullet point when exporting to HTML > > #+begin_quote >

[Orgmode] Re: Exclude some file to be in the agenda

2010-07-08 Thread Bernt Hansen
Chao Lu writes: > The way I set the org agenda file is using all the *.org file in some > dir. Like (setq org-agenda-files (file-expand-wildcards > "~/.emacs.d/org/org/*.org")) > > But is it possible to exclude certain file to show up in the agenda? > Sometime this will be handy. Add a #+FILETAG

[Orgmode] Re: [Update Config] Babel changes -- security updates and final integration push

2010-07-06 Thread Bernt Hansen
"Eric Schulte" writes: > Wow, this is fixed now, Thanks for pointing this out Bernt. That was quick! Thanks!! -Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailma

[Orgmode] Re: [Update Config] Babel changes -- security updates and final integration push

2010-07-06 Thread Bernt Hansen
log 4d287c3c72e53f1e3c9fcd42a06599babbf9c6cc.. | #+end_src | | #+results: | : commit 61bba1e248509ef2d06c95681a28288cf6af8287 | : Author: Bernt Hansen | : Date: Fri Jun 18 15:04:57 2010 -0400 | : | : Drop unused function | | #+begin_example | commit 4d287c3c72e53f1e3c9fcd42a06599babbf9c6cc | Author: Bernt Han

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Bernt Hansen writes: > Oh! It's not that the future dates are missing it's the entry for > _today_ that is missing. So yes my commit breaks this and I'll get it > reverted. > Hi Carsten, Please revert the following commit. It's my second failed attempt at

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Hi again, Bernt! > > I did some debugging. Thanks. Sorry I've been tied up with work today. > The reason that the repeating events are not shown is that > `org-agenda-get-timestamps' doesn't return those repeater events, > because when it iterates over all timestamps of

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
Tassilo Horn writes: > Tassilo Horn writes: > > Hi again, > >>> This works for me in both >>> >>> GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on >>> raven, modified by Debian >>> Org-mode version 6.36trans (release_6.36.509.g9e9b) >>> >>> and >>> >>> GNU Emacs 23.2

[Orgmode] Re: Bug: Items with repeating timestamps don't appear in the agenda [6.36trans (release_6.36.509.g9e9b)]

2010-07-05 Thread Bernt Hansen
bisection, and this is the commit that broke the agenda. > > --8<---cut here---start->8--- > 516640aff96b627d8ad412f6cdb436535600aff0 is the first bad commit > commit 516640aff96b627d8ad412f6cdb436535600aff0 > Author: Bernt Hans

Re: [Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Bernt Hansen
Rainer M Krug writes: > On Fri, Jul 2, 2010 at 3:11 PM, Bernt Hansen wrote: > > Rainer M Krug writes: > > > On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen wrote: > > > >     Rainer M Krug writes: > > > >     > is it poss

[Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Bernt Hansen
Rainer M Krug writes: > On Fri, Jul 2, 2010 at 2:09 PM, Bernt Hansen wrote: > > Rainer M Krug writes: > > > is it possible to open (if not open yet) or re-load the new tangled > > source code after tangling? > > Would global-auto-revert o

[Orgmode] Re: [BABEL] reload source code file after tangling?

2010-07-02 Thread Bernt Hansen
Rainer M Krug writes: > is it possible to open (if not open yet) or re-load the new tangled > source code after tangling? > > I usually have the tangled source code open and submit the file to R > for debugging and if it would be automatically reloaded, my life would > be a little bit easier. Wo

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-07-02 Thread Bernt Hansen
Carsten Dominik writes: > do we have an agreement that the default frame setup for gnus should > be org-gnus-no-new-news? Yes. -Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://list

[Orgmode] Re: contrib/README

2010-07-01 Thread Bernt Hansen
Carsten Dominik writes: > On Jul 1, 2010, at 11:01 AM, Stephen Eglen wrote: > >> contrib/README seems out of date; in particular this file I was >> interested in seeing has gone: >> >> org-R.el --- Computation using the R language >> >> Questions: >> >> - how do I query git to fin

Re: [Orgmode] [PATCH v2] Fix agenda display for late scheduled and deadline tasks

2010-07-01 Thread Bernt Hansen
Carsten Dominik writes: > Applied, thanks. > > Please note that I had to change the commit message so that > the second paragraph can be used as a ChangeLog entry with an > ultra-short description. Also, sendon etc lines are not > indented, unlike an org-mode list entry. > > The third paragraph

[Orgmode] Re: Bug: #+ATTR_LaTeX broken in LaTeX export [6.36trans (release_6.36.461.g798e)]

2010-07-01 Thread Bernt Hansen
Carsten Dominik writes: > Hi everyone, > > It seems that the patch in this thread has introduce the following > problem: > Consider this test file. > >> * Test >> >> # test >> \begin{equation} >> \e=mc^2 >> \end{equation} >> >> but a^2 should still be treated nicely >> > > > When exported, the #

Re: [Orgmode] Re: Exporting narrowed subtrees to HTML

2010-07-01 Thread Bernt Hansen
Carsten Dominik writes: > On Jul 1, 2010, at 9:07 AM, Bernt Hansen wrote: > >> I posted a patch for exporting a narrowed to subtree HTML export but >> it >> gives slightly different results from selecting the tree with C-c @ -- >> the title () is the name of the org

[Orgmode] Re: Exporting narrowed subtrees to HTML

2010-07-01 Thread Bernt Hansen
Matt Lundin writes: > Hi Bernt, > > Bernt Hansen writes: >> >> I am working in a deeply nested org file and have narrowed to subtree >> for the part of the file I'm working on which happens to start at >> heading level 5. >> >> I want to expor

[Orgmode] Re: [org-babel] Does org-babel needs some simplification?

2010-06-30 Thread Bernt Hansen
Daniel Brunner writes: > I know, org-mode is a growing project and I really really like the > org-babel features. But for me it is now not advisable any more to keep > on the master branch. Today I spent several hours for finding the > reasons why something is not working any more. And that is to

[Orgmode] Re: Call org-remember on a "RE:" post raises error in gnus

2010-06-30 Thread Bernt Hansen
Kane Dou writes: > The error is: > org-replace-escapes: Wrong type argument: stringp, nil > > And org-remember works fine on a parent post. > It seems that gnus doesn't print the title of a reply post, so > org-remember can't catch it and this leads to the error. > Any workaround? This works fin

[Orgmode] [PATCH] HTML export: Start the first exported headline at heading level 2

2010-06-29 Thread Bernt Hansen
* lisp/org-exp.el (org-export): * lisp/org-html.el (org-export-html-toplevel-to-export): (org-html-level-start): Adjust exported heading levels so the first heading is . This allows narrow to subtree to be used when exporting part of a file so you get reasonable heading levels in the resulting HTM

[Orgmode] Re: inline tasks (org-inlinetask.el)

2010-06-29 Thread Bernt Hansen
Eraldo Helal writes: > I found this "extension": // not sure what to call it in lisp > http://kanis.fr/hg/lisp/org/org-inlinetask.el > > However before implementing this, I would like to get some feedback from > the user side. > > I do like the idea, however I am very sceptical if that c

[Orgmode] Exporting narrowed subtrees to HTML

2010-06-29 Thread Bernt Hansen
btree here | #+TITLE: test.org | #+AUTHOR:Bernt Hansen | #+EMAIL: be...@norang.ca | #+DATE: 2010-06-29 Tue | #+DESCRIPTION: | #+KEYWORDS: | #+LANGUAGE: en | #+OPTIONS: H:10 num:nil toc:nil \n:nil @:t ::t |:t ^:nil -:t f:t *:t <:t | #+OPTIONS: TeX:t LaTeX:t skip:nil d:nil t

[Orgmode] Re: Headline and numbered plain list

2010-06-29 Thread Bernt Hansen
Juri Artamonov writes: > On Tue, Jun 29, 2010 at 2:27 PM, Bernt Hansen wrote: > > Juri Artamonov writes: > > > Thank you David, for your reply. > > > > The only reason I need this is just I can specify TAG(s) for headline > > an

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Bernt Hansen
Bernt Hansen writes: > The easiest way to get rid of them is to have git clean them out -- > you need to tell it to clean out files and include ignored files which > is what the -x switch does. Make sure you specify the '*.bak' pattern > otherwise it will clean out _e

Re: [Orgmode] Re: *.bak files in trunk?

2010-06-29 Thread Bernt Hansen
Daniel Mahler writes: > On Tue, Jun 29, 2010 at 6:27 AM, Carsten Dominik > wrote: >> >> On Jun 29, 2010, at 2:45 AM, Bernt Hansen wrote: >> >>> Daniel Mahler writes: >>> >>>> Is this normal? >>>> >>>> mahler:~

[Orgmode] Re: Headline and numbered plain list

2010-06-29 Thread Bernt Hansen
Juri Artamonov writes: > Thank you David, for your reply. > > The only reason I need this is just I can specify TAG(s) for headline > and can't do this for any other record. Therefore, I need to have > information about number of items, checked number and get items by > TAG. > > Is there any ot

[Orgmode] Re: Org-capture - go to last captured note is not consistent

2010-06-29 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 28, 2010, at 6:00 PM, Bernt Hansen wrote: > >> Hi Carsten, >> >> I've switched to org-capture from remember for capturing new items >> to my >> refile.org file. > > :-) > > My private definition of success was

[Orgmode] Re: *.bak files in trunk?

2010-06-28 Thread Bernt Hansen
Daniel Mahler writes: > Is this normal? > > mahler:~/ELISP/org-mode-git$ git status > # On branch master > nothing to commit (working directory clean) > mahler:~/ELISP/org-mode-git$ find . -name "*.bak" > ./lisp/ChangeLog.bak > ./lisp/babel/langs/ob-C.el.bak ... > ./lisp/org-capture.el.bak.bak.ba

[Orgmode] Org-capture - go to last captured note is not consistent

2010-06-28 Thread Bernt Hansen
Hi Carsten, I've switched to org-capture from remember for capturing new items to my refile.org file. I noticed one inconsistency when visiting the last captured note. If you create a capture note with a single heading , | * TODO do something | :CLOCK: | CLOCK: [2010-06-28 Mon 11:53]--[

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Bernt Hansen
Rainer M Krug writes: > I updated my org-mode directory with the following script: > > rk...@ecolmod:~/.emacs.d$ cat update_org-mode-git > #!/bin/sh > cd ./org-mode-git > cd org-mode  > > # git clone git://repo.or.cz/org-mode.git > git pull > git gc > > make clean > make > make doc > > after addi

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-28 Thread Bernt Hansen
Rainer M Krug writes: > On Mon, Jun 28, 2010 at 1:53 PM, Štěpán Němec wrote: > > Rainer M Krug writes: > > >  Just one additional question: When I go on the menu to Org -- > Documentation > > -- Info Documentation, I still get the info help from version 6.21b, > > although

[Orgmode] Re: Behavior of Gnus when called from an hyperlink

2010-06-28 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 28, 2010, at 1:36 PM, Leo wrote: > >> On 2010-06-28 11:19 +0100, Tassilo Horn wrote: >>> (setq org-link-frame-setup '((vm . vm-visit-folder) >>> (gnus . org-gnus-no-new-news) >>> (file . find-file-other-win

[Orgmode] Re: Proposed tweak to org-agenda-skip-entry-when-regexp-matches-in-subtree

2010-06-28 Thread Bernt Hansen
eric johnson writes: > org-mode is fantastic. Part of what makes it so awesome is that one can keep > tweaking the software and the process. In looking at my own usage, I > noticed that > I really wanted to simplify my org-todo-keywords. I had a separate > list of TODOs > for projects (PROJ->P

[Orgmode] Re: Not a bug, but ...

2010-06-27 Thread Bernt Hansen
Jean-Marie Gaillourdet writes: > Finally, I've understood the problem. Testprojekt does not appear on > my stuck projects list, because I've enabled > org-enforce-todo-dependencies and I use (org-agenda-dim-blocked-tasks > 'invisible). Testprojekt is just hidden in the stuck projects, as is > eve

[Orgmode] Re: complex filters in agenda view

2010-06-26 Thread Bernt Hansen
Matt Price writes: > yet another question as i continue to set things up. > > how would I create a custom agenda view that accomplishes this: > (todo items marked "ACTION" OR "WAITING" AND tagged "email")?  Hi Matt, Use a tags match (or a tags todo match if both of those todo items are not done

[Orgmode] Re: Possible bug in ordered tasks

2010-06-26 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 25, 2010, at 8:55 PM, Bernt Hansen wrote: > >> Having a way to undefine a property would be good in general I think. > > This does now work, the property value "nil" will now be interpreted as > explicit undefine o

[Orgmode] Re: Possible bug in ordered tasks

2010-06-25 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 25, 2010, at 3:23 PM, Robert Goldman wrote: > >> Question: what is the proper way to get a NIL into a property? Are >> we >> to use () instead of "nil"? Or are property values always interpreted >> as strings? >> >> Apologies in advance if this is a stupid ques

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread Bernt Hansen
Bernt Hansen writes: > Nick Parker writes: > >> Tassilo, >> >> The root item is in fact a TODO item with a scheduled date, I have just been >> using checkboxes as children of the root TODO item for tracking the >> individual work items related to the

[Orgmode] Re: Fwd: Checkboxes in Agenda

2010-06-24 Thread Bernt Hansen
Nick Parker writes: > Tassilo, > > The root item is in fact a TODO item with a scheduled date, I have just been > using checkboxes as children of the root TODO item for tracking the > individual work items related to the TODO.  So for example: > > * TODO Prepare for trip > [ ] pack clothes > [

[Orgmode] Re: BUG: org-capture saves an incorrect clock marker in org-clock-history

2010-06-24 Thread Bernt Hansen
Thanks this works now. Regards, Bernt Carsten Dominik writes: > Hi Bernt, > > this one should be fixed now. > > - Carsten > > On Jun 24, 2010, at 4:25 AM, Bernt Hansen wrote: > >> Hi Carsten, >> >> I have the following templates converted from my re

[Orgmode] Re: Capture mode seems to be easily confused in Emacs 22

2010-06-24 Thread Bernt Hansen
Carsten Dominik writes: > If you want to protect yourself from running this hook before org- > capture > is is loaded and org-capture-mode defined, you can do > > (if (and (boundp 'org-capture-mode) org-capture-mode > .. And yes I need this -- thanks! -Bernt __

[Orgmode] Re: Capture mode seems to be easily confused in Emacs 22

2010-06-24 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 24, 2010, at 2:26 PM, Bernt Hansen wrote: > >> Carsten Dominik writes: >> >>> On Jun 24, 2010, at 4:57 AM, Bernt Hansen wrote: >>> >>>> In my Emacs 22 on Debian >>>> >>>> GNU Emacs 22.2.1 (i

[Orgmode] Re: Capture mode seems to be easily confused in Emacs 22

2010-06-24 Thread Bernt Hansen
Carsten Dominik writes: > On Jun 24, 2010, at 4:57 AM, Bernt Hansen wrote: > >> In my Emacs 22 on Debian >> >> GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of >> 2008-11-09 >> on raven, modified by Debian >> >> if I start a capture

[Orgmode] Capture mode seems to be easily confused in Emacs 22

2010-06-23 Thread Bernt Hansen
Hi Carsten, In my Emacs 22 on Debian GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11) of 2008-11-09 on raven, modified by Debian if I start a capture buffer with C-c c t and then immediately try to file it with C-c C-c (with the point still on the heading) it prompts for tags instead o

Re: [Orgmode] Re: New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Bernt Hansen
Bernt Hansen writes: > Nick Dokos writes: > >> Bernt Hansen wrote: >> >>> >>> One thing I'm missing is I have a function that changes my TODO state to >>> NEXT on clock in except when I'm creating a new remember-mode task. >>>

Re: [Orgmode] Re: New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Bernt Hansen
Nick Dokos writes: > Bernt Hansen wrote: > >> >> One thing I'm missing is I have a function that changes my TODO state to >> NEXT on clock in except when I'm creating a new remember-mode task. >> >> I need a similar way to tell if I'm in a

[Orgmode] BUG: org-capture saves an incorrect clock marker in org-clock-history

2010-06-23 Thread Bernt Hansen
Hi Carsten, I have the following templates converted from my remember templates. I've enabled clock in and clock resume for all templates. (global-set-key (kbd "C-c c") 'org-capture) org-capture-templates Value: (("t" "todo" entry (file "~/git/org/refile.org") "* TODO %?\n %U\n %a" :clock

[Orgmode] Re: New implementation of the Org remember process ready for comments and testing

2010-06-23 Thread Bernt Hansen
Carsten Dominik writes: > 6.4 Multiple capture events going on at the same time > == > >If you need to capture something while already capturing something >else, you can now do so. Finishing the second process will >automatically re

[Orgmode] Re: [ANN] Org-babel integrated into Org-mode

2010-06-23 Thread Bernt Hansen
"Eric Schulte" writes: >Support for evaluating emacs-lisp code blocks is loaded by default. >All other languages will need to be required explicitly. To conform >to Emacs filename specifications all language require lines have been >shortened from e.g. > >(require 'org-ba

[Orgmode] Re: keeping uptodate?

2010-06-23 Thread Bernt Hansen
Sébastien Vauban writes: > Hi Scot, > > Scot Becker wrote: >> Just yesterday, I finally added this to my .bash_aliases file: >> >> alias orgupdate='cd /home/scot/.emacs.d/vendor/org-mode; git pull && make && >> make doc' > > I use the same principles, except that I add a `make clean' after the

Re: [Orgmode] [PATCH v2] Fix agenda display for late scheduled and deadline tasks

2010-06-23 Thread Bernt Hansen
Carsten Dominik writes: > can you point me to the thread which discusses this issue? I believe this is the same thread you are looking for. The patch is a reply to the original patch I sent out. Bastien applied it and then Matt Lundin reported an issue with it. http://thread.gmane.org/gmane.e

[Orgmode] Re: AutOrg, and practice of GTD in a group

2010-06-22 Thread Bernt Hansen
"Hellekin O. Wolf" writes: > How do you guys use CATEGORIES, PROPERTIES and TAGS in combination > with TODO states and Org-Agenda to optimize your GTD workflow? I use CATEGORIES mainly as a visual cue in my agenda to help categories tasks. Other than that it doesn't really do anything in my set

[Orgmode] [PATCH v2] Fix agenda display for late scheduled and deadline tasks

2010-06-22 Thread Bernt Hansen
* lisp/org.el (org-time-string-to-absolute): Ignore the cyclic repeater when displaying items on today's agenda date. If you have a weekly task and miss the date the agenda view will show more than a week late now instead of resetting on the cyclic repeating date. This makes it much more

[Orgmode] Re: New implementation of the Org remember process ready for comments and testing

2010-06-22 Thread Bernt Hansen
Carsten Dominik writes: > New implementation of the Org remember process > == Cool!! > 6.4 Multiple capture events going on at the same time > == > >If you need to capture

[Orgmode] Re: Confusion about tags-todo matches and TODO keywords

2010-06-22 Thread Bernt Hansen
Carsten Dominik writes: > Hi Bernt, > > On Jun 22, 2010, at 1:39 AM, Bernt Hansen wrote: > >> I still think 'TODO keyword' matches any todo keyword defined in >> org-todo-keywords and maybe I need to be re-educated :) > > Indeed, "TODO" is used

[Orgmode] Confusion about tags-todo matches and TODO keywords

2010-06-21 Thread Bernt Hansen
Hi Carsten, I was talking to Jeff Stern about tags todo matching offlist and we think the documentation for tags-todo matching can probably be improved. The description of C-c a M at http://orgmode.org/manual/Matching-tags-and-properties.html states C-c a M Like C-c a m, but only select hea

Re: [Orgmode] Re: [PATCH] Fix agenda display for late scheduled and deadline tasks

2010-06-21 Thread Bernt Hansen
Carsten Dominik writes: > Hi Bernt, > > if you get the the commit ID, I'll revert the patch. > commit 14b689946d398d352f7157bed8a1aa1e31a9e934 Author: Bastien Guerry Date: Wed Jun 16 16:12:31 2010 +0200 ___ Emacs-orgmode mailing list Please use `

[Orgmode] Re: [PATCH] Fix agenda display for late scheduled and deadline tasks

2010-06-21 Thread Bernt Hansen
Bernt Hansen writes: > Matt Lundin writes: > >> I believe this patch breaks the functionality of >> org-agenda-repeating-timestamp-show-all. >> >> I have org-agenda-repeating-timestamp-show-all set to t, but only one >> occurrence of each repeating timest

[Orgmode] Re: [PATCH] Fix agenda display for late scheduled and deadline tasks

2010-06-21 Thread Bernt Hansen
Matt Lundin writes: > Hi Bernt, > > Bernt Hansen writes: > >> * lisp/org-agenda.el (org-agenda-get-deadlines): >> (org-agenda-get-scheduled): >> * lisp/org.el (org-time-string-to-seconds): >> For deadline and scheduled agenda display ignore the cyclic repeat

[Orgmode] Re: function to change TODO status and refile to a predetermined location

2010-06-20 Thread Bernt Hansen
Matt Price writes: > i have a file "Collect.org" in which i collect items that need > processing. Every morning I go through the file, decide what needs to > be done with each item, and refile it. The outcomes are pretty > stereotyped, so for instance, if it's a project idea, I tag it with > :p

[Orgmode] Re: GTD: Tags or Custom TODO states?

2010-06-20 Thread Bernt Hansen
Matt Price writes: > Hi Everyone, > > So, I'm going to try to implement David Allen's Getting Things Done > using org-mode, as so many other people have done already. I'd like > to set things up more or less right the first time, but since GTD is > brand-new to me (just finished the book today!)

[Orgmode] Re: Both todo and tag search

2010-06-18 Thread Bernt Hansen
Chao Lu writes: > For the custom agenda command, is it possible to define a search > performing both todo and tag search, for example, the items whose todo > state is ACTIVE, and the context(defined by tag) is Office? Do a tags match search for Office/ACTIVE Items before the / are tags and afte

[Orgmode] Re: Multiple TODO states

2010-06-17 Thread Bernt Hansen
Chao Lu writes: > I'm wondering if it is possible for an item to have multiple todo state, like: >   Physics:    ACTIVE MOBILE Quantum optics   > :Optics::Video:MITC:ACTIVE: >    > --TODO   > --

[Orgmode] Re: [Bug] Movement of C-a under visible-mode

2010-06-16 Thread Bernt Hansen
Sébastien Vauban writes: > Hi Bernt, > > Bernt Hansen wrote: >> Sébastien Vauban writes: >>> >>> I'm reporting some movement problem I've observed. When on any line, let's >>> say the last clock one: >>> >>> - `C-e'

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Bernt Hansen
Bernt Hansen writes: >What org-mode version are you using? (M-x org-mode) Sorry this should be (M-x org-version) -Bernt ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Bernt Hansen
Radosław Grzanka writes: > Strange. If I bring up the agenda (C-c a a) and then invoke follow >> mode (v f), when I move down or up (n or p) in the agenda view, the >> other window gets updated with the entry on the current line. You >> should not have to hit TAB, although TAB is useful when you

[Orgmode] Re: [Bug] Movement of C-a under visible-mode

2010-06-15 Thread Bernt Hansen
Sébastien Vauban writes: > Hello, > > I'm reporting some movement problem I've observed. When on any line, let's say > the last clock one: > > - `C-e' moves the cursor to the end of it > - `C-a' moves the cursor at the level of `LOGBOOK'. > > --8<---cut here---start-

[Orgmode] Re: Keeping agenda window

2010-06-15 Thread Bernt Hansen
Radosław Grzanka writes: > W dniu 2010-06-15 10:16, Livin Stephen Sharma pisze: > > Radek, >  have you tried 'org-agenda-follow-mode'? >  [ yes, I did see you write "..if i follow the link to one of my > outlines.." in your email :) ] > > Hello,   thank you for your reply. I did not

[Orgmode] Re: clock in from last clock out

2010-06-14 Thread Bernt Hansen
Buck Brody writes: > Is there a way to clock in from the time that I most recently clocked > out. I often find that I finish something, clock out, and then start > something new without remembering to clock back in. I'm not aware of any existing clocking code functionality that does what you de

[Orgmode] Re: table: actualise columns with formulas. (C-num C-c=)

2010-06-14 Thread Bernt Hansen
Uwe Brauer writes: > Hello > > Programs like OO calc allow me to actualise automatically > all rows of a column containing a formula. > > Like: > > Res1| Res2| Total > 3 | 4 | =$1+$2 > 4 | 5 | > 4 | 5 | > 4 | 6 | > 4 | 7 | > 4 | 8 | > 4 | 9 | If you prefix the first c

[Orgmode] Re: org-remember and anything

2010-06-12 Thread Bernt Hansen
Glauber Alex Dias Prado writes: > Hi, > when calling org-remember, after selecting the template org doesnt > provide the right syntax to anything as it is configure for icomplete i > think, dunno what is really involved here as it used to work( i tried it > with both ido completion support on and

[Orgmode] [PATCH] Fix agenda display for late scheduled and deadline tasks

2010-06-12 Thread Bernt Hansen
* lisp/org-agenda.el (org-agenda-get-deadlines): (org-agenda-get-scheduled): * lisp/org.el (org-time-string-to-seconds): For deadline and scheduled agenda display ignore the cyclic repeater when calculating how many days late the task is. If you have a weekly task and miss the date the agenda view

[Orgmode] [PATCH] Fix agenda display for late scheduled and deadline tasks

2010-06-12 Thread Bernt Hansen
* lisp/org-agenda.el (org-agenda-get-deadlines): (org-agenda-get-scheduled): * lisp/org.el (org-time-string-to-seconds): For deadline and scheduled agenda display ignore the cyclic repeater when calculating how many days late the task is. If you have a weekly task and miss the date the agenda view

[Orgmode] Re: visiting the last node filed from Remember buffer

2010-06-10 Thread Bernt Hansen
Matt Lundin writes: > "Ken Olstad" writes: > >> I have a question below, but first I want to say thanks, to Carsten of >> course for org-mode, but also to all of you who contribute the great >> tips and help on this forum. >> >> Often, shortly after I’ve stored a quick note using Remember, I go

<    4   5   6   7   8   9   10   11   12   13   >