[Orgmode] Re: Nice links bookmarks

2010-07-27 Thread Matt Lundin
Hi Andrea,

Andrea Crotti andrea.crott...@gmail.com writes:

 I was wondering how many people add nice links in the footnotes like [1]

 I use turn-on-orgstruct and turn-on-orgtbl when I write messages and
 I suspect that it could be an orgmode feature, but I could not find it.

 If I add a footnote I get a similar result but not exactly the same...
 Thansk a lot

 [1] www.fakelink.com


Could you please clarify your question? I'm not quite sure what you are
trying to accomplish.

Are you perhaps inquiring how to use org-footnote in message-mode? You
can do so with M-x org-footnote-action.

But that may not be what you are looking for

Best,
Matt

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Re: Nice links bookmarks

2010-07-27 Thread Andrea Crotti
I meant exactly what Eric said, footnote.el is quite cool in fact.
But we can achieve the same result with org-mode (even in his minor-mode
version), so why don't use it?

With this variable moreover we get the same style:
(setq org-footnote-auto-label 'plain)

The only thing that puzzles me is the fact that with C-c I should go
back in the text while in message-mode it will try to send it, BUT
looking at what the command does we get:

--8---cut here---start-8---
C-c C-c runs the command orgtbl-ctrl-c-ctrl-c
--8---cut here---end---8---

Does that mean that in the minor mode it passes the control on the major
mode for keys?

Could it not be possible to execute the footnote command with C-c if
we're on a footnote and message-mode command otherwise?
Thanks


___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode