[Orgmode] Can't get tasks [%] and [/] to work

2009-09-01 Thread Michel Blanc
Dear All, I probably miss something here, but I really cannot get subtasks stats to work (i.e. what's described in the manual at 5.5 Breaking tasks down into subtasks). For instance, in the snippet below : *** Cage [%] DONE Redesign motherboard SCHEDULED: 2009-07-29 mer. - State

[Orgmode] bad habit (deleting elipses in folded tree)

2009-09-01 Thread Alan E. Davis
I have a bad habit. How can I defeat it? Often an elipsis (...) is seen at the bottom of a new entry from a remember template. I find myself deleting them, compulsively. I'm not so sure, but I THINK that sometimes this is ok, and I now am afraid I have discovered that at some times a whole

Re: [Orgmode] Release 6.30

2009-09-01 Thread Sebastian Rose
Hi Carsten, thanks for another great release of my favorite mode! Allow LaTeX export to use the listings package I will definitively test this one extensively :) We always wanted to have this, but... Thanks Eric! I hope to get rid of all that weired stuff I used to typeset source code as seen

Re: [Orgmode] Can't get tasks [%] and [/] to work

2009-09-01 Thread Sebastian Rose
Michel Blanc mbl...@erasme.org writes: Dear All, I probably miss something here, but I really cannot get subtasks stats to work (i.e. what's described in the manual at 5.5 Breaking tasks down into subtasks). For instance, in the snippet below : *** Cage [%] DONE Redesign motherboard

Re: [Orgmode] bad habit (deleting elipses in folded tree)

2009-09-01 Thread Carsten Dominik
I would NEVER EVER EVER delete naked ellipses, this is dangerous. Press `C-c C-r' in their vicinity, this should hopefully fix the problem. Otherwise, `M-x show-all' will always do the trick. - Carsten On Sep 1, 2009, at 11:32 AM, Alan E. Davis wrote: I have a bad habit. How can I

Re: [Orgmode] bad habit (deleting elipses in folded tree)

2009-09-01 Thread Scot Becker
I would NEVER EVER EVER delete naked ellipses, this is dangerous. If Carsten's capital letters don't cure you of the habit, I don't know what will. :-) Seriously, try to train yourself to think of those ellipses, as code for everything productive you did in Emacs over the last excruciating hour

Re: [Orgmode] Can't get tasks [%] and [/] to work

2009-09-01 Thread Michel Blanc
Sebastian Rose a écrit : `C-c #' is what doesn't work here (not sure why). But moving to some subheading and pressing `S-LEFT S-RIGHT' will update the top headline here. Yes, it works ! Thanks ! Another example is here : DONE Web interface [100%] - [X] Fix lang page -

[Orgmode] Re: Release 6.30

2009-09-01 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: New command to submit a bug report --- There is now a special command `M-x org-submit-bug-report'. This command will create a mail buffer with lots of useful details. In particular, it contains complete

[Orgmode] [PATCH] Fix typo in org-submit-bug-report mail text

2009-09-01 Thread Bernt Hansen
--- This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index c851dc1..113925f 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -15493,7 +15493,7 @@ such private

[Orgmode] Re: make update error

2009-09-01 Thread Bernt Hansen
Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: git pull counts, compresses, receives objects, resolves deltas, updates and fails with this message: error: Entry 'Makefile' not uptodate. Cannot merge. As far as I know Makefile is up-to-date. You might

[Orgmode] git and possibly 6.30 xemacs bug

2009-09-01 Thread Wes Hardaker
The select-frame-set-input-focus function doesn't exist in xemacs, which was recently added in org-eval-in-calendar. This seems to be a common problem as gnus defines this to get around it: (defun gnus-select-frame-set-input-focus (frame) Select FRAME, raise it, and set input focus, if

[Orgmode] Re: make update error

2009-09-01 Thread Nick Dokos
Bernt Hansen be...@norang.ca wrote: Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: git pull counts, compresses, receives objects, resolves deltas, updates and fails with this message: error: Entry 'Makefile' not uptodate. Cannot merge. SNIP

[Orgmode] Org-mode version 6.30 (release_6.30.dirty); col / must be an empty tag

2009-09-01 Thread Sebastian Rose
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know hoe 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: [Orgmode] Re: Keyword completion.

2009-09-01 Thread Noorul Islam
On Sun, Aug 23, 2009 at 6:19 AM, Nick Dokosnicholas.do...@hp.com wrote: Noorul Islam gnu...@gmail.com wrote: On Sat, Aug 22, 2009 at 7:19 PM, Matt Lundinm...@imapmail.org wrote: Noorul Islam wrote: On Sat, Aug 22, 2009 at 6:48 PM, Matt Lundinm...@imapmail.org wrote: Noorul Islam

[Orgmode] Repeated Tasks

2009-09-01 Thread Noorul Islam
Hello list, I have a requirement for calculating the time spent on repetitive task. Say for example checking mails. I don't have a specific schedule or deadline for this task. * TODO Check Mail I went through this document, http://orgmode.org/org.html#Repeated-tasks. The methodologies mentioned

Re: [Orgmode] Repeated Tasks

2009-09-01 Thread Sebastian Rose
Hi Noorul, Noorul Islam gnu...@gmail.com writes: Hello list, I have a requirement for calculating the time spent on repetitive task. Say for example checking mails. I don't have a specific schedule or deadline for this task. * TODO Check Mail I went through this document,

Re: [Orgmode] org-todo-keywords prompt for note

2009-09-01 Thread Sebastian Rose
Nathan Neff nathan.n...@gmail.com writes: Hello, When marking an item as DONE, I would like to be able to press n if I want to leave a note, and press d to just mark the item as DONE. I've tried using this trick: (setq org-todo-keywords '( (sequence TODO(t) STARTED(s) | DONE(n@/@)

Re: [Orgmode] org-todo-keywords prompt for note

2009-09-01 Thread Sebastian Rose
Nathan Neff nathan.n...@gmail.com writes: Hello, When marking an item as DONE, I would like to be able to press n if I want to leave a note, and press d to just mark the item as DONE. I've tried using this trick: (setq org-todo-keywords '( (sequence TODO(t) STARTED(s) | DONE(n@/@)

Re: [Orgmode] org-todo-keywords prompt for note

2009-09-01 Thread Sebastian Rose
Hi Nathan, Sorry for my typo (see below). Sebastian Rose sebastian_r...@gmx.de writes: Nathan Neff nathan.n...@gmail.com writes: Hello, When marking an item as DONE, I would like to be able to press n if I want to leave a note, and press d to just mark the item as DONE. I've tried using

Re: [Orgmode] Org-mode version 6.30 (release_6.30.dirty); col / must be an empty tag

2009-09-01 Thread Carsten Dominik
WOW! The first bug report with the new function!!! :-) Applied, thanks. - Carsten On Sep 1, 2009, at 4:42 PM, Sebastian Rose wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know hoe to make a good report? See

[Orgmode] Usability idea: color coding items with priorities in agenda

2009-09-01 Thread PT
The agenda list would be easier to parse with the eye if each priority level (A, B, C) had its own face. This way the user could optionally set a background color for these priorities, so priority items would stand out from the todo list. ___

[Orgmode] Re: make update error

2009-09-01 Thread Thomas S. Dye
On Sep 1, 2009, at 4:07 AM, Bernt Hansen wrote: Nick Dokos nicholas.do...@hp.com writes: Thomas S. Dye t...@tsdye.com wrote: git pull counts, compresses, receives objects, resolves deltas, updates and fails with this message: error: Entry 'Makefile' not uptodate. Cannot merge. As far as I

Re: [Orgmode] Repeated Tasks

2009-09-01 Thread Noorul Islam
On Tue, Sep 1, 2009 at 8:45 PM, Sebastian Rosesebastian_r...@gmx.de wrote: Hi Noorul, Noorul Islam gnu...@gmail.com writes: Hello list, I have a requirement for calculating the time spent on repetitive task. Say for example checking mails. I don't have a specific schedule or deadline

[Orgmode] Re: RSI

2009-09-01 Thread Samuel Wales
Clarification. On 2009-09-01, Samuel Wales samolog...@gmail.com wrote: Ideally, the most important c-c and c-x operations would be on the lhs. That way, you can hold down ctrl and press the two keys. I mean c-c c-letter not c-c letter here. -- Myalgic encephalomyelitis causes death (Jason

Re: [Orgmode] RSI

2009-09-01 Thread Keith Lancaster
Emacs can definitely lead to RSI - Richard Stallman, the creator, developed it. I am quite prone to RSI, which led me to VIM due to its modal operation (very few modifier key combos). I used VIM for quite a while and did not have any issues, but org-mode pulled me to emacs. I now use a

[Orgmode] Re: RSI

2009-09-01 Thread PT
Samuel Wales samologist at gmail.com writes: One thing that you can do is to ensure that you have a keyboard that has modifier keys on both sides. You should pound a new habit into your cerebellum: use two hands. ... Many (maybe even most) will find this idea strange. But I urge all

Re: [Orgmode] Usability idea: color coding items with priorities in agenda

2009-09-01 Thread Samuel Wales
Try c-h v org-priority-faces. -- Myalgic encephalomyelitis causes death (Jason et al. 2006) and severe suffering. Conflicts of interest are destroying research. What people know is wrong. Silence = death. http://www.meactionuk.org.uk/What_Is_ME_What_Is_CFS.htm

Re: [Orgmode] Release 6.30

2009-09-01 Thread Andrew Hyatt
Hi Carsten, Thanks for the release! The dedicated frame patch does not actually appear to be in this release, though. On Tue, Sep 1, 2009 at 12:20 AM, Carsten Dominikcarsten.domi...@gmail.com wrote: Hi, I am releasing Org-mode version 6.30. Enjoy! - Carsten             Changes in

Re: [Orgmode] bad habit (deleting elipses in folded tree)

2009-09-01 Thread Daniel Clemente
El mar, sep 01 2009 a les 11:32, Alan E. Davis va escriure: What's the scoop about elipses?  Which variables are relevant?  Can I defeat this habit by reconfiguring, or do I have to force myself to have better habits? You can change how the ellipsis look so that you are more careful and

Re: [Orgmode] bad habit (deleting elipses in folded tree)

2009-09-01 Thread Alan E. Davis
Well noted. Alan You can know the name of a bird in all the languages of the world, but when you're finished, you'll know absolutely nothing whatever about the bird... So let's look at the bird and see what it's doing---that's what counts. Richard Feynman

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-01 Thread Hsiu-Khuern Tang
* On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern (hsiu-khuern.t...@hp.com) wrote: * On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com) wrote: Hi Hsiu-Khuern, I've just pushed a fix for this: when the src switch is present, including a file won't escape

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-01 Thread Nick Dokos
Hsiu-Khuern Tang hsiu-khuern.t...@hp.com wrote: * On Fri 05:45AM +, 24 Jul 2009, Tang, Hsiu-Khuern (hsiu-khuern.t...@hp.com) wrote: * On Fri 01:22AM +, 24 Jul 2009, Bastien (bastiengue...@googlemail.com) wrote: Hi Hsiu-Khuern, I've just pushed a fix for this: when the

Re: [Orgmode] Unnecessary comma escapes in HTML export of #+INCLUDE files

2009-09-01 Thread Hsiu-Khuern Tang
* On Tue 10:47PM +, 01 Sep 2009, Dokos, Nicholas (nicholas.do...@hp.com) wrote: Hsiu-Khuern Tang hsiu-khuern.t...@hp.com wrote: It looks Org has reverted to the old behavior: inserting a comma at a beginning of every line in the #INCLUDE'd file that starts with whitespace followed

[Orgmode] Re: small emacs for using org on Android

2009-09-01 Thread news
Sven Bretfeld sven.bretf...@gmx.ch writes: n...@aleblanc.cotse.net writes: can anyone recommend a small emacs implementation that will run org? I have Debian running on my G1 phone (see here: http://www.emacswiki.org/emacs/EmacsOnAndroid), and have been running Emacs 22 on it

Re: [Orgmode] small emacs for using org on Android

2009-09-01 Thread Torsten Wagner
Hi, please remember a org-file is still (and thankfully and amazingly) a plain text file. As long as you are not going to make big changes, any other (smaller) text editor will do, e.g., nano, pico, *cough* vim *cough*. I found myself comfortable to export the org-file to html and display it in

[Orgmode] Re: Usability idea: color coding items with priorities in agenda

2009-09-01 Thread PT
Nick Dokos nicholas.dokos at hp.com writes: You missed the *other* variable C-h v org-agenda-fontify-priorities RET Damn! Org is again a step ahead of me. :D Thanks. ___ Emacs-orgmode mailing list Remember: use `Reply All' to send