Re: [Orgmode] [BABEL] unset :var definitions for subtree

2011-02-10 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 02/10/2011 02:27 AM, Eric Schulte wrote: Rainer M Krug r.m.k...@gmail.com writes: Hi For one project, I am usinr org to write submit scripte to a cluster runing torqu. The important bit in this is, that between the shebang and the code, no

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Carsten Dominik
On Feb 9, 2011, at 5:37 PM, Bastien wrote: Julien Danjou jul...@danjou.info writes: On Sat, Feb 05 2011, Matt Lundin wrote: This results in only a day view because org-agenda-current-span is still 'day. Here's a proposal fix. I applied it to early, I made the error of not testing

[Orgmode] Re: Underscores in HTML Exported URLs get backslashes added

2011-02-10 Thread Bernt Hansen
Jonathan Arkell jonath...@criticalmass.com writes: Hi list I am having a problem, and my google-fu is a little weak in finding the solution. Whenever I do an HTML export of an org-page if a URL contains underscores in it it will be exported escaped with a backslash in the text of the

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

2011-02-10 Thread Andreas Amann
Hi Bastien, I'm not using notmuch myself and I would welcome feedback from notmuch Org users. I would happily add it to org-mode/contrib/lisp if this is proves useful to several people around. Just to say that I use Matthieu's code to do my daily email to todolist conversion. Nothing

Re: [Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-10 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: [...] I also vote for removing the dot and ditaa block types from org-exp-blocks, left over from before the existence of begin_src blocks. As the original developer of org-exp-blocks, I no longer maintain it in favor of focusing on begin_src

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Julien Danjou
On Thu, Feb 10 2011, Carsten Dominik wrote: I am not sure if I know exactly what the remaining problem is. Could someone summarize this - I'd be happy to take a look and see if I can fix it. The problem is that org-agenda-list, when called use as span either: (or span

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Michael Brand
Hi Carsten On Thu, Feb 10, 2011 at 10:20, Carsten Dominik carsten.domi...@gmail.com wrote: I am not sure if I know exactly what the remaining problem is. Could someone summarize this - I'd be happy to take a look and see if I can fix it. Not the summary you asked for but a related issue,

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Carsten Dominik
On Feb 10, 2011, at 11:51 AM, Julien Danjou wrote: On Thu, Feb 10 2011, Carsten Dominik wrote: I am not sure if I know exactly what the remaining problem is. Could someone summarize this - I'd be happy to take a look and see if I can fix it. The problem is that org-agenda-list, when

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Carsten Dominik
Hi Michael, thanks. - Carsten On Feb 10, 2011, at 12:18 PM, Michael Brand wrote: Hi Carsten On Thu, Feb 10, 2011 at 10:20, Carsten Dominik carsten.domi...@gmail.com wrote: I am not sure if I know exactly what the remaining problem is. Could someone summarize this - I'd be happy to take

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Julien Danjou
On Thu, Feb 10 2011, Carsten Dominik wrote: No, I believe you did kill-all-local-variables, which is a very bad idea. Org uses local variables to remember settings when refreshing. And apparently this call was executed in an innocent org buffer, reverting its major mode to fundamental mode.

[Orgmode] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Bastien
Here is a patch against latest git Org that tries to simplify the handling of HTML preamble/postamble: I find the interaction between :preamble and :auto-preamble a bit confusing and a recent questions by Jeff on customizing org-export-html-preamble raised this issue. So here is what I suggest:

Re: [Orgmode] Re: Underscores in HTML Exported URLs get backslashes added

2011-02-10 Thread Bastien
Hi, Bernt Hansen be...@norang.ca writes: Just wrap the http:// ... in [[ ]] as in [[http://somefoo.com/this_is_broken]] This happens automatically, even when inbuffer links are not surrounded by brackets -- unless some org-export-preprocess-final-hook is reverting the normalization of links.

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Dan Griswold
Julien, This is pretty neat. I would like to use this eventually, as bbdb exhibits some strange behaviors occasionally, and the data is kind of locked into bbdb's own peculiar format. What I would need to see before I could make org-contacts part of my workings system is an analogue to

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread John Hendy
On Wed, Feb 9, 2011 at 2:42 PM, Julien Danjou jul...@danjou.info wrote: On Wed, Feb 09 2011, John Hendy wrote: You add what you want. Org-contacts does not care at all. It just use some fields like EMAIL for Gnus completion, so it has to know it. Other fields are up to your choices. That

Re: [Orgmode] Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Julien Danjou
On Thu, Feb 10 2011, John Hendy wrote: Is anyone else having that issue? (custom-set-variables '(org-contacts-files '(/home/jwhendy/org/contact-example.org))) will work better. -- Julien Danjou ❱ http://julien.danjou.info pgp8Zq9JpFsiw.pgp Description: PGP signature

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Julien Danjou
On Thu, Feb 10 2011, Dan Griswold wrote: This is pretty neat. I would like to use this eventually, as bbdb exhibits some strange behaviors occasionally, and the data is kind of locked into bbdb's own peculiar format. What I would need to see before I could make org-contacts part of my

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Dan Davison
Julien Danjou jul...@danjou.info writes: Hi, Following my short presentation at the Paris OrgCamp, I've now written a page and officially released org-contacts. It is a contact manager based on Org, that can possibly replace BBDB for certain usage.

