Re: [O] PATCH Make org-open-at-point only ask once

2011-08-29 Thread Nicolas Goaziou
Hello, Anders Waldenborg and...@0x63.nu writes: If an org buffer is narrowed, and one tries to do org-open-at-point on a link that points to outside of the restriction it asks: No match - create this as a new heading?. When answering no the buffer is widened and the reseach is done, and if

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
On Sun, Aug 28, 2011 at 19:09, Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu stelian.ia...@gmail.com wrote: I am trying to switch between TODO and DONE states with Shift-Right Arrow and I get a (wrong-type-argument stringp nil) error. Please find attached the backtrace. Emacs  :

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Nick Dokos
Stelian Iancu stelian.ia...@gmail.com wrote: On Sun, Aug 28, 2011 at 19:09, Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu stelian.ia...@gmail.com wrote: I am trying to switch between TODO and DONE states with Shift-Right Arrow and I get a (wrong-type-argument stringp nil)

[O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Major A
Hi, I'd like to use asymptote to plot the values in an Org table. The table has cells with numbers but also cells with strings in them. This table gets converted to an array of strings in the resulting asymptote file, with the strings escaped with double-quotes but not the numbers. In

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Nicolas Goaziou
Hello, Major A andras.g.ma...@gmail.com writes: I'd like to use asymptote to plot the values in an Org table. The table has cells with numbers but also cells with strings in them. This table gets converted to an array of strings in the resulting asymptote file, with the strings escaped

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Nick Dokos
Major A andras.g.ma...@gmail.com wrote: Hi, I'd like to use asymptote to plot the values in an Org table. The table has cells with numbers but also cells with strings in them. This table gets converted to an array of strings in the resulting asymptote file, with the strings escaped

Re: [O] disable org-decrypt: auto-save-mode may cause leakage

2011-08-29 Thread Sebastien Vauban
Hi Pieter, Pieter Praet wrote: On Tue, 19 Jul 2011 01:12:23 +0200, Bastien b...@altern.org wrote: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: I simply call C-c C-x C-j to jump to the current clocking entry, and the question org-decrypt: auto-save-mode may cause leakage. Disable it

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread András Major
Hi Nicolas, I'd like to use asymptote to plot the values in an Org table. The table has cells with numbers but also cells with strings in them. This table gets converted to an array of strings in the resulting asymptote file, with the strings escaped with double-quotes but not the

Re: [O] PATCH Make org-open-at-point only ask once

2011-08-29 Thread Anders Waldenborg
On Mon, Aug 29, 2011 at 09:14:13AM +0200, Nicolas Goaziou wrote: Yes, imposing widening to the user is intrusive. Moreover, I think you cannot avoid to call org-link-search twice (once it has failed): the point is to do a local search and then a global one. Yes, local then global search makes

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-08-29 Thread Carsten Dominik
On Aug 28, 2011, at 3:58 PM, David Maus wrote: Hi Carsten, At Thu, 25 Aug 2011 08:13:21 +0200, Carsten Dominik wrote: I am wondering, why did you choose to skip invisible headlines? I would worry that this introduces inconsistent behavior and also makes it hard to use this feature in a

Re: [O] [PATCH 2/5] Immediately return if scope is region but no region is active

2011-08-29 Thread Carsten Dominik
On Aug 28, 2011, at 4:00 PM, David Maus wrote: Hi Carsten, At Thu, 25 Aug 2011 07:43:48 +0200, Carsten Dominik wrote: On 25.8.2011, at 06:25, David Maus wrote: * org.el (org-map-entries): Immediately return if scope is region but no region is active. --- lisp/org.el | 116

Re: [O] PATCH Make org-open-at-point only ask once

2011-08-29 Thread Nicolas Goaziou
Anders Waldenborg and...@0x63.nu writes: But for org links, I'm not 100% sure - consider this org-file: * Notes * Some topic [[Notes]] ** Notes If buffer is widen, the link goes to the toplevel header, but if I narrow to Some topic the link suddenly starts going to the subheader. And I

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread András Major
Hi Nick, I don't know anything about asymptote and I am not sure whether this will help: it does produce a temp file with everything quoted and running asy on the temp file produces an .eps file that contains the diagonal line, but it produces a png file which seems somewhat peculiar to me

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Nicolas Goaziou
András Major andras.g.ma...@gmail.com writes: This isn't what I need. What I want is to make a graph of certain columns of a table which contains both ints and strings. Ideally, there should be no constraint about which columns contain ints and which contain strings. Again, this is a

[O] Footnote changes creates [REGRESSION] in xhtml/odt exporters

2011-08-29 Thread Jambunathan K
Footnote changes creates [REGRESSION] in xhtml/odt exporters. The required details are in the attached org file. Caught by my test.org file :-). -- #+TITLE: footnote-regression.org #+AUTHOR: #+EMAIL: kjambunathan@JAMBU-NETBOOK #+DATE: 2011-08-29 Mon #+DESCRIPTION: #+KEYWORDS:

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread András Major
Why? You can always write an intermediary step to stringify every cell. Choose your language. Nick Dokos showed you one way. Apparently, only if you set a global/per-user option in .emacs or suchlike, which I think is a bad way of doing it. Why isn't it possible to force ob-asymptote to make

