Re: [O] #+call split into multiple lines?

2013-03-28 Thread Eric Abrahamsen
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Eric, > > Eric Abrahamsen writes: > >> PS the (card=card-table[0,]) syntax is new to me, is that a >> Babel-specific construct? > > Do you mean the indexing into the table? That's described here: > > http://orgmode.org/manual/var.html#var > > in the

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Thomas S. Dye
Aloha Eric, Eric Abrahamsen writes: > PS the (card=card-table[0,]) syntax is new to me, is that a > Babel-specific construct? Do you mean the indexing into the table? That's described here: http://orgmode.org/manual/var.html#var in the section `Indexable variable values' near the bottom. ht

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Eric Abrahamsen
"Sebastien Vauban" writes: > Hi Thomas, > > Thomas S. Dye wrote: >> In this situation I often put the arguments in a named Org table and >> then write the Babel source code block to take a single argument--the >> table name--and parse the information passed in that way. >> >> #+name: card-table

[O] [PATCH] Process hlines in imported tables

2013-03-28 Thread Rick Frankel
Currently, there is no way to include an hline in an imported or converted table. The `org-babel-import-elisp-from-file converts lines starting with '-' (or '|-') to an integer 0, because, even though `org-table-to-lisp' will correctly convert lines starting with "|-", because `org-table-convert-re

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Thomas S. Dye
Aloha Seb, "Sebastien Vauban" writes: > Hi Thomas, > > Thomas S. Dye wrote: >> In this situation I often put the arguments in a named Org table and >> then write the Babel source code block to take a single argument--the >> table name--and parse the information passed in that way. >> >> #+na

Re: [O] BUG: ELPA package

2013-03-28 Thread Bastien
Hi Will, wgreenhouse-sgozh3hwpm2stnjn9+b...@public.gmane.org (W. Greenhouse) writes: > When upgrading from one GNU ELPA package to the next (in my case, from > ELPA version org-20130318 to org-20130325), `load-path' is not refreshed > by installing the new package, which means that `org-reload'

Re: [O] Bugs x2: fast tag selection broken, column view broken?

2013-03-28 Thread Toby Cubitt
On Thu, Mar 28, 2013 at 10:29:06PM +0100, Bastien wrote: > Hi Toby, > > Toby Cubitt writes: > > > I'm experiencing two unrelated new bugs in the latest git: > > > > 1. In agenda view, the list of fast-tag-selection keys in the > >`org-agenda-filter-by-tag' prompt is always empty, and fast ta

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-28 Thread Christian Moe
Ouch, I messed those illustrations up, and I suppose my message wasn't easy to understand to begin with. Sorry. > One thing to consider is whether this markup should support author and > timestamp info in a way that the parser should understand and pass on to > relevant backends. The annotation

Re: [O] org-mode 7.9.4 now returns org-strip-protective-commas

2013-03-28 Thread Luke Crook
On Fri, Mar 22, 2013 at 1:54 PM, Nick Dokos wrote: > > > My guess is that you have a seriously mixed-up installation. It was a load-path problem. I use an init.el file to load my ~/.emacs.d/ emacs.org initialization file, and I totally forgot to update the path to the org directory in init.el

Re: [O] Proposal for new/updated exporter tutorials on Worg

2013-03-28 Thread John Hendy
Started restructuring a bit. Here's what I have: |-- beamer | |-- index.org | |-- ox-beamer.org | |-- presentation.org | `-- tutorial.org |-- filter-markup.org |-- freemind.org |-- index.org |-- ox-overview.org |-- ox-template.org |-- taskjuggler.org `-- xoxo.org Prior to seeing index.org

[O] run python from org, draft

2013-03-28 Thread Andreas Röhler
Hi, as running python from org-source has been reported broken, herewith a patch, which allows basic usage. Requires python-mode.el-6.1 https://launchpad.net/python-mode/trunk/6.1.1/+download/python-mode.el-6.1.1.tar.gz Just a draft, not thought as implementation, Andreas diff --git a/lisp/ob

[O] BUG: ELPA package

2013-03-28 Thread W. Greenhouse
Hi, When upgrading from one GNU ELPA package to the next (in my case, from ELPA version org-20130318 to org-20130325), `load-path' is not refreshed by installing the new package, which means that `org-reload' does not work without manually fixing `load-path' and evaluating (load "org"). I would e

Re: [O] Bugs x2: fast tag selection broken, column view broken?

2013-03-28 Thread Bastien
Hi Toby, Toby Cubitt writes: > I'm experiencing two unrelated new bugs in the latest git: > > 1. In agenda view, the list of fast-tag-selection keys in the >`org-agenda-filter-by-tag' prompt is always empty, and fast tag >selection no longer works. (I have fast-tag-selection keys configu

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Sebastien Vauban
Hi Thomas, Thomas S. Dye wrote: > In this situation I often put the arguments in a named Org table and > then write the Babel source code block to take a single argument--the > table name--and parse the information passed in that way. > > #+name: card-table > | cname | gname

Re: [O] #+call split into multiple lines?

2013-03-28 Thread Thomas S. Dye
Aloha Stefan, In this situation I often put the arguments in a named Org table and then write the Babel source code block to take a single argument--the table name--and parse the information passed in that way. #+name: card-table | cname | gname | photo |

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-28 Thread Christian Moe
> Speaking of inlined elements, I repeat that [note:label] within the > paragraph should offer a good markup for annotations. I agree, and favor a move from annotation blocks to a solution like that.[note:1] [note:1] That is, like this? One thing to consider is whether this markup should suppor

[O] #+call split into multiple lines?

2013-03-28 Thread Stefan Vollmar
Hallo, I am a new Org-Babel convert (thanks, Nicolas!) and our first project replaces a MACRO (raw HTML template) with 12+ arguments and is a major improvement as we can now use named arguments. This short example works: #+call: mhead-hcard(cname="Dr. Stefan Vollmar",gname="Stefan",prefix="Dr

Re: [O] :session question - a simple PATCH

2013-03-28 Thread Andreas Leha
John Hendy writes: [...] > > Haven't really been following along, but this works for me (after execution): > > #+begin_src emacs-lisp > (setq org-babel-default-header-args:R > '((:session . "org-R"))) > #+end_src > > > These aren't: > > -*- org-babel-default-header-args:R: ((:s

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-28 Thread Achim Gratz
Am 28.03.2013 15:41, schrieb Nicolas Goaziou: Then you're contradicting yourself, since you also said: I suggest to follow the lead of (La)TeX and determine begin and end of such blocks by blank lines. In your example, the end of the "P-block" isn't at the blank line. My comment was on th

Re: [O] Bug: Export of table.el to LaTeX fails [7.9.4 (7.9.4-dist @ c:/Users/kwilliams/share/emacs/site-lisp/org/)]

2013-03-28 Thread Ken Williams
> -Original Message- > From: Nicolas Goaziou [mailto:n.goaz...@gmail.com] > Sent: Thursday, March 28, 2013 10:49 AM > To: Ken Williams > > Ken Williams writes: > > > Something apparently even ate part of the attachment - there are some > > Null bytes in there I guess. Here's a paste of

Re: [O] A t-shirt idea;)

2013-03-28 Thread Marcin Borkowski
Dnia 2013-03-28, o godz. 10:54:07 Karl Voit napisał(a): > * Marcin Borkowski wrote: > > Dnia 2013-03-27, o godz. 19:34:45 > > Jude DaShiell napisał(a): > > > >> Maybe something like: > >> Feng Shui for your computer, > >> ORG-MODE! > >> would work. > > > > Well, I have strong negative a

[O] Bugs x2: fast tag selection broken, column view broken?

