[O] [PATCH] Bugfix open 1 link from list; doc more link types

2011-11-26 Thread Michael Brand
Hi all Bugfix open 1 link from list; doc more link types * doc/org.texi (External links): Document the link types file+sys and file+emacs, slightly narrow used page width. * lisp/org.el (org-offer-links-in-entry): Make list when assigning a single link. "M-1 C-c C-o" or (org-open-at-point 1) or

[O] Capture aborts after selecting template

2011-11-26 Thread Felix
I am using GNU Emacs 23.1.1 with org-mode version 7.7. I want to use C-c c t to capture a task and send it to ~/todo.org as defined in the org-capture-template below. On pressing C-c c, the Org Select buffer opens but when I hit t, I get the error message "Capture abort: (void-function nil)" and n

Re: [O] Capture aborts after selecting template

2011-11-26 Thread Bernt Hansen
Felix writes: > I am using GNU Emacs 23.1.1 with org-mode version 7.7. I want to use C-c c t > to > capture a task and send it to ~/todo.org as defined in the > org-capture-template > below. On pressing C-c c, the Org Select buffer opens but when I hit t, I get > the error message "Capture abo

Re: [O] Publish HTML Without Title

2011-11-26 Thread Rasmus Pank Roulund
ips from the sourced code. #+begin_src html [...] TEST [] TEST Home | Emacs | TEST [...] #+end_src Note, I never asked for the second title and this is the one I want to go away, but I don't know how. As I pointed out in the previous case, it seems that it may be hardcoded, but I don't know. I use Emacs-bzr 106282 and Org-git of 2026. –Rasmus -- Sent from my Emacs

Re: [O] Capture aborts after selecting template

2011-11-26 Thread Felix
Thanks, Bernt. The values are as shown below. Please suggest any changes. Sincerely, Felix text-mode-hook's value is (nil text-mode-hook-identify) outline-mode-hook's value is nil org-mode-hook is a variable defined in `org.el'. Its value is (#[nil "\300\301\302\303\304$\207" [org-add-

Re: [O] Capture aborts after selecting template

2011-11-26 Thread Bernt Hansen
Felix writes: > Thanks, Bernt. The values are as shown below. Please suggest any changes. > > Sincerely, > Felix > > text-mode-hook's value is > (nil text-mode-hook-identify) > > outline-mode-hook's value is nil > > org-mode-hook is a variable defined in `org.el'. > Its value is > (#[nil "\300\

Re: [O] M-RET and C-RET

2011-11-26 Thread Tom Prince
On Fri, 25 Nov 2011 17:49:09 +0100, "sindikat" wrote: > Hello everyone, > > M-RET works with both headings and plainlists, it's DWIM. > C-RET works only with headings. I wanted to ask, why C-RET is not DWIM? > Wouldn't users want to add new list item respecting the content? You can use M-RET-

[O] Links with link text like [2011-10-10] fail to export properly

2011-11-26 Thread Tom Prince
With Org-mode version 7.7 (release_7.7.601.g55e4d) and minimal init, the following link [[http://www.google.com][2011-09-16]] gets exported to html as [[http://www.google.com] 2011-09-16] not as a link. Tom

Re: [O] Capture aborts after selecting template

2011-11-26 Thread Felix
> > I think the problem is your 'nil' entries. > > My text-mode-hook looks like this: > > --8<---cut here---start->8--- > text-mode-hook's value is > (text-mode-hook-identify) > --8<---cut here---end--->8--- > > I would re

Re: [O] Capture aborts after selecting template

2011-11-26 Thread Bernt Hansen
Felix writes: >> >> I think the problem is your 'nil' entries. >> >> My text-mode-hook looks like this: >> >> --8<---cut here---start->8--- >> text-mode-hook's value is >> (text-mode-hook-identify) >> --8<---cut here---end---

[O] M-RET and C-RET

2011-11-26 Thread sindikat
You can use M-RET-may-split-line, to make it respect content in lists, more or less. I would guess the reason that they are different is to be able to always easily start a new heading. This is very helpful, thank you. But how to make it so M-RET will: 1. not split line; 2. add new list item

Re: [O] Publish HTML Without Title

2011-11-26 Thread Nick Dokos
Rasmus wrote: > Hi, > > I publish my website with Org. have defined my title in > org-publish-project-alist under the :html-preamble. > > However, it seems that recent Orgs have become 'smart' and now I don't > know how to disable the publishing of title and I have the title printed > twice. A

Re: [O] Bug: Cloning tasks deletes clock time in the original [7.7 (release_7.7-571-gf558105)]

2011-11-26 Thread Bernt Hansen
David Maus writes: > At Sat, 19 Nov 2011 21:37:08 -0500, > Bernt Hansen wrote: >> >> I have the entries I want but my original clock lines have been deleted. >> I would expect this behaviour for the newly created clones only - not >> the original entry. > > Pushed a fix for this problem. Could yo

[O] Some commands are not exported to LaTeX

2011-11-26 Thread Rafael
With Emacs 23.3.1 in Ubuntu 11.10, and recent org (Org-mode version 7.7 (release_7.7.601.g55e4d), loaded after emacs -Q), consider the following file. When exporting to LaTeX, the rows starting with #+attr_html, #attr_latex, #+caption, do not appear. Both html and odt export are fine. #+TITLE: He

[O] [PATCH] Add tikzDevice support to ob-R

2011-11-26 Thread Thomas S. Dye
Aloha all, The attached patch adds tikzDevice support to ob-R. It requires that the tikzDevice package be available to R, so it must be installed and loaded. Something like the following code in .Rprofile will load the package by default: old <- getOption("defaultPackages") options(defaultPacka