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
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
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
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
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-
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\
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-
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
>
> 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
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---
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
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
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
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
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
15 matches
Mail list logo