[Orgmode] CLOSED time stamp patch proposal.
$ diff -u ../org-4.52/org.el org.el --- ../org-4.52/org.el 2006-10-04 02:14:17.0 -0700 +++ org.el 2006-10-19 10:37:40.795483500 -0700 @@ -5422,7 +5422,7 @@ (not (equal state org-done-string))) (when org-log-done (if (equal state org-done-string) - (org-add-planning-info 'closed (current-time) 'scheduled) + (org-add-planning-info 'closed (org-current-time) 'scheduled) (if (not this) (org-add-planning-info nil nil 'closed ;; Fixup tag positioning Alex. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
[Orgmode] Text Formatting?
Hi, how do you usually format the text body? I found it frustrating if I just want to paste something from somewhere else. For text like * Title body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body body M-q can do the job very well. But for a list * List 1. list 2. list 3. list indent-region doesn't seem to work very well except the list was format as the way that there's no space before the bullet * List 1. list 2. list 3. list Otherwise it just screws everything up, if you do indent-region on * List 1. list 2. list 3. list Another issue is with `QUOTE' or `:'. Can I easily indent them to align with the title as * QUOTE a message from emacs-orgmode message body... message body... message body... or * QUOTE Carsten said : blah blah blah... : and blah blah blah... Thank you. I don't have time to play with the elisp code. But I really appreciate it if you can fix the behaviour or give me a piece of advice. Xiao-Yong -- ,,, (o o) ---ooO-(_)-Ooo--- ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode
Re: [Orgmode] Text Formatting?
On 10/19/06, Xiao-Yong Jin <[EMAIL PROTECTED]> wrote: Hi, how do you usually format the text body? I found it frustratingif I just want to paste something from somewhere else.* List 1. list 2. list 3. listindent-region doesn't seem to work very well except the list was format as the way that there's no space before the bulletYou probably want to look at filladapt. This provides ways to fill lists of various types. * QUOTE Carsten said : blah blah blah... : and blah blah blah...Something like this you can also handle by setting the prefix string (^X . is bound to set-fill-prefix)C-x . runs `set-fill-prefix' `set-fill-prefix' is an interactive compiled Lisp function -- loaded from "/usr/src/xemacs-21.4.19/.build/lisp/fill.elc"(set-fill-prefix)Documentation:Set the fill prefix to the current line up to point. Filling expects lines to start with the fill prefix andreinserts the fill prefix in each resulting line.-- Ed Hirgelt Discovery consists of seeing what everybody has seenand thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode