Re: [Orgmode] Spreedsheet and row formulas

2007-05-08 Thread Carsten Dominik
This is a useful idea, but has not (yet?) been implemented. One reason why row formulas have not been implemented is that it is not straight forward to exclude columns from applying the row formula. For column formulas, it is natural to exclude the table header. For now, just insert the formula

Re: [Orgmode] syntax highlighting of tag string `info'

2007-05-08 Thread Carsten Dominik
Fixed, thanks. - Carsten On May 7, 2007, at 5:03, Patrick Drechsler wrote: Hi, just a small bug in syntax highlighting the string `info' in tags. It gives incorrect syntax highlighting in lines 2 and 4 in this minimal example: --8<---cut here---start->8--

Re: [Orgmode] Installation for novice

2007-05-08 Thread Carsten Dominik
Is there really no-one besides me who can answer this question? - Carsten On Apr 28, 2007, at 12:02, Jon Craft wrote: Hi, I'm attempting to install, following the instructions. I have Xemacs and am on a Windows XP computer. I am not sure what directories to put in the makefile, since I don't

Re: [Orgmode] Timestamp increment inside tables

2007-05-08 Thread Carsten Dominik
Hi Niels, nice idea, I am taking the patch. There *could* be a problem if you start this command in a table that is not correctly aligned, but I don't think it is worth catering for this special case. Thanks. - Carsten On May 3, 2007, at 19:33, Niels Giesen wrote: Hi Carsten, Please con

Re: [Orgmode] [PATCH] Doc fix: use among for > 2 entities

2007-05-08 Thread Carsten Dominik
Thanks! (I learned something today) - Carsten On May 3, 2007, at 18:04, Bake Timmons wrote: diff -ru man/org.texi /tmp/new-man/org.texi --- man/org.texi2007-04-19 12:42:53.0 -0400 +++ /tmp/new-man/org.texi 2007-05-03 11:55:48.0 -0400 @@ -615,7 +615,7 @@ @tab

Re: [Orgmode] Re: A few problems

2007-05-08 Thread Carsten Dominik
Hi Leo, I believe I have fixed this now - please double-check after the release. - Carsten On May 6, 2007, at 19:44, Leo wrote: , | * A | * B ` and with setting: , | (setq org-remember-templates | '((?a "* %?\n %i\n %a" nil "A") | (?b "* %?\n %i\n %a" nil "B"))

Re: [Orgmode] Problem exporting visible with ARCHIVE tag

2007-05-08 Thread Carsten Dominik
Fixed, thanks for the clear description and example of this bug. - Carsten On May 3, 2007, at 16:49, Bernt Hansen wrote: Hi Carsten, I just today started using the export to HTML feature of org mode (nice!). I think I found a bug with the export code when exporting folded visible regions

[Orgmode] Re: org-mode html export bug with H:4 toc:2

2007-05-08 Thread Carsten Dominik
Fixed, thanks. - Carsten On May 2, 2007, at 13:21, Kevin Brubeck Unhammer wrote: Hi, I use org-mode (v 4.73) for taking notes, and am loving it so far, but I noticed that when I set H:4 and toc:2 in #+OPTIONS, the links from the table of contents are all wrong; thought you might want to know

[Orgmode] Re: Installation for novice

2007-05-08 Thread Leo
- Carsten Dominik (2007-05-08) wrote:- > Is there really no-one besides me who can answer this question? > > - Carsten Maybe because none of the users use XP. > > On Apr 28, 2007, at 12:02, Jon Craft wrote: > >> Hi, >> >> I'm attempting to install, following the instructions. >> I have X

[Orgmode] Re: Installation for novice

2007-05-08 Thread Leo
- Jon Craft (2007-04-28) wrote:- > Second, I have no idea what to do with the instructions to 'make' a > file. I know I can't do this at a dos prompt. So, how do I install on > Windows with Xemacs? It requires GNU 'make'¹. However you can still compile .el by using `M-x byte-compile-file

Re: [Orgmode] Spreedsheet and row formulas

2007-05-08 Thread Daniel Dehennin
Le 4997 Septembre 1993, Carsten Dominik a tapoté: > One reason why row formulas have not been implemented is that > it is not straight forward to exclude columns from applying the > row formula. > > For column formulas, it is natural to exclude the table header. Maybe defining a format for the tab

Re: [Orgmode] org-mode as software for Team/Project Management: severalissues

2007-05-08 Thread Ruslan Kosolapov
>> I need to plan my team work. I have tried a lot of software, and >> the best way I found is wiki using. >> org-mode is pretty good for me, but there are several issues which >> blocks my attemts to migrate to org-mode. EC> Your list of requirements is quite impressive. I don't know how E

[Orgmode] S-up not raising priority

2007-05-08 Thread Scott Jaderholm
I think this is a bug. S-up in M-x org-todo-list selects a region for me instead of raising priority. S-down does decrease priority however. Thanks, Scott ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-

Re: [Orgmode] S-up not raising priority

2007-05-08 Thread Carsten Dominik
Sounds like a problem with CUA-mode. Are you using that? - Carsten On May 8, 2007, at 18:59, Scott Jaderholm wrote: I think this is a bug. S-up in M-x org-todo-list selects a region for me instead of raising priority. S-down does decrease priority however. Thanks, Scott __

[Orgmode] shift + tab in a terminal

2007-05-08 Thread Leo
Dear Carsten, I wonder would it make sense to add the following key binding to org.el: (define-key org-mode-map (kbd "") 'org-shifttab) It enables user to use "shift+tab" in terminals such as rxvt or xterm. -- Leo (GPG Key: 9283AA3F) _

Re: [Orgmode] S-up not raising priority

2007-05-08 Thread Eddward DeVilla
On a related note, should C-a, C-e M-left move the cursor around in agenda buffers? Edd On 5/8/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: Sounds like a problem with CUA-mode. Are you using that? - Carsten On May 8, 2007, at 18:59, Scott Jaderholm wrote: > I think this is a bug. > > S-up

Re: [Orgmode] S-up not raising priority

2007-05-08 Thread Scott Jaderholm
Thanks Carsten, I had pc-selection-mode enabled. I disabled it and S-up still doesn't raise priority. From looking at the code it looks like S-right is set to do that. (org-defkey org-agenda-mode-map [(shift right)] 'org-agenda-priority-up) Perhaps that's a typo or the manual is outdated. Tha