Re: [Orgmode] [Babel] LaTeX code not exported

2010-12-14 Thread Eric Schulte
Hi Francesco, The code snippet below *is* exporting however for LaTeX code blocks the default results type is :results latex, try setting the results type to :results scalar and you should see the expected export behavior. Best -- Eric e.g. #+begin_src latex :results scalar

[Orgmode] Re: [PATCH] org: rework property set

2010-12-14 Thread Julien Danjou
On Mon, Dec 13 2010, Bernt Hansen wrote: This patch format is better. Could you put the comments like 'I may have done this badly, ...' and 'It works but there maybe some corners case ...' after the --- and before the diffstat? Sure, this is how I did usually, but last time I did that IIRC

Re: [Orgmode] Re: Export LaTeX file to different directory?

2010-12-14 Thread Joost Kremers
Thanks, everyone, at least now I know there's no easy and straightforward way to do this. May I suggest a feature addition? ;-) On Mon, Dec 13, 2010 at 08:14:11PM -0800, Richard Lawrence wrote: Yes, there is a Publish current file option in the export dispatcher, though I've never used it

Re: [Orgmode] Re: [PATCH] org: rework property set

2010-12-14 Thread Giovanni Ridolfi
Julien Danjou jul...@danjou.info writes: On Mon, Dec 13 2010, Bernt Hansen wrote: This patch format is better. Could you put the comments like 'I may have done this badly, ...' and 'It works but there maybe some corners case ...' after the --- and before the diffstat? Sure, this is how I

[Orgmode] Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Sébastien Vauban
Hi, This seems new to me... #+begin_src emacs-lisp Debugger entered--Lisp error: (void-variable org-inhibit-highlight-removal) (if org-inhibit-highlight-removal nil (mapc (quote delete-overlay) org-occur-highlights) (setq org-occur-highlights nil) (setq org-occur-parameters nil) (unless

Re: [Orgmode] Re: [PATCH] org: rework property set

2010-12-14 Thread Julien Danjou
On Tue, Dec 14 2010, Giovanni Ridolfi wrote: I think that you can put some extra, useful, information, that can go in the Changelog, as lines not beginning with *. But if you write very unformal/personal comments like: 'I may have done this badly, ...' you should write after the ---. Ok,

[Orgmode] [OT] orgmode.org down?

2010-12-14 Thread Marco
Hello dear orgers, is the site orgmode.org down only for me (since yesterday) or did I miss something? Greetings from Germany, Marco (domanov) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] [OT] orgmode.org down?

2010-12-14 Thread Giovanni Ridolfi
Marco doma...@gmail.com writes: Hello dear orgers, is the site orgmode.org down ? yes. cheers, Giovanni ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Rainer Stengele
Am 14.12.2010 11:29, schrieb Sébastien Vauban: Hi, This seems new to me... #+begin_src emacs-lisp Debugger entered--Lisp error: (void-variable org-inhibit-highlight-removal) (if org-inhibit-highlight-removal nil (mapc (quote delete-overlay) org-occur-highlights) (setq

[Orgmode] Re: [OT] orgmode.org down?

2010-12-14 Thread Marco
http://www.downforeveryoneorjustme.com/ is actually quite handy for this moments. And yes, orgmode.org is down. That's the link I was searching for! Thanks :)= M ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Re: Org support for the notmuch mail client

2010-12-14 Thread David Bremner
On Sun, 05 Dec 2010 18:19:39 +0100, Matthieu Lemerre ra...@free.fr wrote: I should have mentioned that the reason why I wrote it is that I would very much like to have it included in org-mode, and I'm OK to sign the copyright papers if necessary. Sigh. The FSF and my University still haven't

