[Orgmode] Re: How to remove a item set by diary-cyclic for once?

2009-05-01 Thread Bernt Hansen
Wei-Wei Guo  writes:

> I scheduled a weekly item by
>
>%%(diary-cyclic 7 05 01 2009) Group meeting.
>
> The meeting in next week is canceled. Can I cancel the item only in next week?
> I also tried to mark CANCELED before it, but the marker is added on the parent
> item.

Why not use a repeating task?

* TODO Your Meeting
  SCHEDULED: <2009-05-01 Fri +1w>

Then you can mark it DONE or CANCELLED in appropriate weeks and it will
reschedule to the following Friday.  The log that records the cancel
would go in your :LOGBOOK: drawer normally.

-Bernt


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How does one get word-wrap to work consistently across platforms?

2009-05-01 Thread Bill Raynor
I have an on-going problem with getting soft-word wrap to work within
org-mode. I am using both Aquamacs (org v6.24a) on a macbook and GNU Emacs
23.0.60.1 (org 6.21b) on an XP book (work). In Aquamacs, I have soft-word
wrap set to on in options and (setq org-startup-truncated nil) in my
configuration file.

The soft fill works inconsistently, and org does not obey the option-q
command which is bound to fill-paragraph-or-region. When I use that key
combo in GNU Emacs, it does a nice file. In Aquamacs it (usually) replies
'fill-prefix cancelled'. When I run the M-x fill-paragraph it does the
wrapping with no indenting.

What am I doing incorrectly in the Aquamacs setup? I would like the system
to automatically set the fill-column to, say, 80, and to do soft wraps.

Thanks.
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] How to disconnect "remember" with "org-remember"?

2009-05-01 Thread Wei-Wei Guo

Dear all,

I set two different usages for remember, one is the plain remember, the other
is the org-remember.

(defun ww/plain ()
  "Writing diary or notes."
  (interactive)
  (setq remember-handler-functions 'nil)
  (remember))

(defun ww/schedule ()
  "Recoding tasks or appointments."
  (interactive)
  (setq org-remember-store-without-prompt t)
  (org-remember-insinuate)
  (org-remember))

After I run ww/schedule, the (remember) and ww/plain become a call of 
org-remember.
It seems (org-remember) will take over (remember). Can I change the behavior?


Best wishes,
Wei-Wei


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: How to remove a item set by diary-cyclic for once?

2009-05-01 Thread Bernt Hansen
cc-ing org-mode since this conversation went off-list and may be useful to
more people.

Wei-Wei Guo  writes:

> Bernt Hansen 写道:
>
>> I have
>>
>> (setq org-use-fast-todo-selection t)
>>
>> so C-c C-t and t in the agenda displays the menu of todo keywords to
>> select and I can jump directly to any keyword.
>
> Thanks a lot!
>
> Only for your information. I find org-use-fast-todo-selection has no
> effect. C-c C-t works without it. Actually I don't find the variable
> in org mode manual.

In an org-mode file C-u C-c C-t and C-c C-t are switched by
org-fast-todo-selection IIRC.


>
> BTW, I set
>
> (setq org-agenda-custom-commands
>   '(("t" "Change item TODO sequnce."
>  ((org-todo)))
> ))
>
> Then I can use the single key 't' instead of C-c C-t in the agenda view.
>

't' works for me in the agenda out of the box with no special
configuration.

-Bernt


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: How to remove a item set by diary-cyclic for once?

2009-05-01 Thread Wei-Wei Guo

Bernt Hansen 写道:

Hi,


cc-ing org-mode since this conversation went off-list and may be useful to
more people.



Sorry, I didn't notice I only send mail to you. I made the mistake many times.
I should be more careful ...

Thanks for your help!

Best wishes,
Wei-Wei


___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode