Re: [Orgmode] Moving rows up without collapsing the view

2009-08-04 Thread Carsten Dominik
On Aug 4, 2009, at 4:06 AM, Raffi R wrote: When I try to move a row up using org-metaup (M-up) the subtrees immediately all fold up. Is there any way to prevent this folding from occurring? My apologies if this is covered somewhere; I could not find this in the manual or upon searching. I

Re: [Orgmode] Results of the SourceForge Community Award

2009-08-04 Thread Carsten Dominik
On Jul 24, 2009, at 12:56 PM, Bastien wrote: Hi all, the results of the SCCA 2009 have been announced and the winner in our category is portableapps.com, a platform to carry computer programs on a USB key. Org-mode didn't win but it was really great to participate and to have all these nice

Re: [Orgmode] formula

2009-08-04 Thread Carsten Dominik
Hi Haroldo, instead of keeping us guessing what your table might look like, maybe you can just post it - Carsten On Aug 4, 2009, at 1:53 AM, Haroldo Stenger wrote: Dear Carsten , Thanks ! That's exactly what I was in need of: a combination of a column-formula and relative references

Re: [Orgmode] formula

2009-08-04 Thread Haroldo Stenger
Sure, sorry, that's what text is for :) | in | out | balance | |-+-+-| | | | | | 30 | | 30 | | | 25 | 5 | | 100 | | 105 | | 500 | | | | | 400 | | | | | | #+TBLFM: $...@-1$3 + @+0$1 - @+0$2

Re: [Orgmode] Day workflow: need your opinion

2009-08-04 Thread Vedang
Hi Xavier, a) I doing some non urgent (planned) DBA tasks (call this project A) b) someone calls me (interrupting Project A) c) I am doing what urgency of b) is needed d) when c) is finished, I get back to project A I think the Time Clocking

[Orgmode] Re: Day workflow: need your opinion

2009-08-04 Thread Leo
On 2009-08-04 06:57 +0100, Xavier Maillard wrote: a) I doing some non urgent (planned) DBA tasks (call this project A) b) someone calls me (interrupting Project A) c) I am doing what urgency of b) is needed d) when c) is finished, I get back to project A At my job, they often rules the retro

[Orgmode] Re: Day workflow: need your opinion

2009-08-04 Thread Benjamin Andresen
Hey Xavier, Xavier Maillard x...@gnu.org writes: Ex: a) I doing some non urgent (planned) DBA tasks (call this project A) b) someone calls me (interrupting Project A) c) I am doing what urgency of b) is needed d) when c) is finished, I get back to project A At my job, they often rules

Re: [Orgmode] formula

2009-08-04 Thread Carsten Dominik
Hi Haroldo, Well, I am using the newest version of Org-mode for which you'd have to use a filed formula for the first field in the balance column. Then using your formulas, `C-u C-c *' does fill the entire table: | in | out | balance | |-+-+-| | | | 0 | |

[Orgmode] Keeping org files under git - trimming the repository

2009-08-04 Thread Ben Alexander
Hello all. This is really more of a git question, but I keep my org file stored under git and I've seen other people on this list speak of doing the same. Different people cite different benefits: + keeping home and work copies of todo.org in sync + storing todo.org on a USB stick for

[Orgmode] Re: Keeping org files under git - trimming the repository

2009-08-04 Thread Benjamin Andresen
Hey Ben, Ben Alexander b...@alexanderonline.org writes: Different people cite different benefits: + safety while editing. If a slip of the fingers hits C-k on a folded line and you don't notice it for a long time, git allows you to find when that happen (git blame) and 'cherry-pick' a patch

Re: [Orgmode] refile ideas

2009-08-04 Thread Eric S Fraga
At Mon, 3 Aug 2009 15:31:55 -0700, Samuel Wales wrote: It gives me an idea for remember. For consistency, we can optionally make remember use restricted refile as you propose above. The way it would work is this. A template can optionally specify only format, not target location. When

[Orgmode] Re: Keeping org files under git - trimming the repository

2009-08-04 Thread Matt Lundin
Ben Alexander b...@alexanderonline.org writes: About a year ago, I decided to learn how to write macros in lisp and started by teaching myself about the after-save-hook. I added a hook to auto commit every time I saved any org file. My simple, small text file of todo items is now a giant

Re: [Orgmode] Narrow tSparse Trees layout

2009-08-04 Thread Cian OConnor
Bastien bastiengue...@googlemail.com writes: Hi Cian, Its just that when drafting papers I tend to have lots and lots of indentation in early drafts, and while narrowing trees is a godsend, the unnecessary (for my purposes) indentation is slightly annoying. If the purpose of such a

[Orgmode] Priorities and sub-tasks in Agenda View

2009-08-04 Thread Vedang
Hi All, I'm facing a small annoyance. I like to use priorities on my tasks, for sorting them in agenda view. So I have something like this: * TODO [#A] Big task 1 ** WORKING subtask ** TODO subtask ... * TODO [#A] Big Task 2 ... so on. Agenda mode, however, shows this as follows: TODO [#A]

[Orgmode] Re: Priorities and sub-tasks in Agenda View

2009-08-04 Thread Vedang
I would like it very much if the subtasks would appear below the big task they are related to, or atleast if the priority of the big task is auto propagated to them so that they appear in the list of all the #A tasks, if not directly under the big task. This would help me very much in

Re: [Orgmode] formula

2009-08-04 Thread Haroldo Stenger
Carsten , I take for granted that a filed formula is a column formula , like the one I was using. I upgraded to the las org-mode version. I must be doing something really wrong, since C-u C-c * doesn't recalculate the column, it just moves the point to the first row after the hline. What can

Re: [Orgmode] formula

2009-08-04 Thread Carsten Dominik
On Aug 4, 2009, at 4:23 PM, Haroldo Stenger wrote: Carsten , I take for granted that a filed formula is a column formula , like the one I was using. No. A column formula starts like %3=... and applies to all fields in column 3. A field formula starts like @2$3=... and applies to a

RE: [Orgmode] Day workflow: need your opinion

2009-08-04 Thread Jonathan Arkell
I'll take a stab at this... Lets say you have the following TODO tags defined: TODO STARTED | DONE And PROJECT | CANCELLED FINISHED And lets say you have project A defined like so: *** PROJECT Project A TODO Some Larger Task - [ ] DO the thing - [ ] That other thing - [ ]

Re: [Orgmode] formula

2009-08-04 Thread Nick Dokos
Haroldo Stenger harold.sten...@gmail.com wrote: Carsten , I take for granted that a filed formula is a column formula , like the one I was using. That's incorrect: look at Carsten's modification of your TBLFM line: #+TBLFM: $...@-1$3 + @+0$1 - @+0$2::@2$3=0

Re: [Orgmode] Compilation warnings from latest org from git

2009-08-04 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 3, 2009, at 6:35 PM, Manish wrote: Hello Carsten, Bastien! Just noticed some odd messages from compilation of latest org from git. ,[ org-clock ] | emacs -batch -q -no-site-file -eval (progn (add-to-list (quote load-path)

Re: [Orgmode] Re: Automatic indentation of org tree

2009-08-04 Thread Carsten Dominik
On Aug 3, 2009, at 6:49 PM, Eric S Fraga wrote: At Mon, 3 Aug 2009 06:36:17 +0200, Carsten Dominik wrote: [...] This solution is for Emacs 23 only, but I believe it is more stable, so I am shipping it now with Org. If anyone wants to try before the next release, put #+STARTUP: indent

Re: [Orgmode] Bug: Problem with ido-completing-read from org-table-export

2009-08-04 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 3, 2009, at 5:31 PM, Gregory Grubbs wrote: When exporting a table with ido-mode active, an error is raised in org-ido-completing-read. I think ido-completing-read is being called with incorrect arguments, but the fix is beyond me. Steps to reproduce the

Re: [Orgmode] Refile error - Kill is not a (set of) trees

2009-08-04 Thread Carsten Dominik
Hi Michael, could you please do the following: - Run Emacs with a minimal configuration - Make me a test file that will let me reproduce the bug if possible. Thanks. - Carsten On Aug 3, 2009, at 8:33 PM, Michael Gilbert wrote: Hi -- I have more information on this error. I think I've

Re: [Orgmode] Refile error - Kill is not a (set of) trees

2009-08-04 Thread Carsten Dominik
On Aug 3, 2009, at 8:33 PM, Michael Gilbert wrote: Hi -- I have more information on this error. I think I've traced it down to whether the command is actually killing the current element in the first place. I had a clipboard management function working in Quicksilver and got rid of

[Orgmode] Re: Day workflow: need your opinion

2009-08-04 Thread Bernt Hansen
Xavier Maillard x...@gnu.org writes: How would you use org-mode in this situation ? Ex: a) I doing some non urgent (planned) DBA tasks (call this project A) b) someone calls me (interrupting Project A) c) I am doing what urgency of b) is needed d) when c) is finished, I get back to

