Re: [O] how to insert a source template

2011-04-12 Thread Jambunathan K
Piter_ x.pi...@gmail.com writes: Hi all. I have no big knowlege of elisp. But I hope some one already done this. I want to make a key binding which would insert a source code template like this (I've got tired to type it every time): #+source: #+begin_src #+end_src

Re: [O] how to insert a source template

2011-04-12 Thread Eric Schulte
Hi Petro, You can use yasnippet to expand keywords into templates (like code blocks) with TAB, see the following for instructions on using yasnippet with Org-mode [1]. Alternately you could add the following elisp code to your config, and bind the `org-insert-block' function to a comfortable key

Re: [O] org-gnus-follow-link and nnimap-request-scan

2011-04-12 Thread Tassilo Horn
Eden Cardim edencar...@gmail.com writes: Hi Eden, After switching to using gnus mail splitting, following links to nnimap messages has become very slow. I'm fairly familiar with the gnus source, but not org-mode's as much, after wading a bit in the source I landed on [...] ,[

Re: [O] org-gnus-follow-link and nnimap-request-scan

2011-04-12 Thread Eden Cardim
Tassilo == Tassilo Horn tass...@member.fsf.org writes: Tassilo No, I just wasn't really sure what that SCAN argument Tassilo means, so I tried to be as safe as possible. If it's Tassilo always safe to provide nil, let's change that. Well, right now all it does is to check split

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-12 Thread Jambunathan K
Christian I have fixed most of the issues that you had reported earlier. I have added two new features: 1. Attaching Custom Styles to the document - See http://permalink.gmane.org/gmane.emacs.orgmode/40026 2. TOC and Outline numbering are done natively. i.e., Tools-Update-Update All

[O] Gnu ML archive logs missing

2011-04-12 Thread Jambunathan K
Mails between Jan 20 to March 31 are missing. There are no links for 2011-02 and 2011-03 at http://lists.gnu.org/archive/html/emacs-orgmode/. A closer look at Jan 2011 suggests mails after Jan 20 aren't logged. http://lists.gnu.org/archive/html/emacs-orgmode/2011-01/index.html Jambunathan K.

Re: [O] Hide / expand tags

2011-04-12 Thread Michael Brand
On Mon, Apr 11, 2011 at 20:57, Marcelo de Moraes Serpa celose...@gmail.com wrote: Is it possible to hide tags? No. Rationale: Sometimes an item has so many tags, that it becomes kind of annoying visually. It'd be nice to have a command to hide/expand tags.  What do you think? I think it'd

Re: [O] how to insert a source template

2011-04-12 Thread Piter_
Thanks guys. Exactly what I wanted. The word template had not came into my mind, thats why my googling was not sucesseful :( On Tue, Apr 12, 2011 at 9:04 AM, Eric Schulte schulte.e...@gmail.com wrote: Hi Petro, You can use yasnippet to expand keywords into templates (like code blocks) with

Re: [O] Completing with anything

2011-04-12 Thread Julien Danjou
On Tue, Apr 12 2011, Stefan Monnier wrote: Hmm... good point, doing it in completion-choices is not reliable, tho using as completion table something like: (lambda (string pred action) (let ((res (complete-with-action action completion-choices string pred))) (if (and (eq action nil)

[O] Clock-in task when emacs starts

2011-04-12 Thread Radosław Grzanka
Hello, is it possible to select and clock-in default task when emacs starts? I'm trying to implement GTD setup as described here http://doc.norang.ca/org-mode.html and I like concept of punching-in. However, I found out it is not necessary for me to select default task each time I punch in

Re: [O] Hide / expand tags

2011-04-12 Thread Richard Riley
Michael Brand michael.ch.br...@gmail.com writes: On Mon, Apr 11, 2011 at 20:57, Marcelo de Moraes Serpa celose...@gmail.com wrote: Is it possible to hide tags? No. Rationale: Sometimes an item has so many tags, that it becomes kind of annoying visually. It'd be nice to have a command to

[O] [BUG] HTML Export/Broken coderef links?

2011-04-12 Thread Jambunathan K
On HTML export, I am unable to follow references to lines within the code examples. Firefox complains with the following message: Firefox doesn't know how to open this address; because the protocol(coderef) isn't associated with any program. --8---cut

[O] [PATCH] * org-html.el (org-html-make-link): correct a bug in coderef link.

2011-04-12 Thread Manuel Giraud
--- lisp/org-html.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lisp/org-html.el b/lisp/org-html.el index 58fbc05..5d53478 100644 --- a/lisp/org-html.el +++ b/lisp/org-html.el @@ -826,7 +826,8 @@ MAY-INLINE-P allows inlining it as an image. (not

Re: [O] Clock-in task when emacs starts

2011-04-12 Thread Bernt Hansen
Radosław Grzanka radosl...@gmail.com writes: Hello, is it possible to select and clock-in default task when emacs starts? I'm trying to implement GTD setup as described here http://doc.norang.ca/org-mode.html and I like concept of punching-in. However, I found out it is not necessary for

Re: [O] Release 7.5

2011-04-12 Thread Łukasz Stelmach
Bastien b...@altern.org writes: Dear all, here it is, release 7.5, my first release as Org's new maintainer. [...] Version 7.5 Incompatible changes = `org-bbdb-anniversary-format-alist' has changed

[O] make doc, UTILITIES folder not included in releases

2011-04-12 Thread Florian Friesdorf
For 7.4 and 7.5 (at least), the folder UTILITIES is not included in the release tarball. It is therefore not possible to run 'make doc' and doc/ is missing org.html and orgcard.txt. Is this intentionally? If yes, what are the reasons not to ship UTILITIES, org.html and orgcard.txt? -- Florian

Re: [O] outline numbering (similar to Orgmode manual)

2011-04-12 Thread Matt Lundin
Erwin Panen erwinpa...@fastmail.fm writes: Is there any (easy) way to convert headlines to numbering? What I'm thinking of is similar to the Orgmode manual, where you have the numbered structure representing sections/paragraphs etc. Reasoning behind this: - easily export pdf or printed

Re: [O] Occurance property, or some similar name?

2011-04-12 Thread Christopher Allan Webber
theo theocr...@theocrite.org writes: Hello, On 12/04/2011 00:42, Christopher Allan Webber wrote: I was once one of the many people who apparently originally misunderstood what SCHEDULED meant, and used to set it to like, an appointment time. That's what I do. Maybe I lack background,

Re: [O] [PATCH][ANN] org-html/org-odt

2011-04-12 Thread Christian Moe
Hi, Great! I'll test again, but I need to come up for air from other work first, so it will take a few days before you hear anything. As you saw, most of my earlier concerns about captions/cross-references went away when I realized updating fields solved them. Thanks for the additional

Re: [O] Hide / expand tags

2011-04-12 Thread Richard Riley
Matt Lundin m...@imapmail.org writes: Marcelo de Moraes Serpa celose...@gmail.com writes: Is it possible to hide tags? Rationale: Sometimes an item has so many tags, that it becomes kind of annoying visually. It'd be nice to have a command to hide/expand tags. What do you think? Could

Re: [O] Using orgmode to take inline notes for research

2011-04-12 Thread John Hendy
Yes, you're right. You need the todonotes package. This is standard in my private class, reason why I forgot about this link. Go and add it, you'll love it! Holy cow. I kind of ignored this as I didn't know what it did, then checked out todonotes and was blown away. This is amazing. ,--- |

Re: [O] Using orgmode to take inline notes for research

2011-04-12 Thread John Hendy
2011/4/12 John Hendy jw.he...@gmail.com: Yes, you're right. You need the todonotes package. This is standard in my private class, reason why I forgot about this link. Go and add it, you'll love it! Holy cow. I kind of ignored this as I didn't know what it did, then checked out todonotes

Re: [O] Hide / expand tags

2011-04-12 Thread Matt Lundin
Richard Riley rile...@googlemail.com writes: Matt Lundin m...@imapmail.org writes: Marcelo de Moraes Serpa celose...@gmail.com writes: Is it possible to hide tags? Rationale: Sometimes an item has so many tags, that it becomes kind of annoying visually. It'd be nice to have a command to

Re: [O] Using orgmode to take inline notes for research

2011-04-12 Thread John Hendy
2011/4/12 John Hendy jw.he...@gmail.com: 2011/4/12 John Hendy jw.he...@gmail.com: Yes, you're right. You need the todonotes package. This is standard in my private class, reason why I forgot about this link. Go and add it, you'll love it! Holy cow. I kind of ignored this as I didn't know

Re: [O] Using orgmode to take inline notes for research

2011-04-12 Thread Eric S Fraga
John Hendy jw.he...@gmail.com writes: [...] - I looked at the package and example and rather liked the side-page type for small little notes. So cool. But, alas, removing the '[inline]' gave me undefined control sequence errors. When I ran it from the .tex file directly, it kind of

Re: [O] org-gnus-follow-link and nnimap-request-scan

2011-04-12 Thread Tassilo Horn
Eden Cardim edencar...@gmail.com writes: Tassilo No, I just wasn't really sure what that SCAN argument Tassilo means, so I tried to be as safe as possible. If it's Tassilo always safe to provide nil, let's change that. Well, right now all it does is to check split rules against

Re: [O] Using orgmode to take inline notes for research

2011-04-12 Thread John Hendy
On Tue, Apr 12, 2011 at 1:20 PM, Eric S Fraga e.fr...@ucl.ac.uk wrote: John Hendy jw.he...@gmail.com writes: [...] - I looked at the package and example and rather liked the side-page type for small little notes. So cool. But, alas, removing the '[inline]' gave me undefined control

Re: [O] [PATCH] * org-html.el (org-html-make-link): correct a bug in coderef link.

2011-04-12 Thread Jambunathan K
Quick feedback. Applied the patch to my workarea. My example (which was stolen from Orgmode manual) gets exported just fine. Jambunathan K. Manuel Giraud manuel.gir...@univ-nantes.fr writes: --- lisp/org-html.el |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git

Re: [O] Occurance property, or some similar name?

2011-04-12 Thread Matt Lundin
Christopher Allan Webber cweb...@dustycloud.org writes: theo theocr...@theocrite.org writes: Hello, On 12/04/2011 00:42, Christopher Allan Webber wrote: I was once one of the many people who apparently originally misunderstood what SCHEDULED meant, and used to set it to like, an

Re: [O] how to insert a source template

2011-04-12 Thread Matt Lundin
Eric Schulte schulte.e...@gmail.com writes: Hi Petro, You can use yasnippet to expand keywords into templates (like code blocks) with TAB, see the following for instructions on using yasnippet with Org-mode [1]. Alternately you could add the following elisp code to your config, and bind

Re: [O] Occurance property, or some similar name?

2011-04-12 Thread Matt Lundin
Christopher Allan Webber cweb...@dustycloud.org writes: Matt Lundin m...@imapmail.org writes: There is a special property name for active timestamps: TIMESTAMP. You can access the first active timestamp in an entry (either with column view or org-entry-get) via the special property

[O] Org-drill updated, now at v2.1

2011-04-12 Thread Paul Sexton
I Just thought I would let people know I have made extensive updates to org-drill recently. Org-drill uses orgmode topics as flashcards for self-testing, using spaced repetition algorithms like those used in programs such as SuperMemo, Anki and Mnemosyne. It resides in the contrib directory but

Re: [O] `session-jump-to-last-change' and org-mode

2011-04-12 Thread Le Wang
On Fri, Mar 18, 2011 at 4:13 AM, Carsten Dominik carsten.domi...@gmail.com wrote: A good solution would be for session to provide a hook that we can use. Christoph has submitted version 2.3a of session http://sourceforge.net/projects/emacs-session/files/session/ The required hook has been

Re: [O] Occurance property, or some similar name?

2011-04-12 Thread Richard Riley
Memnon Anon gegendosenflei...@googlemail.com writes: Hi, Christopher Allan Webber cweb...@dustycloud.org writes: I was once one of the many people who apparently originally misunderstood what SCHEDULED meant, and used to set it to like, an appointment time. Well, you can use it that way.

[O] html export question

2011-04-12 Thread Rustom Mody
If the $+EMAIL: r...@somewhere.com option is set it used to appear at the bottom of the html-export. Does not seem to appear now. Is this a regression or am I missing some option? IOW with #+AUTHOR: Rusi #+EMAIL: myn...@somewhere.com Rusi appears in the html output but not

Re: [O] html export question

2011-04-12 Thread Bernt Hansen
Rustom Mody rustompm...@gmail.com writes: If the $+EMAIL: r...@somewhere.com option is set it used to appear at the bottom of the html-export. Does not seem to appear now. Is this a regression or am I missing some option? IOW with #+AUTHOR: Rusi #+EMAIL: myn...@somewhere.com Rusi

Re: [O] Complex numbers

2011-04-12 Thread Eric Schulte
Hi Renier, The Org-mode table machinery is interpreting the values of your table cells as emacs lisp (given that the table formula is an elisp, rather than a calc formula). Due to the , the result is a weird nested list which confuses your python code block. Some options here include... 1.

Re: [O] html export question

2011-04-12 Thread Rustom Mody
On Wed, Apr 13, 2011 at 8:43 AM, Bernt Hansen be...@norang.ca wrote: Rustom Mody rustompm...@gmail.com writes: If the $+EMAIL: r...@somewhere.com option is set it used to appear at the bottom of the html-export. Does not seem to appear now. Is this a regression or am I missing some