Re: [O] Emacs Prelude

2011-12-05 Thread Eric S Fraga
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

[O] Bug: 2nd, 3rd,... ext link in normal text NOT exported [7.7]

2011-12-05 Thread M. Bauer
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.

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

2011-12-05 Thread Greg Troxel
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

Re: [O] [OT] The joy of elisp

2011-12-05 Thread Marcelo de Moraes Serpa
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

Re: [O] Bug: 2nd, 3rd, ... ext link in normal text NOT exported [7.7]

2011-12-05 Thread David Maus
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

Re: [O] Different face for org-table fields with formulas

2011-12-05 Thread Dov Grobgeld
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

[O] Bug: Multiple external links in normal text NOT exported [7.7]

2011-12-05 Thread M. Bauer
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

[O] Exportation langage

2011-12-05 Thread Steve Prud'Homme
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

[O] org-capture-templates file+datetree+prompt question

2011-12-05 Thread Erik Hetzner
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

Re: [O] org-capture-templates file+datetree+prompt question

2011-12-05 Thread Erik Hetzner
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

Re: [O] org-capture-templates file+datetree+prompt question

2011-12-05 Thread Carsten Dominik
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