Marcelo de Moraes Serpa writes:
> Hi Tom,
>
> I'm very interested in the "vi emulation in emacs" subject. I've tried
> viper-mode but it's quite slow with org, so I gave up on it. What's evil
> and how's the vi emulation it provides? Could you elaborate on it? I'd
> appreciate it, a lot.
>
> Than
Hi,
as in the last paragraph of the Org v7.7 manual section 4.3 about
external links, "Org also finds external links in the normal text
and activates them as links." While editing, this completely
works as expected.
But when it comes to exporting, Org will *not* recognize the
second, third, etc.
Please keep in mind that C-ret is not an ascii or 8-bit character (or
even a character, really), so people using emacs in an xterm (rather
than via X) do not have C-ret available. In general I find that org
mode becomes a little awkward in a terminal due to usage of
ungeneratable characters.
p
Here's a new version:
(defun find-wiki-by-tags (tags)
(interactive "sEnter tags: ")
(shell-command (format "cd ~/org; ack \"\\* tags.*(%s).*\" --all" tags)
"mybuf")
(set-buffer "mybuf")
(beginning-of-buffer)
(ignore-errors
(while (search-forward-regexp "\\(.*?\\):")
(replace-match "[[~/or
At Mon, 5 Dec 2011 17:19:29 +0100,
M. Bauer wrote:
>
> Hi,
>
> as in the last paragraph of the Org v7.7 manual section 4.3 about
> external links, "Org also finds external links in the normal text
> and activates them as links." While editing, this completely
> works as expected.
>
> But when it c
I had a look at the org-mode sources and found that this was quite trivial
to implement on the source level. E.g. the following patch embeds the
output of an org formula in ~~ to make it org-verbatim. This is easily
changed to another couple of characters that may then be set in
org-emphasis-alist
Hi,
as in the last paragraph of the Org v7.7 manual's section 4.3
about external links, "Org also finds external links in the
normal text and activates them as links." While editing, this
completely works as described.
But when it comes to exporting, Org will *not* recognize the
second, third, e
Hi,
when i export something with orgmode everything is find now with
latex. I don't have accent problem thanks...
I have an other problem. How can I change Table of content to Table
des matières in french. Author for Auteur, etc.
Can i change the output langage in orgmode.
Thanks
--
Posté par Ste
Hi all,
I would like to use a capture template to capture calendar entries &
file them to a date tree organized calendar.org file.
Specifically, what I want to happen is this: the template prompts me
for a date, then prompts me for headline. The date should be used for
the datetree & used as a da
At Mon, 05 Dec 2011 22:04:33 -0800,
Erik Hetzner wrote:
>
> Hi all,
>
> I would like to use a capture template to capture calendar entries &
> file them to a date tree organized calendar.org file.
Sorry, this is with org-mode 7.7, emacs 23.2.1, Ubuntu 11.04.
best, Erik
Sent from my free softwar
On 6.12.2011, at 07:04, Erik Hetzner wrote:
> Hi all,
>
> I would like to use a capture template to capture calendar entries &
> file them to a date tree organized calendar.org file.
>
> Specifically, what I want to happen is this: the template prompts me
> for a date, then prompts me for headl
11 matches
Mail list logo