I'm using 6.05 currently.
I've found a problem with the clocksum function in agenda-view with
log-mode. The following org file has two tasks with clock-time events:
#+COLUMNS: %25ITEM(Task) %CLOCKSUM
* TODO task1
:CLOCK:
CLOCK: [2008-06-21 Sat 15:37]--[2008-06-21 Sat 16:37] => 1:00
CLOCK:
Hi Tian,
yes, this is known and documented in, item 3.
http://orgmode.org/manual/Agenda-column-view.html#Agenda-column-view
In column view, the clocksum of an entry is treated as a single
property that is
displayed by the agenda, without limiting the time shown to the agenda
time range.
On Sun, Jun 22, 2008 at 9:57 AM, Nick Dokos wrote:
[snip]
> I have a minimal setup that works fine for me. Here is the relevant
> section from my org initialization file, which gets loaded from .emacs:
>
> ;;; org-publish
> (setq org-publish-project-alist
> '(("status"
>
Have you tried
(setq org-publish-use-timestamps-flag nil)
? Maybe you have not changed the input files for a while, and Org
thinks they have already been published..
- Carsten
On Jun 22, 2008, at 4:25 PM, Manish wrote:
On Sun, Jun 22, 2008 at 9:57 AM, Nick Dokos wrote:
[snip]
I
Nick>>> I have a minimal setup that works fine for me. Here is the relevant
Nick>>> section from my org initialization file, which gets loaded
from .emacs:
Nick>>>
Nick>>> ;;; org-publish
Nick>>> (setq org-publish-project-alist
Nick>>>'(("status"
Nick>>> :base-directory "~/l
Hi,
I'm interested in using the ical export functionality to get todos and
appointments onto my new mobile phone. Todos are appearing in the
todo list as I've set org-icalendar-include-todo, however I'd like for
the todo's with a deadline associated with them to have the due date
set (eg
On Jun 22, 2008, at 5:27 PM, Manish wrote:
Nick>>> I have a minimal setup that works fine for me. Here is the
relevant
Nick>>> section from my org initialization file, which gets loaded
from .emacs:
Nick>>>
Nick>>> ;;; org-publish
Nick>>> (setq org-publish-project-alist
Nick>>>'(("s
Hi Carsten,
Press `R' in the agenda is even better, thank you. BTW, after I
posted this message,
I tried to use Dynamic blocks and found `yesterday' doesn't work in
#+BEGIN: clocktable :maxlevel 2 :scope file :block yesterday
I had to use `today-1' to get it work.
On Sun, Jun 22, 2008 at 10:08
On Jun 23, 2008, at 3:02 AM, [EMAIL PROTECTED] wrote:
I tried to use Dynamic blocks and found `yesterday' doesn't work in
#+BEGIN: clocktable :maxlevel 2 :scope file :block yesterday
I had to use `today-1' to get it work.
Fixed, thanks.
- Carsten
On Sun, Jun 22, 2008 at 10:08 PM, Carst