[O] [PATCH] minor patch to org-babel-load-file

2013-06-18 Thread Levin Du
(cons key (mapconcat 'identity val " ")) params + (when val + (setf params (cons (cons key (mapconcat 'identity val " ")) params) '(results exports tangle noweb padline cache shebang comments)) params)) -- Best Regards, Levin

[O] Bug: :clock-in not working in org-capture-templates [7.9.1 (release_7.9.1-274-g2f4d76)]

2012-09-20 Thread Levin Du
Hi there, I find :clock-in not work in org-capture-templates, with initial empty heading: (setq org-capture-templates '(("j" "Journal" entry (file+datetree "") "* %?\n%U\n%i\n" :clock-in t :clock-resume t))) I proposed the patch: Modified lisp/org-clock.el diff --git a/

[Orgmode] org-olpath-completing-read is not friendly with partial-completion-mode

2009-10-15 Thread Levin Du
ne-path' and `org-completion-use-ido'" (unless org-refile-target-table (error "No refile targets")) (let* ((cbuf (current-buffer)) -(partial-completion-mode nil) (cfn (buffer-file-name (buffer-base-buffer cbuf))) (cfunc (if (and org-refil

[Orgmode] [PATCH]new org-columns-nth-allowed-value function and keys

2008-06-03 Thread Levin Du
ed value. I mock up this by copying org-columns-next-allowed-value and modifying a bit. Hope it is useful. -Levin org-colview-nth-value.diff Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the li

[Orgmode] [patch]org-blog.el: fix broken org-publish-blog-index

2008-05-28 Thread Levin Du
ame-as-directory (plist-get plist :blog-base-url))) (blog-title (plist-get plist :blog-title)) - Levin ___ 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

Re: [Orgmode] Org mode release 6.04

2008-05-27 Thread Levin Du
el +++ b/lisp/org-exp.el @@ -2666,7 +2666,7 @@ lang=\"%s\" xml:lang=\"%s\"> (setq infixed t) (insert "\n")) (insert (org-html-protect (match-string 1 line)) "\n") -(when (and lines +(when

Re: [Orgmode] Org mode release 6.04

2008-05-27 Thread Levin Du
I love the feature of "Editing source code example in the proper mode". It's very handy and powerful. I found a bug with org-mtags.el. The table of content tag in muse is , but in org is . If I write a simple org file with the misspelled tag: 8<8<--- * title1 * title2 8<8<--- the

[Orgmode] Feature Request: Number format on sum of property

2007-10-24 Thread Levin
e magic cookie in COLUMNS format to specify it? Something like "%20balance(Book Balance){+}[%.2f]" ? Thanks. Levin ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://list

Re: [Orgmode] org-toc.el - browsable table of contents for Org

2007-09-24 Thread Levin
t also in the org-toc buffer (of course, only headlines are shown). 3. it's very useful for org-toc to keep its state, so next time it is called, the toc structure is shown and unchanged. (maybe one org-toc per org buffer, and pressing `g' in org-toc to refresh?) -Levin ___

[Orgmode] possible bug of display time-range appt in agenda

2007-09-23 Thread Levin
nil cause this probem. I do not know if this bug has been mentioned or resolved. I'm posting here in case that it is not :) -Levin PS. I did a patch, which solves the problem. Yet it is a bit ugly :) (It is the diff of org-get-time-of-day function. line number may be wrong.) --- a/lisp/org/org

Re: [Orgmode] Re: Thanks

2007-09-18 Thread Levin
> On 2007-09-18 09:15 +0100, Carsten Dominik wrote: > > Thanks! > > > > - Carsten > > And thank you, Carsten, for making org! Yes, org is of great help. Thank you very much, Carsten! - Levin ___ Emacs-orgmode mailing list R

Re: [Orgmode] Release: Org-mode 5.09

2007-09-18 Thread Levin
Another thing, if no todo state speedkey is specified, C-u C-c C-t will not function correctly. Test file: --8<8< #+SEQ_TODO: TODO STARTED WAITING DELEGATED APPT | DONE DEFERRED CANCELLED * task1 * task2 --8<8<-

Re: [Orgmode] Release: Org-mode 5.09

2007-09-18 Thread Levin
There's a small bug with org-fast-todo-selection, pressing " " will trigger an error instead of clearing the todo state. Is this small fix ok? -Levin diff --git a/lisp/org/org.el b/lisp/org/org.el index a5567f5..edb5cb2 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -1

Re: [Orgmode] Release: Org-mode 5.09

2007-09-18 Thread Levin
l->#A, and M-p will cycle from #C->#B->#A->nil->#C. Hope it helps. -Levin ;; This patch is against org 5.09 diff --git a/lisp/org/org.el b/lisp/org/org.el index f4746b4..a5567f5 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el @@ -13462,7 +13462,11 @@ ACTION can be `set',

Re: [Orgmode] [PATCH]add a custom function to get date string in agenda

2007-09-12 Thread Levin
Carsten Dominik wrote: > Hi Levin, > > I always wanted this to be configurable, but used to have a strange > time zone problem with this. Your patch made me look again, and I > think I now understand what the problem was, and it is fixed now. > > So I am implementing a sligh

[Orgmode] [PATCH]add a custom function to get date string in agenda

2007-09-11 Thread Levin
in my org conf file, I add: (defun my-org-agenda-date-string (date) (...)) (setq org-agenda-date-string-function 'my-org-agenda-date-string) Hope it helps. -- Levin diff --git a/lisp/org/org.el b/lisp/org/org.el index 97bde49..3f6c9b5 100644 --- a/lisp/org/org.el +++ b/lisp/org/org.el

[Orgmode] Let tab do org-cycle only at special place.

2007-05-23 Thread Levin Du
(org-at-table-p 'any) (looking-at outline-regexp)) (org-cycle arg) (call-interactively (global-key-binding "\t") (define-key org-mode-map [(tab)] 'org-tab) Hope this is useful for someone else. Levin __

[Orgmode] Let tab do org-cycle only at special place.

2007-05-23 Thread levin
(org-at-table-p 'any) (looking-at outline-regexp)) (org-cycle arg) (call-interactively (global-key-binding "\t") (define-key org-mode-map [(tab)] 'org-tab) Hope this is useful for someone else. Levin __