Re: [Orgmode] Solved the problem of org-capture apparently not working

2011-02-10 Thread Bastien
Charles Cave charles.c...@gmail.com writes: In early January I posted what I thought was a bug report with org-capture. Fixed, thanks! -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Julien Danjou
On Thu, Feb 10 2011, Dan Davison wrote: Hi Julien, I'm using it (with gnus). Looks great and seems to work very nicely so far. One little thing: I don't seem to be getting case-insensitive completion, despite having org-contacts-completion-ignore-case set to t. Your the second one to

Re: [Orgmode] [PATCH] Solved the problem of org-capture apparently not working

2011-02-10 Thread Puneeth Chaganti
Hi, On Thu, Feb 10, 2011 at 8:26 PM, Bastien bastien.gue...@wikimedia.fr wrote: Hi Puneeth, Puneeth Chaganti puncha...@gmail.com writes: Attached is a patch that fixes this, by using the org-datetree-base-level variable. More details in the commit message. I applied a more general

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Rodrigo Lazo
Julien Danjou jul...@danjou.info writes: On Thu, Feb 10 2011, Dan Davison wrote: Hi Julien, I'm using it (with gnus). Looks great and seems to work very nicely so far. One little thing: I don't seem to be getting case-insensitive completion, despite having

Re: [Orgmode] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Bastien
Manuel Giraud manuel.gir...@univ-nantes.fr writes: Bastien bastien.gue...@wikimedia.fr writes: Would people welcome such a simplification? I've tried it and find it better (and simpler) then with :auto-preamble/:preamble. Thanks for the feedback! Some comments: + example in info

Re: [Orgmode] Automatic noexport tag based on rules?

2011-02-10 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: You can then customise =org-inlinetask-export-templates= to generate latex code that basically ignores the inline task. For the record, if the goal is to completely ignore inline tasks upon exporting, you should set org-inlinetask-export to nil instead of modifying

Re: [Orgmode] Re: Tags position in regular agenda view?

2011-02-10 Thread Bastien
Hi Tommy, Tommy Kelly tommy.ke...@verilab.com writes: Note to the org-mode gods; that variable doesn't seem to appear anywhere in the manual. (I see that it is mentioned, however, in your doc Bernt). Thanks for spotting this -- I've now added a note to this in the manual. Best, -- Bastien

Re: [Orgmode] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Manuel Giraud
Bastien bastien.gue...@wikimedia.fr writes: As for org-export-html-preamble and -postamble being t by default, it's a mistake I made. I think they should default to nil. But I'd welcome another opinion! For the postamble maybe. But for the preamble, I don't think it is a good idea to

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Tassilo Horn
Julien Danjou jul...@danjou.info writes: Hi Julien, One little thing: I don't seem to be getting case-insensitive completion, despite having org-contacts-completion-ignore-case set to t. Your the second one to report that to me, Yeah, I mentioned that on irc. but it does work for me with

