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.
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
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
"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-*")
"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 '*
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
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:
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)?
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
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
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
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
12 matches
Mail list logo