[Orgmode] updating org-mode on Windows

2008-08-05 Thread chick knick
Hello, I'm running Emacs 22.2.1 on WinXP. I've downloaded and unzipped the latest Org files (6.06b), and have modified the load-path line in my .emacs file as follows - (add-to-list 'load-path "c:/path/to/org-6.06b/lisp/") This is at the top of my .emacs file so it should read this line first.

[Orgmode] "Autoloading failed to define function org-agenda" after an update

2008-08-05 Thread Michaƫl Parienti
Hi, After upgrading to orgmode version 6.05 (with an aptitude dist-upgrade under a debian sid system), and changing my configuration file to resolve the problem described here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg07167.html, I still have a problem when I type C-ca. I get the foll

[Orgmode] Sorting by todo-keyword

2008-08-05 Thread Jan Seeger
I want to sort my todo agenda view by todo keyword. Is that currently possible? It seems from the org-agenda-sorting-strategy keyword, that this is not the case. Regards, Jan Seeger ___ Emacs-orgmode mailing list Remember: use `Reply All' to send repli

[Orgmode] Re: How to convert org file to such a plain text

2008-08-05 Thread anhnmncb
"Hugo Schmitt" <[EMAIL PROTECTED]> writes: > anhnmncb, this helps you? > > (defun org-to-anhnmncb () > (interactive) > (goto-char (point-min)) > (let ((curlevel 0)) > (while (< (point) (point-max)) > (goto-char (point-at-bol)) > (cond >((looking-at "\\(\\*+\\)\\s-*")

[Orgmode] Re: How to convert org file to such a plain text

2008-08-05 Thread anhnmncb
"Eddward DeVilla" <[EMAIL PROTECTED]> writes: > I don't know if you use perl at all. My first guess is: > > perl -pe's/^(\*+)(\s+.*)$/("\t"x length$1).$2/e' < TODO.org > TODO.txt > > Having tried it on a live file, I don't think the results are very > pleasing Replacing a single character '*

[Orgmode] Re: another way of inserting effort estimates

2008-08-05 Thread Seweryn Kokot
Bernt Hansen norang.ca> writes: > > on my keyboard and now it is not easily available. > > As another alternative - in column mode: > > When editing the effort column from a preset list of choices the number > keys 1-9 and 0 insert the value at that index in the list of choices > (where 0 insert

[Orgmode] Re: another way of inserting effort estimates

2008-08-05 Thread Bernt Hansen
Seweryn kokot <[EMAIL PROTECTED]> writes: > When I want to insert effort estimates, I type for example 0:20 or 1:40 or > cycle > the allowed values of Effort properties. Would it be possible to have > something > similar to the date/time prompts, and instead of typing in the Effort property > 0:

[Orgmode] another way of inserting effort estimates

2008-08-05 Thread Seweryn kokot
Hello, When I want to insert effort estimates, I type for example 0:20 or 1:40 or cycle the allowed values of Effort properties. Would it be possible to have something similar to the date/time prompts, and instead of typing in the Effort property 0:20 or 1:40, just to type 20m or 1h40m or (1h40)?

Re: [Orgmode] Problems publishing css files

2008-08-05 Thread Richard G Riley
Dan Davison <[EMAIL PROTECTED]> writes: > Hi Richard, > > I couldn't see anything wrong with your alist, and I tried it out on > my system (with altered, local, directory names) and org-publish > web-css copied a css file to the publishing directory with no > problems. I haven't had any problems w

Re: [Orgmode] Re: How to convert org file to such a plain text

2008-08-05 Thread Hugo Schmitt
anhnmncb, this helps you? (defun org-to-anhnmncb () (interactive) (goto-char (point-min)) (let ((curlevel 0)) (while (< (point) (point-max)) (goto-char (point-at-bol)) (cond ((looking-at "\\(\\*+\\)\\s-*") (setq curlevel (1- (length (match-string 1

Re: [Orgmode] Problems publishing css files

2008-08-05 Thread Dan Davison
Hi Richard, I couldn't see anything wrong with your alist, and I tried it out on my system (with altered, local, directory names) and org-publish web-css copied a css file to the publishing directory with no problems. I haven't had any problems with org-publish-attachment on any type of file. Is

Re: [Orgmode] Re: how to remove "..." from the end of a heading

2008-08-05 Thread Peter Frings
On 27 Jul 2008, at 05:54, Cezar Halmagean wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Cezar are you sure you want to get rid of this indication that a potentially large amount of text is hidden below this line and will be killed silently when you press `C-k'? (setq org-ellipsis