[O] [babel][R] no return values in R code blocks

2011-08-29 Thread Max Flöttmann
Hi, When i run a code block like this using C-c C-c: #+BEGIN_SRC R c(1,23,54,5) #+END_SRC I do not get any results. In older versions of orgmode the result used be a table or vector returned by R. Is this a bug, or do I need a new keyword that is not in the documentation yet to get the same

Re: [O] PATCH Make org-open-at-point only ask once

2011-08-29 Thread Anders Waldenborg
On Mon, Aug 29, 2011 at 11:36:19AM +0200, Nicolas Goaziou wrote: Maybe we should define a consistent link search: ignore the narrowing but first search in current sub-tree, if that fails (any error, I guess) search in current tree and if that one fails too, search in the whole buffer. So

Re: [O] Footnote changes creates [REGRESSION] in xhtml/odt exporters

2011-08-29 Thread Nicolas Goaziou
Hello, Jambunathan K kjambunat...@gmail.com writes: Footnote changes creates [REGRESSION] in xhtml/odt exporters. The required details are in the attached org file. Caught by my test.org file :-). I've pushed a fix to master. Thanks for reporting it. I have to admit I don't do xhtml/odt

Re: [O] PATCH Make org-open-at-point only ask once

2011-08-29 Thread Nicolas Goaziou
Anders Waldenborg and...@0x63.nu writes: On Mon, Aug 29, 2011 at 11:36:19AM +0200, Nicolas Goaziou wrote: Maybe we should define a consistent link search: ignore the narrowing but first search in current sub-tree, if that fails (any error, I guess) search in current tree and if that one fails

[O] deadline :: schedualed :: or-later

2011-08-29 Thread Michael Hintz
Hello, IMHO it needs a 3nd date-mode. I use deadline for all thinks that have to be done until the deadline-date. I use scheduled for a fix date ... and what about thinks that could start at a date or later. I tried to fix it by using a time for fix and no time for non-fixed or has-to-be-start

Re: [O] deadline :: schedualed :: or-later

2011-08-29 Thread Juan Pechiar
Hi Michael, Please check the purpose of SCHEDULED in org-mode: http://orgmode.org/manual/Deadlines-and-scheduling.html It is exactly what you mean by starting at a day or later. For a fixed date, just drop a timestamp inside a heading. Regards, .j. On Mon, Aug 29, 2011 at 01:38:26PM

Re: [O] Footnote changes creates [REGRESSION] in xhtml/odt exporters