Re: [Orgmode] [BABEL] unset :var definitions for subtree

2011-02-10 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: On 02/10/2011 02:27 AM, Eric Schulte wrote: Rainer M Krug r.m.k...@gmail.com writes: Hi For one project, I am usinr org to write submit scripte to a cluster runing torqu. The important bit in this is, that between the shebang and the code, no

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Julien Danjou
On Thu, Feb 10 2011, Tassilo Horn wrote: I'm also using Emacs 24, and for me it doesn't work. Ok. Anyway I've just double checked, and it worst than that. Typing 'a' complete to 'aA' (instead of 'Anne mailaddress') and then does nothing since aA is not valid. I'm not sure

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Marcelo de Moraes Serpa
This is amazing; if you export as HTML, it even preserves the color-scheme from the theme! I think I need to do this: C-x C-r Read the fine org manual RET Thank you! Marcelo. On Wed, Feb 9, 2011 at 3:10 PM, Russell Adams rlad...@adamsinfoserv.com wrote: On Wed, Feb 09, 2011 at 09:43:33PM

Re: [Orgmode] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Bastien
Manuel Giraud manuel.gir...@univ-nantes.fr writes: Bastien bastien.gue...@wikimedia.fr writes: As for org-export-html-preamble and -postamble being t by default, it's a mistake I made. I think they should default to nil. But I'd welcome another opinion! For the postamble maybe. But for

[Orgmode] Re: Generic LaTeX class support (scrlttr2/isodoc)

2011-02-10 Thread Allen S. Rout
a...@ufl.edu (Allen S. Rout) writes: I'm trying to use your lisp to generate isodoc letters. I'm wondering what tex processing commands you are using? I'm closing in on the discrepancy. The exported TeX which Jambunathan sent was 'similar' to what I'm getting, but there were a few important

Re: [Orgmode] [BABEL] unset :var definitions for subtree

2011-02-10 Thread Eric Schulte
Rainer M Krug r.m.k...@gmail.com writes: Hi For one project, I am usinr org to write submit scripte to a cluster runing torqu. The important bit in this is, that between the shebang and the code, no other executable line must occur. As I am using variables in org (:var) they will occur just

[Orgmode] python :session and org_babel_python_eoe

2011-02-10 Thread Myles English
Hello, Is this behaviour expected?: #+begin_src python :session import sys #+end_src #+results: But in the python interpreter there is this: import sys open('/home/myles/tmp/scratch/python-4938gzQ', 'w').write(str(_)) 'org_babel_python_eoe' Traceback (most recent call last): File

[Orgmode] Re: [ANN] Changes to lists

2011-02-10 Thread Achim Gratz
Nicolas Goaziou n.goaz...@gmail.com writes: Thank you for the suggestion, Thank you for consideration and implementation. Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]+ Samples for the Waldorf Blofeld: http://Synth.Stromeko.net/Downloads.html#BlofeldSamplesExtra

[Orgmode] Re: Export Org Mode in Wiki Format

2011-02-10 Thread Nick Dokos
Ed Hirgelt ehirgelt at gmail.com writes: On Jul 15, 2009, at 12:30 PM, Mike Malloy wrote: I would like to export a .org file to a Confluence wiki page. Does anyone have any insight of how to do this? I'v found that exporting to HTML then visiting

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Stefan Monnier
I'm also using Emacs 24, and for me it doesn't work. Ok. Anyway I've just double checked, and it worst than that. Typing 'a' complete to 'aA' (instead of 'Anne mailaddress') and then does nothing since aA is not valid. I'm not sure completion-at-point-functions is correctly usable in this

Re: [Orgmode] auto-complete mode with org-mode

2011-02-10 Thread phaebz
On 02/06/2011 04:00 PM, Eric S Fraga wrote: phaebz pha...@googlemail.com writes: [...] remapped the ac-expand now. There is just one more annoyance: When the completions popup-menu gets displayed, for every line that has an org-style *heading, the completions line drawn over it starts just

Re: [Orgmode] Re: Underscores in HTML Exported URLs get backslashes added

2011-02-10 Thread Bernt Hansen
Bastien bastien.gue...@wikimedia.fr writes: Hi, Bernt Hansen be...@norang.ca writes: Just wrap the http:// ... in [[ ]] as in [[http://somefoo.com/this_is_broken]] This happens automatically, even when inbuffer links are not surrounded by brackets -- unless some

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Bastien
Julien Danjou jul...@danjou.info writes: But maybe you can just delocalize that one variable instead, using kill-local-variable? It's a possibility, but I think it's more logical to reset every local variable. I just pushed a (temporary) fix, following Carsten's suggestion of using

Re: [Orgmode] Using HTML export variables in subtrees

2011-02-10 Thread Bastien
Hi Jeff, Jeff Horn jrhorn...@gmail.com writes: Thanks, Bastien. I ended up BINDing the variable to nil in the file. This is fine for a file-level change, but I was hoping for something that could be used in the subtree. But, for now I have a workaround. One thing that isn't clear to me: is

Re: [Orgmode] [PATCH] Solved the problem of org-capture apparently not working

2011-02-10 Thread Bastien
Hi Puneeth, Puneeth Chaganti puncha...@gmail.com writes: Attached is a patch that fixes this, by using the org-datetree-base-level variable. More details in the commit message. I applied a more general solution for years, months and days datetrees. Thanks for your patch anyway, it helped me

Re: [Orgmode] custom agenda view with tags-todo not work

2011-02-10 Thread Bastien
Hi Osiris, OSiRiS os...@osiux.com.ar writes: I tried to set the custom view in the calendar, but does not work. #+BEGIN_SRC elisp (setq org-agenda-custom-commands '( (f FIXED tags-todo +bug+TODO=\DONE\+STATUS=\FIXED\+CLOSED=\today\) ) ) #+END_SRC No error occurs

Re: [Orgmode] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Manuel Giraud
Bastien bastien.gue...@wikimedia.fr writes: Would people welcome such a simplification? I've tried it and find it better (and simpler) then with :auto-preamble/:preamble. Some comments: + example in info file is not the same as before because postamble is on by default (maybe we