Re: [Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Christian Moe
I get the same bug. Manually evaluating the following sexp at the very start of org.el fixes it: : (defvar org-inhibit-highlight-removal nil) But I can't see any reason why that line would not be evaluated at startup?? CM On 12/14/10 12:32 PM, Rainer Stengele wrote: Am 14.12.2010 11:29,

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Rainer Stengele
Am 14.12.2010 13:08, schrieb Christian Moe: I get the same bug. Manually evaluating the following sexp at the very start of org.el fixes it: : (defvar org-inhibit-highlight-removal nil) But I can't see any reason why that line would not be evaluated at startup?? CM On 12/14/10

[Orgmode] Re: [PATCH] org: rework property set

2010-12-14 Thread Bernt Hansen
Julien Danjou jul...@danjou.info writes: On Tue, Dec 14 2010, Giovanni Ridolfi wrote: I think that you can put some extra, useful, information, that can go in the Changelog, as lines not beginning with *. But if you write very unformal/personal comments like: 'I may have done this

[Orgmode] Re: Lisp error: (void-variable org-inhibit-highlight-removal) with `C-c / /'

2010-12-14 Thread Matt Lundin
Hi Rainer, Rainer Stengele rainer.steng...@diplan.de writes: Am 14.12.2010 13:08, schrieb Christian Moe: I get the same bug. Manually evaluating the following sexp at the very start of org.el fixes it: : (defvar org-inhibit-highlight-removal nil) But I can't see any reason why that

[Orgmode] Re: Agenda clock reports and tag filters

2010-12-14 Thread Sébastien Vauban
Hi, Sébastien Vauban wrote: Not that changing the filter after getting the clock report with `C-u R' will not change the clock report along - this would slow down the filter changes. So you need to refresh the agenda to update the clock table as well. Yes I played with it yesterday and it

Re: [Orgmode] [OT] orgmode.org down?

2010-12-14 Thread Bastien
Hi Marco, Marco doma...@gmail.com writes: Hello dear orgers, is the site orgmode.org down only for me (since yesterday) or did I miss something? Yes, the site was down, it's up again -- sorry for the trouble. It looks like the publishing process of Worg was eating too much memory. I've

[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Charles Cave charles.cave at gmail.com writes: I wrote a Python Orgnode module at least a year ago. Have a look at this and feel free to adapt what you find of interest. My module is designed to read an orgmode file into a list of Orgnode objects.

[Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
Jeff Horn jrhorn424 at gmail.com writes: I think what Chris was referring to is the fact that you can write literate programs using org-mode and org-babel. You can mix documentation and code, and then run some nifty functions that separate them out. The advantage, of course, is that your

Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/2010 02:34 PM, Jonathan BISSON wrote: Jeff Horn jrhorn424 at gmail.com writes: I think what Chris was referring to is the fact that you can write literate programs using org-mode and org-babel. You can mix documentation and code, and

Re: Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread chris . m . malone
On Dec 14, 2010 8:47am, Rainer M Krug rmk...@gmail.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/2010 02:34 PM, Jonathan BISSON wrote: Jeff Horn gmail.com writes: I think what Chris was referring to is the fact that you can write literate programs

[Orgmode] [PATCH 1/2] org-gnus: trim date

2010-12-14 Thread Julien Danjou
* org-gnus.el (org-gnus-store-link): Trim date. Signed-off-by: Julien Danjou jul...@danjou.info --- lisp/org-gnus.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index fccd3e9..32641bf 100644 --- a/lisp/org-gnus.el +++

[Orgmode] [PATCH 2/2] Allow to retrieve email link date

2010-12-14 Thread Julien Danjou
* org.el (org-email-link-description): Allow to retrieve email link date. Signed-off-by: Julien Danjou jul...@danjou.info --- lisp/org.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 79c5bf8..7841198 100644 --- a/lisp/org.el +++

Re: [Orgmode] Re: [PATCH] org: rework property set

2010-12-14 Thread Nick Dokos
Julien Danjou jul...@danjou.info wrote: On Tue, Dec 14 2010, Giovanni Ridolfi wrote: I think that you can put some extra, useful, information, that can go in the Changelog, as lines not beginning with *. But if you write very unformal/personal comments like: 'I may have done this

[Orgmode] [BUG] org-open-at-point doesn't work in release_7.4-24-g48b11

2010-12-14 Thread Anthony Lander
Hi List, In today's git pull, org-open-at-point (C-x o, to follow a link) doesn't work. I get the following error message: org-open-at-point: Symbol's value as variable is void: org-inhibit- highlight-removal I reverted to my last pull on Dec 6, and it works correctly, so I presume the

Re: [Orgmode] [BUG] org-open-at-point doesn't work in release_7.4-24-g48b11

2010-12-14 Thread Nick Dokos
Anthony Lander anthonylan...@yahoo.com wrote: In today's git pull, org-open-at-point (C-x o, to follow a link) doesn't work. I get the following error message: org-open-at-point: Symbol's value as variable is void: org-inhibit- highlight-removal I reverted to my last pull on Dec

Re: [Orgmode] [babel] void-function org-babel-load-file

2010-12-14 Thread Karl Maihofer
Hi Eric, Zitat von Eric Schulte schulte.e...@gmail.com: Are you sure you are using the latest version of Org-mode? I am quite sure. That is what org-version says. But I do not compile the elisp files. I only use the following to load a different org-version in my init.el: (add-to-list

Re: [Orgmode] Re: A python module for orgmode files

2010-12-14 Thread Jonathan BISSON
On 12/14/2010 03:15 PM, chris.m.mal...@gmail.com wrote: Jeff Horn gmail.com writes: What about tangling? When you tangle your org file, you get a source file for that language. Tangling is what I had in mind for my comment. It seems like an easy way to have literate programming...

Re: [Orgmode] Export to LaTeX bug

2010-12-14 Thread Francesco Pizzolante
Hi, Please ignore this thread. This problem was coming from a bug in my .emacs file. *I* was doing weird things with the org-export-latex-packages-alist variable: (add-to-list 'org-export-latex-packages-alist '((T1 fontenc) ( fixltx2e)

[Orgmode] Embedding the style when exporting to HTML

2010-12-14 Thread Francesco Pizzolante
Hi, I'm still in the process of managing a project with Org while trying to evangelize my colleagues to Org. The goal is to share documents in the simplest possible way. What I'm trying to do is to have my style be embedded (inline) to my exported HTML file. Today, it can done by customizing

[Orgmode] How to use headlines and lists in Org to structure your thoughts?

2010-12-14 Thread Karl Maihofer
The ongoing discussion about inline tasks and drawers withhin lists much depends on the way you use Org, I think. Perhaps it is a good idea to brainstorm some fundamental aspects in regard to headlines and lists. Why and in which situations do we use lists? I use lists a lot to write down my

[Orgmode] [PATCH] org-agenda: allow to negate skip conditions

2010-12-14 Thread Julien Danjou
* org-agenda.el (org-agenda-skip-if): Allow to negate conditions. Signed-off-by: Julien Danjou jul...@danjou.info --- lisp/org-agenda.el | 33 + 1 files changed, 21 insertions(+), 12 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index

Re: [Orgmode] [PATCH] org-agenda: allow to negate skip conditions

2010-12-14 Thread Julien Danjou
On Tue, Dec 14 2010, Julien Danjou wrote: * org-agenda.el (org-agenda-skip-if): Allow to negate conditions. This was not meant to be sent as it is. Forget it. -- Julien Danjou ❱ http://julien.danjou.info pgpO9W4PRwX9A.pgp Description: PGP signature

[Orgmode] Link descriptions

2010-12-14 Thread Thomas S. Dye
Aloha all, After reading through the documentation fairly carefully, link descriptions are yielding unexpected results. Perhaps I missed something? I have a link defined for citep: #+source: define-citep-link #+begin_src emacs-lisp (org-add-link-type citep 'ebib (lambda (path

Re: [Orgmode] How to use headlines and lists in Org to structure your thoughts?

2010-12-14 Thread Jeff Horn
Karl, I've struggled with this a lot as well. I basically just use headlines for sectioning, lists and text for everything else. Sometimes I outline exclusively using headings until I start to write, at which point most are demoted and expanded into paragraphs. I think these are the reasons for

[Orgmode] [Bug] Lists with checkboxes

2010-12-14 Thread Achim Gratz
Today I have updated org-mode at work and promptly ran into a regression introduced between 7.01h and 7.02... Lists with checkboxes don't work anymore like they are supposed to, the sub-checkboxes are not taken into account anymore and you can check list items that still have some of their

Re: [Orgmode] Embedding the style when exporting to HTML

2010-12-14 Thread Christian Moe
Hi, The following would make the exported HTML link to an external stylesheet. #+STYLE: link rel=stylesheet type=text/css href=my_style.css/ But that 's not what you're after? You want the stylesheet to be /outside/ (linked from) your Org file, but /embedded in/ the exported HTML? Did I get

Re: [Orgmode] How to use headlines and lists in Org to structure your thoughts?

2010-12-14 Thread Alan L Tyree
On Tue, 14 Dec 2010 18:13:25 +0100 Karl Maihofer ignora...@gmx.de wrote: The ongoing discussion about inline tasks and drawers withhin lists much depends on the way you use Org, I think. Perhaps it is a good idea to brainstorm some fundamental aspects in regard to headlines and lists. SNIP

Re: [Orgmode] Embedding the style when exporting to HTML

2010-12-14 Thread Francesco Pizzolante
Hi Christian, The following would make the exported HTML link to an external stylesheet. #+STYLE: link rel=stylesheet type=text/css href=my_style.css/ But that 's not what you're after? You want the stylesheet to be /outside/ (linked from) your Org file, but /embedded in/ the exported HTML?

[Orgmode] org-mode + babel + ledger + html publishing issue

2010-12-14 Thread Tomas Hlavaty
Hi all, could anybody please advise how to publish only the ledger reports for the example at http://paste.lisp.org/display/117709 ? Thank you, Tomas ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

[Orgmode] Announce: org-mode and thunderbird integration

2010-12-14 Thread Martin Svenson
I've successfully integrated org-capture with thunderbird It is very trivial, but since I saw earlier posts on this: check https://bitbucket.org/phromo/org-thunderbird/src/b6ac29949911/thund.js It has a few limitations - works by org-mode shell links (see note in paste) - can't find the email

Re: [Orgmode] org-mode + babel + ledger + html publishing issue

2010-12-14 Thread Eric Schulte
Hi Tomas, I believe what you want is to change the :exports none header arguments to :exports results see http://orgmode.org/manual/exports.html#exports Best -- Eric Tomas Hlavaty t...@logand.com writes: Hi all, could anybody please advise how to publish only the ledger reports for

[Orgmode] Re: org-mode + babel + ledger + html publishing issue

2010-12-14 Thread Sébastien Vauban
Hi Tomas, Tomas Hlavaty wrote: could anybody please advise how to publish only the ledger reports for the example at http://paste.lisp.org/display/117709 ? I would like to show only the results of ledger code blocks in the published html file as I am interested in the reports only, not in

[Orgmode] Re: Announce: org-mode and thunderbird integration

2010-12-14 Thread Jonathan BISSON
Martin Svenson phromo at mail.com writes: I've successfully integrated org-capture with thunderbirdIt is very trivial, but since I saw earlier posts on this: check https://bitbucket.org/phromo/org-thunderbird/src/b6ac29949911/thund.jsIt has a few limitations - works by org-mode shell links

[Orgmode] Re: Error in pre-command-hook

2010-12-14 Thread Thorsten
Leo sdl@gmail.com writes: Have you checked whether your own .emacs screws up? It would be much more helpful if you provide a step by step recipe to reproduce the bug starting with 'emacs -Q'. Cheers. Leo Thats a bit complicated, I#m afraid. I load many libraries from Dropbox and not from

[Orgmode] Re: Announce: org-mode and thunderbird integration

2010-12-14 Thread Gour
On Tue, 14 Dec 2010 23:39:27 + (UTC) Jonathan == Jonathan BISSON wrote: Jonathan Nice work, I was looking for that ! (I don't like the emacs Jonathan mail clients) +1 It could be inspiration for org+Claws integration... Sincerely, Gour -- Gour | Hlapicina, Croatia | GPG key: CDBF17CA

[Orgmode] Re: Announce: org-mode and thunderbird integration

2010-12-14 Thread Andreas Rütten
Am Wed, 15 Dec 2010 06:57:46 +0100 schrieb Gour g...@atmarama.net: On Tue, 14 Dec 2010 23:39:27 + (UTC) Jonathan == Jonathan BISSON wrote: Jonathan Nice work, I was looking for that ! (I don't like the emacs Jonathan mail clients) +1 It could be inspiration for org+Claws