emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Org-mode release 4.58


From: Carsten Dominik
Subject: Re: [Orgmode] Org-mode release 4.58
Date: Thu, 7 Dec 2006 12:08:10 +0100


On Dec 7, 2006, at 10:46, Bastien wrote:

- Again on .ics: my scheduled headlines often have links, those are
  not well displayed in any iCal i know.  What about striping links
  from their first part (i.e. [[A][B]] -> B)?

Hmmmm, would it not be useful to click on them?  I am not sure what
calendar programs would support that.  Need to make a few test
myself.

AFAIK, SUMMARY is not very suitable for storing URLs. You might add a
URL=http://... element, but you need to strip all emacs-relevant links
(like gnus: bbdb: vm: etc.).

OK, I guess I'll just throw away the link for now.


By the way, if seen the combined ics output insert something like
(category ...) - why not using the CATEGORY: element?

Yes, why not.


- What about C-u C-c C-e to force ignoring timestamps when
(re)publishing a project?

I don't understand this one.

While trying to publish all projects from my ~/org/ directory, I
discovered that org-publish uses timestamps.

`org-publish-use-timestamps-flag' let us turn this off/on, but i'd
like to be able to bypass this flag manually and force re-publishing
of all files when needed (since timestamps might not be accurate).

Have you actually tried that?  I think it might already work.

- Carsten

--- /home/guerry/e/org/org.el 2006-12-07 10:40:08.000000000 +0100
+++ /home/guerry/e/org/org.el.orig      2006-12-07 10:25:40.000000000 +0100
@@ -7525,7 +7525,6 @@
                           ((stringp type) type)
                           ((eq type 'tags) "Tags query")
                           ((eq type 'todo) "TODO keyword")
-                          ((eq type 'tags-todo) "Tags TODO")
                           ((eq type 'tags-tree) "Tags tree")
                           ((eq type 'todo-tree) "TODO kwd tree")
                           ((eq type 'occur-tree) "Occur tree")

Thanks, fixed.

- Carsten






reply via email to

[Prev in Thread] Current Thread [Next in Thread]