(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
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/
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
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
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
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
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
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
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
___
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
> 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
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<-
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
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',
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
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
(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
__
(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
__
18 matches
Mail list logo