2011-08-29 Thread Jambunathan K
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Jambunathan K kjambunat...@gmail.com writes: Footnote changes creates [REGRESSION] in xhtml/odt exporters. The required details are in the attached org file. Caught by my test.org file :-). I've pushed a fix to master. Thanks for

Re: [O] Attachments and refiling

2011-08-29 Thread Gustav Wikström
Thanks for this. Added it to my settings for now =) /Gustav 2011/8/2 Matt Lundin m...@imapmail.org Gustav Wikström gustav.e...@gmail.com writes: However I think it also is nice to also be able to use custom names to attachment folders. And it would be nice be able to use some logic with

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Nicolas Goaziou
András Major andras.g.ma...@gmail.com writes: Why? You can always write an intermediary step to stringify every cell. Choose your language. Nick Dokos showed you one way. Apparently, only if you set a global/per-user option in .emacs or suchlike, which I think is a bad way of doing it. -

Re: [O] The Orgfather

2011-08-29 Thread Manish
On Sat, Aug 27, 2011 at 9:16 PM, suvayu ali wrote: On Sat, Aug 27, 2011 at 5:05 PM, Bastien wrote: Hi folks, http://lumiere.ens.fr/~guerry/theorgfather.html Enjoy! Ignoring the Hindi audio was a bit difficult for me. :D :D Ditto. But loved it nonetheless. :) -- Manish

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
Many thanks Nick for all of these suggestions. I will do this in the evening when I'm back home and let you know. S. On Mon, Aug 29, 2011 at 09:59, Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu stelian.ia...@gmail.com wrote: On Sun, Aug 28, 2011 at 19:09, Nick Dokos

Re: [O] [babel][R] no return values in R code blocks

2011-08-29 Thread Eric Schulte
Max Flöttmann max.floettm...@gmail.com writes: Hi, When i run a code block like this using C-c C-c: #+BEGIN_SRC R c(1,23,54,5) #+END_SRC I do not get any results. In older versions of orgmode the result used be a table or vector returned by R. Is this a bug, or do I need a new keyword

[O] setting up org-remember

2011-08-29 Thread Renato
Hello, I'm trying to set up org-remember, however I'm having some problems. I seem to miss the function org-remember-insinuate (No Match). However that function seems to be defined in org-remember.el.gz which is in /usr/share/emacs/23.3/lisp/org (and this path is in load-path). should I post

Re: [O] setting up org-remember