Re: [Orgmode] Narrow tSparse Trees layout

2009-08-04 Thread Samuel Wales
A possible workaround: (require 'scroll-lock) (define-key global-map [(control shift up)] 'scroll-lock-previous-line) (define-key global-map [(control shift down)] 'scroll-lock-next-line) (define-key global-map [(control shift right)] 'alpha-scroll-lock-next-char) (define-key global-map [(control

Re: [Orgmode] Re: Automatic indentation of org tree

2009-08-04 Thread Eric S Fraga
At Tue, 4 Aug 2009 17:08:23 +0200, Carsten Dominik wrote: On Aug 3, 2009, at 6:49 PM, Eric S Fraga wrote: At Mon, 3 Aug 2009 06:36:17 +0200, Carsten Dominik wrote: [...] This solution is for Emacs 23 only, but I believe it is more stable, so I am shipping it now with Org.

[Orgmode] agenda bulk refile error

2009-08-04 Thread Bernt Hansen
Every so often I run into a situation where bulk refiling doesn't work anymore. I currently have 15 items in my refile.org file that I want to refile to other locations. I marked a few of them and bulk refiled them just fine. Then I marked a few more and B r fails with Cannot find entry for

Re: [Orgmode] agenda bulk refile error

2009-08-04 Thread Carsten Dominik
Hi Bernt, what would be the *wanted* result of marking both a parent and its child, and then refiling both? I guess the problem happens when you first refile the parent, and then the child. The reason for this is that, when an entry is refiled from the agenda, all entries in the agenda

Re: [Orgmode] agenda bulk refile error

2009-08-04 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Hi Bernt, what would be the *wanted* result of marking both a parent and its child, and then refiling both? I'd want the parent refiled and the child to follow normally and still have the same parent as it did before refiling. It's really a

Re: [Orgmode] agenda bulk refile error

2009-08-04 Thread Carsten Dominik
Fixed, thanks. - Carsten On Aug 4, 2009, at 9:25 PM, Bernt Hansen wrote: Carsten Dominik carsten.domi...@gmail.com writes: Hi Bernt, what would be the *wanted* result of marking both a parent and its child, and then refiling both? I'd want the parent refiled and the child to follow

Re: [Orgmode] agenda bulk refile error

2009-08-04 Thread Bernt Hansen
Carsten Dominik carsten.domi...@gmail.com writes: Fixed, thanks. Thanks! -Bernt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Org-mode release 6.29

2009-08-04 Thread Carsten Dominik
Hi, I am releasing Org-mode 6.29. Thanks to everyone who contributed, in particular Bastien, who put a big part of this release together while I was gone. I am most excited about the new org-indent-mode, with dynamic outline indentation under Emacs 23. Please test it. Here are the

Re: [Orgmode] Org-mode release 6.29

2009-08-04 Thread Keith Lancaster
Hi, This is great! I'm having an issue with the org-indent-mode. I get org-mode: Cannot open load file: org-indent if I enable it for a buffer (same message if I just do M-x org-indent- mode). I'm on 23.1.5 cocoa build for OS X. Keith On Aug 4, 2009, at 4:15 PM, Carsten Dominik

Re: [Orgmode] Org-mode release 6.29

2009-08-04 Thread Sebastian Rose
Keith Lancaster klancaster1...@mac.com writes: Hi, This is great! I'm having an issue with the org-indent-mode. I get org-mode: Cannot open load file: org-indent if I enable it for a buffer (same message if I just do M-x org-indent- mode). Maybe the file is not auto-loaded? Did

[Orgmode] org-id-get-create maybe...

2009-08-04 Thread Sebastian Rose
In my org-setup, I want to have something like this: (defun sr-org-id-insert-maybe () (if (y-or-n-p Create a unique ID for this section?) (org-id-get-create))) (org-insert-heading-hook (quote (sr-org-id-insert-maybe))) But I don't want to enable it globally. Instead, I want

Re: [Orgmode] Org-mode release 6.29 (SOLVED)

2009-08-04 Thread Keith Lancaster
OOOPS! Had edited an older version of the makefile, so make install was not copying over the new files. Sorry about that! Keith On Aug 4, 2009, at 5:59 PM, Sebastian Rose wrote: Keith Lancaster klancaster1...@mac.com writes: Hi, This is great! I'm having an issue with the

Re: [Orgmode] org-id-get-create maybe...

2009-08-04 Thread Carsten Dominik
On Aug 5, 2009, at 1:06 AM, Sebastian Rose wrote: In my org-setup, I want to have something like this: (defun sr-org-id-insert-maybe () (if (y-or-n-p Create a unique ID for this section?) (org-id-get-create))) (org-insert-heading-hook (quote (sr-org-id-insert-maybe))) But I

Re: [Orgmode] Results of the SourceForge Community Award

2009-08-04 Thread srandby
Carsten Dominik wrote: Well, at least it was not a close call :-) http://sourceforge.net/community/cca09/winners/ shows that we came in 9th of the 10 contenders. It looks to me that org-mode received around 873 votes which is pretty good in my book. PortableApps.com, a heavily

Re: [Orgmode] Org-mode release 6.29

2009-08-04 Thread Samuel Wales
Hi Carsten, On 2009-08-04, Carsten Dominik domi...@uva.nl wrote: When archiving a task, the cursor now ends up on the next headline, so the repeated application of the archiving command will archive successive tasks. This is strange. My recollection is that something like this already

[Orgmode] dvipng: -E is not a valid option

2009-08-04 Thread Hsiu-Khuern Tang
Hi all, In org.el, dvipng is called with the -E option, but I can't find out what this option does. If I call dvipng -E ... directly from the Linux shell, I get /usr/bin/dvipng warning: -E is not a valid option [1] -- Best, Hsiu-Khuern. ___

RE: [Orgmode] Feature Request: Keeping me honest

2009-08-04 Thread Jonathan Arkell
This is a great idea! I was thinking about something similar, but my ideal implementation would enforce more granular discipline: If the user is on a TODO item and hits Enter, moves up or down, or sets the TODO state of the todo item (to a not done state), then the enforcer kicks in, and does

Re: [Orgmode] Results of the SourceForge Community Award

2009-08-04 Thread Torsten Wagner
Carsten Dominik wrote: Well, at least it was not a close call :-) http://sourceforge.net/community/cca09/winners/ shows that we came in 9th of the 10 contenders. It looks to me that org-mode received around 873 votes which is pretty good in my book. PortableApps.com, a heavily advertised

[Orgmode] Re: Refile error - Kill is not a (set of) trees

2009-08-04 Thread Chris Mann
Carsten Dominik carsten.domi...@gmail.com writes: could you please do the following: - Run Emacs with a minimal configuration - Make me a test file that will let me reproduce the bug if possible. Hello Carsten, I've also been experiencing this behaviour lately. I have been able to