Re: [Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread John Hendy
I can confirm, but it's flaky. For example, with the default settings, it worked (M-x org-contacts + dave = Dave). But I just changed my rule to this: |- in org-contacts.el ,- | (defcustom org-contacts-company-property Company | (defcustom org-contacts-matcher (concat

[Orgmode] Re: Announcing org-contacts, a bbdb-like contact manager for Org

2011-02-10 Thread Dan Davison
Julien Danjou jul...@danjou.info writes: On Thu, Feb 10 2011, Dan Davison wrote: Hi Julien, I'm using it (with gnus). Looks great and seems to work very nicely so far. One little thing: I don't seem to be getting case-insensitive completion, despite having

Re: [Orgmode] Bug: startup hidestars also hides the point (square at point) [6.33x]

2011-02-10 Thread Bastien
Arne Babenhauserheide arne_...@yahoo.de writes: Is it possible to disable the blinking statically and set the point to visible? Sorry I don't know... -- Bastien ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list.

Re: [Orgmode] [PATCH] LaTeX export: Use the same regular expression for identifying horizontal lines as in HTML export

2011-02-10 Thread Bastien
Hi Valentin, Valentin Wüstholz wuesth...@gmail.com writes: I have attached a small patch that makes LaTeX export use the same regular expression as HTML export for identifying horizontal lines. The regular expression used in HTML export seems more useful, since it allows for leading

[Orgmode] Insert ampersand in HTML export?

2011-02-10 Thread Uriel Avalos
How do you insert the actual character in an HTML export? I'm trying to write a macro to insert a MATHML snippet but org-mode converts to amp;. How can I prevent that behavior? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

Re: [Orgmode] Re: [BABEL] Editing dot blocks with org-exp-blocks

2011-02-10 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: [...] I also vote for removing the dot and ditaa block types from org-exp-blocks, left over from before the existence of begin_src blocks. As the original developer of org-exp-blocks, I no longer maintain

Re: [Orgmode] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Jeff Horn
This looks great to me. Seems like a relatively more sane or perhaps more intuitive way of doing things. Solves the problem I had earlier, and makes it clear that these variables can be set in an init file. On Thu, Feb 10, 2011 at 11:25 AM, Manuel Giraud manuel.gir...@univ-nantes.fr wrote:

[Orgmode] Re: python :session and org_babel_python_eoe

2011-02-10 Thread Dan Davison
Myles English mylesengl...@gmail.com writes: Hello, Is this behaviour expected?: #+begin_src python :session import sys #+end_src #+results: But in the python interpreter there is this: import sys open('/home/myles/tmp/scratch/python-4938gzQ', 'w').write(str(_))

[Orgmode] automatic regression test (again)

2011-02-10 Thread Michael Brand
(this is a fork of http://thread.gmane.org/gmane.emacs.orgmode/35415/focus=37389) Hi Bastien On Thu, Feb 10, 2011 at 15:35, Bastien bastien.gue...@wikimedia.fr wrote: Michael, thanks for the detailed step-by-step way of reproducing the problem with a bare emacs! Quite useful. If a regression

Re: [Orgmode] Re: [Accepted] Re: Bug: Jumping to a date in the agenda changes view back to 'day' [7.4 (release_7.4.80.g0e5e5)]

2011-02-10 Thread Michael Brand
Hi Bastien On Thu, Feb 10, 2011 at 15:35, Bastien bastien.gue...@wikimedia.fr wrote: Matt and Michael, please report any problem. The two test cases `d g' and `w f d g' in custom agenda view that I described above do still not work like I expect. Michael, thanks for the detailed step-by-step

[Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Gary Oberbrunner
First time poster on this list, but old-school Emacs user since 1982. And I have to say, org-mode is amazing. I'm running current git master on emacs 24.0.50.1 on Windows. I've put all my org-mode export template stuff into a setup file in my home dir, and I make all my org-mode files use it by

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Matthew Sauer
First time poster as well. Clarification. You are wanting to have these options only inflict themselve on .org files? I am wondering if they could be in .emacs or called from .emacs or auto inserted, or maybe like the text export options are via a shortcut command? I think I might want a

Re: [Orgmode] [ANN] Changes to lists

2011-02-10 Thread Nicolas Goaziou
Hello, Samuel Wales writes: I'd like to see c-c - on headlines preserve hierarchy. This is now implemented, and hopefully working. Thanks for suggesting this, Regards, -- Nicolas ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Gary Oberbrunner
On Thu, Feb 10, 2011 at 4:54 PM, Nick Dokos nicholas.do...@hp.com wrote: Just add an org.template, seasoned to taste, to the templates directory. Thanks Nick; actually I'm looking instead for something that doesn't change the file contents, but just changes the export settings (or whatever's

[Orgmode] Re: Something like SETUPFILE, but in .emacs?

2011-02-10 Thread Dan Davison
Gary Oberbrunner ga...@oberbrunner.com writes: First time poster on this list, but old-school Emacs user since 1982. And I have to say, org-mode is amazing. I'm running current git master on emacs 24.0.50.1 on Windows. I've put all my org-mode export template stuff into a setup file in my

Re: [Orgmode] [ANN] OpenDocumentText/OpenOffice Exporter - 0.6 Release

2011-02-10 Thread Jambunathan K
Hello Martin, Thanks for trying out the new exporter. Hi, I have followed your instructions but get the following error messages from emacs -q --load Use emacs -Q and *not* emacs -q. -- Loading /etc/emacs/site-start.d/50bbdb.el (source)...done Loading

Re: [Orgmode] custom agenda view with tags-todo not work

2011-02-10 Thread OSiRiS
On jue, 10 feb 2011, Bastien wrote: Hi Osiris, OSiRiS os...@osiux.com.ar writes: I tried to set the custom view in the calendar, but does not work. #+BEGIN_SRC elisp (setq org-agenda-custom-commands '( (f FIXED tags-todo