2011-08-29 Thread Sebastien Vauban
Hi Renato, Renato wrote: Hello, I'm trying to set up org-remember, however I'm having some problems. I seem to miss the function org-remember-insinuate (No Match). However that function seems to be defined in org-remember.el.gz which is in /usr/share/emacs/23.3/lisp/org (and this path is in

[O] exporting customized timestamps

2011-08-29 Thread Matt Price
Hi everyone, I'm trying to understand timestamps a bit better. I'm exporting my syllabus to html, using org2blog for my wordpress course site. The syllabus includes a timestamp at the beginning of each week of the description. org-time-stamp-custom-formats is set to: (%m/%d/%Y . %m/%d/%y %a

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Nicolas Goaziou
Completing myself. Though, you insist on being able to enter it as a number anyway, hoping ob-asymptote will do the magic behind. How could it, since the language can't itself? Actually, the attached patch does that magic: if there's any string in the table, every cell will be turned into a

Re: [O] org-agenda-custom-commands clarification on filters needed

2011-08-29 Thread Thomas Wallrafen
Hi On Mon, Aug 29, 2011 at 09:53:01AM +0800, Eric Abrahamsen wrote: On Sun, Aug 28 2011, Thomas Wallrafen wrote: Hi org'ers, I am currently trying to figure out a way to build a composite view for an agenda containing agenda and todos, which works well but when it comes to setting

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Completing myself. Though, you insist on being able to enter it as a number anyway, hoping ob-asymptote will do the magic behind. How could it, since the language can't itself? Actually, the attached patch does that magic: if there's any string

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: I don't know asymptote well enough to know if you would /always/ want a heterogeneous table to be converted to all strings, or if there would ever be a case where you would want mixed types in a table. There are no mixed types arrays in

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Eric Schulte schulte.e...@gmail.com writes: I don't know asymptote well enough to know if you would /always/ want a heterogeneous table to be converted to all strings, or if there would ever be a case where you would want mixed types in a

[O] orgmode and org-drill

2011-08-29 Thread Alfred Neumann
I'd like to learn vocabulary with org-drill in orgmode, which both I find very cleverly programmed and useful. After pressing Enter after the question in org-drill mode the properties will get fully expanded and fill the screen ahead of the answer. - Can I configure org-drill mode to avoid this

Re: [O] setting up org-remember

2011-08-29 Thread Renato
On Mon, 29 Aug 2011 16:13:22 +0200 Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Renato, Renato wrote: Hello, I'm trying to set up org-remember, however I'm having some problems. I seem to miss the function org-remember-insinuate (No Match). However that function seems to be

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread András Major
Hi Eric, Given that asymptote can not make use of heterogeneous tables, it seems that it would be easiest to simply silently converted any table containing a single string element to a table of all strings. I've just applied your previous patch (thanks for the patch!). If this proves

[O] indent fixup error on refile

2011-08-29 Thread Michael Gilbert
Hi — I'm afraid I don't know exactly where this error was introduced (I do nightly updates) and I have been on travels and haven't been monitoring the list closely. So I apologize in advance is this is a lousy error message. But I wanted to put it out there in case it was already something

Re: [O] Bug: babel: results switch (output vs. value) has no or wrong effect for sh source block [7.7 (release_7.7.107.g7a82)]

2011-08-29 Thread Michael Brand
Hi Eric On Tue, Aug 23, 2011 at 19:13, Eric Schulte schulte.e...@gmail.com wrote: Note that during interactive evaluation if the exit status is non-0 then STDERR will be dumped into a babel error buffer which will be poped up, so this information will not be silently discarded. Thanks for

Re: [O] setting up org-remember

2011-08-29 Thread Sebastien Vauban
Hi Renato, Renato wrote: On Mon, 29 Aug 2011 16:13:22 +0200 Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Renato wrote: Hello, I'm trying to set up org-remember, however I'm having some problems. I seem to miss the function org-remember-insinuate (No Match). However that function

[O] Fwd: setting up org-remember

2011-08-29 Thread Jonathan Leech-Pepin
Forwarding to list (forgot to include in reply) -- Forwarded message -- From: Jonathan Leech-Pepin jonathan.leechpe...@gmail.com Date: Mon, Aug 29, 2011 at 4:05 PM Subject: Re: [O] setting up org-remember To: Renato renn...@gmail.com Hi Renato, Emacs-bzr (emacs24) in the AUR

Re: [O] setting up org-remember

2011-08-29 Thread Pieter Praet
On Mon, 29 Aug 2011 20:47:48 +0200, Renato renn...@gmail.com wrote: On Mon, 29 Aug 2011 16:13:22 +0200 Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Renato, Renato wrote: Hello, I'm trying to set up org-remember, however I'm having some problems. I seem to miss the

Re: [O] Bug: Babel: asymptote: erroneous conversion of heterogeneous-typed table

2011-08-29 Thread Nick Dokos
Eric Schulte schulte.e...@gmail.com wrote: András Major andras.g.ma...@gmail.com writes: Hi Eric, Given that asymptote can not make use of heterogeneous tables, it seems that it would be easiest to simply silently converted any table containing a single string element to a table of

[O] [babel] small patch (inline src blocks cannot start at bol)

2011-08-29 Thread Nicolas Goaziou
Hello, For now inline src blocks cannot start at bol. In the following example, only the first inline block is recognized. This src_emacs-lisp{(1+ 1)} is ok. src_emacs-lisp{This} isn't. The small following patch should fix that. Regards, -- Nicolas Goaziou From

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
On Mon, Aug 29, 2011 at 09:59, Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu stelian.ia...@gmail.com wrote: On Sun, Aug 28, 2011 at 19:09, Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu stelian.ia...@gmail.com wrote: I am trying to switch between TODO and DONE states with

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Stelian Iancu
On Mon, Aug 29, 2011 at 23:42, Stelian Iancu stelian.ia...@gmail.com wrote: On Mon, Aug 29, 2011 at 09:59, Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu stelian.ia...@gmail.com wrote: On Sun, Aug 28, 2011 at 19:09, Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu

Re: [O] [babel] small patch (inline src blocks cannot start at bol)

2011-08-29 Thread Eric Schulte
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, For now inline src blocks cannot start at bol. In the following example, only the first inline block is recognized. This src_emacs-lisp{(1+ 1)} is ok. src_emacs-lisp{This} isn't. The small following patch should fix that. I've just

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Nick Dokos
Stelian Iancu stelian.ia...@gmail.com wrote: Then start up an emacs without any of your customizations, load the minimal.emacs file and visit an org file and try what you tried before:   emacs -q -l /path/to/minimal.emacs /path/to/somefile.org and try changing a TODO as before.  

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Nick Dokos
Stelian Iancu stelian.ia...@gmail.com wrote: So it is a customization issue. Now the question is what :-). I should mention that I am using both dev versions for Emacs and org-mode (Emacs from bzr from a few days ago and org-mode from git from a few days ago) on Mac OS X 10.7. Emacs is

[O] Custom latex environments using properties

2011-08-29 Thread suvayu ali
Hi everyone, I am trying to implement a way to wrap a custom latex environment around a sub-tree where I specify the environment and its options as a PROPERTY. I am expecting it to work as BEAMER_env or BEAMER_envargs works for org-beamer export. To give you an example: * Bs decay (Bs-Dsh)

Re: [O] Bug: wrong-type-argument when changing TODO state [7.7]

2011-08-29 Thread Nick Dokos
I'm pretty tired and I might have misunderstood what is happening here, so don't put too much weight on the following. I'll need some sleep before I can take a whack at it again however. Nick Nick Dokos nicholas.do...@hp.com wrote: Stelian Iancu stelian.ia...@gmail.com wrote: So it is a

[O] Change in org-babel with indenting code blocks?

2011-08-29 Thread John Wiegley
I don't have any org-babel variables customized. I have a code block like this: *** NOTE Assets:Receivable:CEG #+begin_src sh :results value :exports results ledger reg --inject=Expected '^income:ceg' ledger reg --sort date -b 2007 receivable:CEG #+end_src :PROPERTIES:

Re: [O] [PATCH 1/5] Extend scope 'region to include body of last headline in active region

2011-08-29 Thread David Maus
Hi Carsten, At Thu, 25 Aug 2011 07:40:52 +0200, Carsten Dominik wrote: On 25.8.2011, at 06:25, David Maus wrote: * org.el (org-map-entries): Extend scope 'region to include entire body of last headline in active region. --- lisp/org.el |8 ++-- 1 files changed, 6

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-08-29 Thread David Maus
Hi Carsten, At Mon, 29 Aug 2011 11:29:04 +0200, Carsten Dominik wrote: On Aug 28, 2011, at 3:58 PM, David Maus wrote: Hi Carsten, At Thu, 25 Aug 2011 08:13:21 +0200, Carsten Dominik wrote: I am wondering, why did you choose to skip invisible headlines? I would worry that this

Re: [O] [PATCH 2/5] Immediately return if scope is region but no region is active

2011-08-29 Thread David Maus
Attached patch superseeds the old one, required to be applied after Extend scope 'region -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de From 8a0e1630629693a85a824713b1357faa49a372f0 Mon Sep 17 00:00:00 2001 From: David Maus dm...@ictsoc.de Date: Tue,