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

2011-08-29 Thread Nicolas Goaziou
Hello, Anders Waldenborg 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 the link s

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 wrote: > Stelian Iancu 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  : GNU Emacs 23.2.1 (i486-pc-l

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

2011-08-29 Thread Nick Dokos
Stelian Iancu wrote: > On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: > > Stelian Iancu 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. > >> >

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

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

2011-08-29 Thread Nicolas Goaziou
Hello, Major A 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 with double-quotes but n

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

2011-08-29 Thread Nick Dokos
Major A 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 with double-quotes bu

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 wrote: >> "Sebastien Vauban" 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 for >> > current buffer? (y

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 th

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 ma

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 featu

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

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

2011-08-29 Thread Nicolas Goaziou
Anders Waldenborg 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 th

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

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

2011-08-29 Thread Nicolas Goaziou
András Major 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 limitation of Asymptote. 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

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

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 s

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

2011-08-29 Thread Nicolas Goaziou
Hello, Jambunathan K 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 regression tests yet.

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

2011-08-29 Thread Nicolas Goaziou
Anders Waldenborg 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 too, se

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

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 +0200,

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

2011-08-29 Thread Jambunathan K
Nicolas Goaziou writes: > Hello, > > Jambunathan K 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. Confirming that thi

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 > Gustav Wikström 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 > > this, like automatically setti

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

2011-08-29 Thread Nicolas Goaziou
András Major 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. - #+tblname: mixe

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 wrote: > Stelian Iancu wrote: > >> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: >> > Stelian Iancu wrote: >> > >> >> >> >> I am tr

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

2011-08-29 Thread Eric Schulte
Max Flöttmann 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 that is not in

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

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 i

[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

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

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

2011-08-29 Thread Eric Schulte
Nicolas Goaziou 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 in > the ta

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

2011-08-29 Thread Nicolas Goaziou
Hello, Eric Schulte 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 Asymptote, hence the pro

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

2011-08-29 Thread Eric Schulte
Nicolas Goaziou writes: > Hello, > > Eric Schulte 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 ty

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

Re: [O] setting up org-remember

2011-08-29 Thread Renato
On Mon, 29 Aug 2011 16:13:22 +0200 "Sebastien Vauban" 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 defined in > > org-

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

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

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

2011-08-29 Thread Eric Schulte
András Major 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 all strings. I've just >> applied your previous patch (thanks for th

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 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 emphasizing this. I did

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" 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 seems to be de

[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 Date: Mon, Aug 29, 2011 at 4:05 PM Subject: Re: [O] setting up org-remember To: Renato Hi Renato, Emacs-bzr (emacs24) in the AUR will provide a much more up-to-date Org so you ca

Re: [O] setting up org-remember

2011-08-29 Thread Pieter Praet
On Mon, 29 Aug 2011 20:47:48 +0200, Renato wrote: > On Mon, 29 Aug 2011 16:13:22 +0200 > "Sebastien Vauban" 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 (N

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

2011-08-29 Thread Nick Dokos
Eric Schulte wrote: > András Major 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 all strings. I've just > >> appl

[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 98ec0a9d86f1b4f35be0530e2d8

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 wrote: > Stelian Iancu wrote: > >> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: >> > Stelian Iancu wrote: >> > >> >> >> >> I am trying to switch between TODO and DONE states with Shift-Right >> >> Arrow and I get a (wrong-type-argument stringp nil)

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 wrote: > On Mon, Aug 29, 2011 at 09:59, Nick Dokos wrote: >> Stelian Iancu wrote: >> >>> On Sun, Aug 28, 2011 at 19:09, Nick Dokos wrote: >>> > Stelian Iancu wrote: >>> > >>> >> >>> >> I am trying to switch between TODO and DONE states with Shift-Ri

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

2011-08-29 Thread Eric Schulte
Nicolas Goaziou 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 applied t

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

2011-08-29 Thread Nick Dokos
Stelian Iancu 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.  Does tha

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

2011-08-29 Thread Nick Dokos
Stelian Iancu 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 installed using h

[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) B

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 wrote: > Stelian Iancu wrote: > > > > > So it is a customization issue. Now the question

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

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 wor

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 Date: Tue, 30 Aug 2011 06:

Re: [O] Custom latex environments using properties

2011-08-29 Thread Jambunathan K
suvayu ali writes: Suvayu > 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. Not stric

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

2011-08-29 Thread Max Flöttmann
Hi Eric, Thanks for the response. I pulled the newest org version from the repository, mine was a few weeks old. Now it's returning results correctly. Cheers, Max 2011/8/29 Eric Schulte > Max Flöttmann writes: > > > Hi, > > When i run a code block like this using C-c C-c: > > > > #+BEGIN_SRC R

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

2011-08-29 Thread Sebastien Vauban
Hi John, John Wiegley wrote: > 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

Re: [O] Custom latex environments using properties

2011-08-29 Thread Sebastien Vauban
Hi Jambunathan and Suvayu, Jambunathan K wrote: > suvayu ali writes: >> 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 >> o