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 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\"

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 /etc/emacs/site-start.

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

2011-02-10 Thread Dan Davison
Gary Oberbrunner 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 home > dir, and I

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 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 in that block; title,

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 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 gene

[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] 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 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 way of reproducing the > p

[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 wrote: > Michael, thanks for the detailed step-by-step way of reproducing the > problem with a bare emacs! Quite useful. If a regression test set would already be

[Orgmode] Re: python :session and org_babel_python_eoe

2011-02-10 Thread Dan Davison
Myles English 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(_)) > > > 'org_babel

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 wrote: > Bastien writes: > >> As for

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

2011-02-10 Thread Eric Schulte
Eric S Fraga writes: > "Eric Schulte" 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

[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 &. How can I prevent that behavior? ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to

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 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 whitespace, which is for

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

2011-02-10 Thread Bastien
Arne Babenhauserheide 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. Emacs-orgmode@gn

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

2011-02-10 Thread Dan Davison
Julien Danjou 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 org-contacts-completion-ignore-cas

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 org-contacts-c

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

2011-02-10 Thread Manuel Giraud
Bastien 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 could put a formated string

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

2011-02-10 Thread Bastien
Hi Osiris, OSiRiS 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>=\"\"") > ) > ) > > #+END_SRC > > No error occu

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

2011-02-10 Thread Bastien
Hi Puneeth, Puneeth Chaganti 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 better understand t

Re: [Orgmode] Using HTML export variables in subtrees

2011-02-10 Thread Bastien
Hi Jeff, Jeff Horn 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 it OK to set th

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 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 kill-local-variabl

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

2011-02-10 Thread Bernt Hansen
Bastien writes: > Hi, > > Bernt Hansen 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 norma

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 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 >> with the

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 ') and then > does nothing since aA is not valid. > I'm not sure completion-at-point-functions is correctly usable in this > same

[Orgmode] Re: Export Org Mode in Wiki Format

2011-02-10 Thread Nick Dokos
Ed Hirgelt 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 > http://toolserver.org/~diberri/c

[Orgmode] Re: [ANN] Changes to lists

2011-02-10 Thread Achim Gratz
Nicolas Goaziou 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] 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 l

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

2011-02-10 Thread Eric Schulte
Rainer M Krug 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 after the sh

[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] [PATCH] Simplifying the handling of HTML preamble/postamble

2011-02-10 Thread Bastien
Manuel Giraud writes: > Bastien 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 id

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" Thank you! Marcelo. On Wed, Feb 9, 2011 at 3:10 PM, Russell Adams wrote: > On Wed, Feb 09, 2011 at 09:43:33PM +0100, Julien Danjou wrote: >

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 ') and then does nothing since aA is not valid. I'm not sure completion-at-point-functions i

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

2011-02-10 Thread Eric Schulte
Rainer M Krug writes: > On 02/10/2011 02:27 AM, Eric Schulte wrote: >> Rainer M Krug 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

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

2011-02-10 Thread Tassilo Horn
Julien Danjou 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 Emacs 24

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

2011-02-10 Thread Manuel Giraud
Bastien 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 remove the title by default

Re: [Orgmode] [babel] common lisp / slime evaluation in org-mode

2011-02-10 Thread Erik Iverson
Looking at the code in ob-lisp.el, I think I see why this is happening, but don't know enough about SLIME yet to make it work. It seems that line that calls =eval-slime= would need to be changed to =eval-slime-buffer= after dumping the code block into a temporary buffer. However, that didn't qu

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

2011-02-10 Thread Bastien
Hi Tommy, Tommy Kelly 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] 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 mod

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

2011-02-10 Thread Bastien
Manuel Giraud writes: > Bastien 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 file is not the same as before because postambl

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

2011-02-10 Thread Rodrigo Lazo
Julien Danjou 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 org-contacts-completion-ignore-cas

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 wrote: > Hi Puneeth, > > Puneeth Chaganti 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 datetree

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 t

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

2011-02-10 Thread Bastien
Charles Cave 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. Emacs-orgmode@gnu.org http://lists.gnu

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

2011-02-10 Thread Dan Davison
Julien Danjou 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. > >http://julien.danjou.info/org-contacts.html Hi Ju

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 >

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] 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 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 would be ea

[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 bbdb/gnus-

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

2011-02-10 Thread Bastien
Hi, Bernt Hansen 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. Jonathan, wha

[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: [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 mod

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 > 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

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

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 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, could you please also cons

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 org-agenda-current-s

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

2011-02-10 Thread Eric S Fraga
"Eric Schulte" 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 blocks. > > The only

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 spe

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

2011-02-10 Thread Bernt Hansen
Jonathan Arkell 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 url. > > For instance i

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 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 it

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 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 e