2013-03-28 Thread Toby Cubitt
I'm experiencing two unrelated new bugs in the latest git: 1. In agenda view, the list of fast-tag-selection keys in the `org-agenda-filter-by-tag' prompt is always empty, and fast tag selection no longer works. (I have fast-tag-selection keys configured in `org-tag-alist', and my `org-us

Re: [O] [ox-publish] handling of white space in arguments of macros, named arguments?

2013-03-28 Thread Achim Gratz
Am 28.03.2013 17:22, schrieb Nicolas Goaziou: My point is that macro templates have to fit in a single line, no newline character allowed. As a consequence, macro arguments are implicitly expected to fit in a single line. So a newline character in an argument is probably wrong. My point is that

Re: [O] Org-mode as a replacement for Google Reader

2013-03-28 Thread François Pinard
Jude DaShiell writes: > Now, how to get from what's in info newsticker to actually adding a > real feed and have newsticker work is another matter entirely. I gave it a quick try, and found frustrating that it looks attractive in its display and specs, that it seems to be nicely done at first gl

Re: [O] Capture/store link bug

2013-03-28 Thread Matt Lundin
Bastien writes: > Hi Matt, > > I pushed a fix for this yesterday. Storing links from every line in > the active region is now achieved when the user hits three C-u before > the command. > > Let me know if it works for you! And thanks for reporting bugs in > this important area. It works great!

Re: [O] [ox-publish] handling of white space in arguments of macros, named arguments?

2013-03-28 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Am 27.03.2013 17:26, schrieb Nicolas Goaziou: >> I think all newline characters should be replaced with a whitespace >> character in macro arguments. Indeed, macro templates are only one line >> long but unwanted "\n" could be inserted by paragraph filling in >> argu

Re: [O] Bug: Export of table.el to LaTeX fails [7.9.4 (7.9.4-dist @ c:/Users/kwilliams/share/emacs/site-lisp/org/)]

2013-03-28 Thread Nicolas Goaziou
Hello, Ken Williams writes: > Something apparently even ate part of the attachment - there are some > Null bytes in there I guess. Here's a paste of the rest of the > attachment, as viewed in `less` to zap the non-ASCIIs. FWIW, I cannot reproduce the problem on Org-mode version 8.0-pre (releas

Re: [O] Bug: Export of table.el to LaTeX fails [7.9.4 (7.9.4-dist @ c:/Users/kwilliams/share/emacs/site-lisp/org/)]

2013-03-28 Thread Ken Williams
Something apparently even ate part of the attachment - there are some Null bytes in there I guess. Here's a paste of the rest of the attachment, as viewed in `less` to zap the non-ASCIIs. -Ken Debugger entered--Lisp error: (error "Invalid search bound (wrong side of point)") re-search-for

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-28 Thread Nicolas Goaziou
Hello, Achim Gratz writes: >> It wouldn't allow paragraphs within the annotation. > > ??? > > 8< > There is an annotation by the original author here > #+BEGIN_ANNOTATION >I never meant to break this paragraph. > >But here's a second one in the annotation, >

[O] Bug: Export of table.el to LaTeX fails [7.9.4 (7.9.4-dist @ c:/Users/kwilliams/share/emacs/site-lisp/org/)]

2013-03-28 Thread Ken Williams
My email client seems to be eating the formatting in the bug report, so I'm attaching it as a text file. Hope that's okay. -Ken CONFIDENTIALITY NOTICE: This e-mail message is for the sole use of the intended recipient(s) and may contain confidential and priv

[O] SQL result as a single string, rather than table?

2013-03-28 Thread Gary Oberbrunner
I'd like to be able to put a result from SQL inline into my exported document. Something like this: Latest database record is from src_sql[:colnames no :results scalar]{select DATE(CreatedAt) from Event order by CreatedAt desc limit 1;}. In that case, the SQL result almost works (it surrounds th

Re: [O] :session question

2013-03-28 Thread John Hendy
On Wed, Mar 27, 2013 at 3:35 PM, Eric Schulte wrote: > Andreas Leha writes: > > [...] >> >> Is that just not working for me? And any ideas, what I could do about >> it? >> > > I have no good ideas. Is the `org-babel-default-header-args:R' variable > defined on your system before you load this f

Re: [O] :session question

2013-03-28 Thread John Hendy
On Thu, Mar 28, 2013 at 5:25 AM, Andreas Leha wrote: > Hi Eric, > > Eric Schulte writes: > >> Andreas Leha writes: >> >> [...] >>> >>> Is that just not working for me? And any ideas, what I could do about >>> it? >>> >> >> I have no good ideas. Is the `org-babel-default-header-args:R' variable

Re: [O] Proposal for new/updated exporter tutorials on Worg

2013-03-28 Thread John Hendy
On Mar 28, 2013 5:37 AM, "Carsten Dominik" wrote: > > > On 28 mrt. 2013, at 06:31, Thomas S. Dye wrote: > > > Aloha John, > > > > Nice work. I look forward to contributing. > > > Another part is either getting rid of, or clearly labeling, all the Worg > > pages that deal with the old exporters.

[O] [BUG] [ODT] Subtree export gives wrong footnote style

2013-03-28 Thread Christian Moe
Hi, The new ODT exporter sometimes, but not always fails to put footnotes in Footnote style as expected. They are left in Text Body, which is wrong (and surprisingly difficult to fix in LibreOffice). After a bit of trial and failure, it seems the error depends on the scope of export: Exporting

Re: [O] Proposal for new/updated exporter tutorials on Worg

2013-03-28 Thread Carsten Dominik
On 28 mrt. 2013, at 06:31, Thomas S. Dye wrote: > Aloha John, > > Nice work. I look forward to contributing. > > Another part is either getting rid of, or clearly labeling, all the Worg > pages that deal with the old exporters. I can see them being a source > of real confusion when 8.0 is ad

Re: [O] Proposal for new/updated exporter tutorials on Worg

2013-03-28 Thread Carsten Dominik
Hi John, these are all excellent ideas, thank you for making the start to a systematic way to put this kind of information onto Worg. If you have time to make a template, I am sure this would be appreciated. - Carsten On 28 mrt. 2013, at 05:51, John Hendy wrote: > Greetings, > > > I just

Re: [O] :session question

2013-03-28 Thread Andreas Leha
Hi Eric, Eric Schulte writes: > Andreas Leha writes: > > [...] >> >> Is that just not working for me? And any ideas, what I could do about >> it? >> > > I have no good ideas. Is the `org-babel-default-header-args:R' variable > defined on your system before you load this file? If not, maybe y

Re: [O] Org-mode as a replacement for Google Reader

2013-03-28 Thread Jude DaShiell
I did also try rss2email r2e and that needs its config.py file put in the ~/.rss2email/ directory and users will need to edit that config.py file to set things correct for local installations. It does work once this gets done. On Wed, 27 Mar 2013, Carmine Casciato wrote: > > Jude DaShiell w

Re: [O] A t-shirt idea;)

2013-03-28 Thread Karl Voit
* Marcin Borkowski wrote: > Dnia 2013-03-27, o godz. 19:34:45 > Jude DaShiell napisał(a): > >> Maybe something like: >> Feng Shui for your computer, >> ORG-MODE! >> would work. > > Well, I have strong negative associations with feng shui, so I guess > not. ... and you have positive assoc

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-28 Thread Christian Moe
Hi again, While we're at it, there's trouble with custom author and date info in annotations. I hadn't really noticed, since my name was inserted anyway and dates didn't matter much to my work. 1. Author and date attributes of the annotation are ignored, unless I'm writing them wrong (I've tried

[O] org-babel: two confirmations for org/HTML "macro"?

2013-03-28 Thread Stefan Vollmar
Hallo, we currently use MACROs for adding http://microformats.org/wiki/hcard information to web pages we create from org sources. As these MACROs have 12+ arguments, this is an error prone and inelegant way of getting the desired result. Nicolas Goaziou suggested using a babel approach so we co

Re: [O] [ox-publish] handling of white space in arguments of macros, named arguments?

2013-03-28 Thread Stefan Vollmar
Dear Nicolas, On 27.03.2013, at 17:26, Nicolas Goaziou wrote: >> ... >> >> but now the white space around the arguments is no longer stripped and/or >> other effects cause "<" and ">" in the macro to be exported as "<" etc. >> >> This version seems to work fine: >> >> {{{mhead-hcard(Dr. Stefa

Re: [O] [BUG] [ODT] Annotations break paragraphs

2013-03-28 Thread Christian Moe
Nicolas Goaziou writes: >> Minor cosmetic annoyance: An extra space is inserted >> before the annotation. >> >> Pending the introduction of a dedicated syntax, could we have this fix >> in master please? > > Sure, but, if it's not too much work, I'd like the extra space removed > first. Do you hav