[O] Re-align All Tables in a Region.

2012-08-18 Thread Ian Barton
I have a file which contains lots of tables. The document is created by a shell script, so when it's opened none of the tables are aligned. Is there a command that will let me re-align all tables in a region? There are a lot of tables, so I don't want to do them one at a time. As a workaround

Re: [O] [GSoC] Org Merge Driver Update

2012-08-18 Thread Andrew Young
Hello Simon, On Fri, Aug 17, 2012 at 10:09 PM, Simon Thum wrote: > Hi Andrew, > > sorry to report less exciting things. I could not compile - the repo > contains two invalid links into my system: > > lrwxrwxrwx 1 simon users38 Aug 18 04:01 tap-driver.sh -> > /usr/share/automake-1.12/tap-drive

Re: [O] Re-align All Tables in a Region.

2012-08-18 Thread Andrew Young
Hi Ian, On Sat, Aug 18, 2012 at 4:14 AM, Ian Barton wrote: > I have a file which contains lots of tables. The document is created by a > shell script, so when it's opened none of the tables are aligned. Is there a > command that will let me re-align all tables in a region? There are a lot of > ta

[O] Babel-tables: Column-width formatting strings should be discarded while tangling

2012-08-18 Thread Luis Muñiz
Given the following table and source block: #+TBLNAME: sample-table | n | 2**n | 3**n | |---++| | <5> | <10> | <10> | | 1 | 2 | 3 | | 2 | 4 | 9 | #+BEGIN_SRC emacs-lisp :var data=sample-table :tan

[O] Babel-tables: need to enable language to pass tables to code blocks

2012-08-18 Thread Luis Muñiz
Hi! I've started using tables to provide data to my babel-embedded scripts, and I've found some issues. The first one is that table data is embedded in tangled scripts only if the source language has been enabled for http://orgmode.org/org.html#Languages";>evaluation. That is, given a sample tab

Re: [O] new tag query parser [1/5] -- the motivating issues

2012-08-18 Thread Martin Pohlack
Hi Christopher, If I understand your descriptions correctly, your proposed changes are very cool. Could you elaborate a little bit on performance? * Are we going to see speedups? In what cases? How much? * If we lose performance, could you quantify that a bit with some examples? A question r

[O] Interweaveing code and results with :session

2012-08-18 Thread Ista Zahn
Hi, I would like to interweave multi-line R code and results, like this: #+begin_src R :results output 2+2 3+3 #+end_src #+results: : > 2+2 : [1] 4 : > 3+3 : [1] 6 while using R :session. The solution posted at http://lists.gnu.org/archive/html/emacs-orgmode/2010-08/msg00785.html is to set #+b

Re: [O] get rid of empty caption on html export?

2012-08-18 Thread Jambunathan K
Matt Price writes: > Hi, > > I have asimpl table in an org document which, when i export to HTML, > is for some reason accompanied by an empty tag. My > wordpress theme causes the caption to take up valuable space... is > there any way to surpress the caption tag from being created on > export?

Re: [O] Bug: html export converts "<" to "<" with "#!RESULTS" option [7.8.11]

2012-08-18 Thread Jambunathan K
If you switch to git version of Org-mode, then you can use org-e-html.el to do your export. The results look OK to me with M-x org-export-dispatch RET etc etc. Feiming Chen writes: > --- > - > > Please see the attached test f

[O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Eric Schulte
Hi, I'd like to put together an ELPA package for org-ehtml [1], but it has dependencies not only on Org-mode but also on org-export (which is in contrib). Is there a way to require contrib packages through ELPA, or should I just package up org-export into its own ELPA package? Thanks, Footnotes

[O] Faces interaction between org-mode and emacs24

2012-08-18 Thread Jay McCarthy
I recently upgraded from emacs23 to emacs24, using the current git version of org-mode with both (current = e4c4d85). I am now experiencing something odd. If I open up the org-agenda to see my TODOs, the node titles are colored one way (red for late, gray for future, etc). I have this color setup

Re: [O] new tag query parser [1/5] -- the motivating issues

2012-08-18 Thread Christopher Genovese
Hi Martin, Assuming that org.el (with the new parser code) is byte-compiled, the performance difference is very minor. The only difference comes in converting the query string to a matcher form. The new parser has some additional overhead in function calls and keeping track of state, but in pra

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Jambunathan K
Eric Schulte writes: > Hi, > > I'd like to put together an ELPA package for org-ehtml [1], but it has > dependencies not only on Org-mode but also on org-export (which is in > contrib). Is there a way to require contrib packages through ELPA, or > should I just package up org-export into its own

[O] [BUG] Org Mode Bug With #+TODO In-Buffer Setting

2012-08-18 Thread Neil Smithline
Org Mode doesn't completely ignore lines with a `TODO' in-buffer setting that have a space between the hash and plus sign. The file and the instructions for reproducing this are in the gist below. I recommend grabbing the raw gist to avoid Github formatting (it seems to like to format plain tex

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Eric Schulte
Jambunathan K writes: > Eric Schulte writes: > >> Hi, >> >> I'd like to put together an ELPA package for org-ehtml [1], but it has >> dependencies not only on Org-mode but also on org-export (which is in >> contrib). Is there a way to require contrib packages through ELPA, or >> should I just p

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Jambunathan K
Eric Schulte writes: > Jambunathan K writes: > >> Eric Schulte writes: >> >>> Hi, >>> >>> I'd like to put together an ELPA package for org-ehtml [1], but it has >>> dependencies not only on Org-mode but also on org-export (which is in >>> contrib). Is there a way to require contrib packages th

Re: [O] mobile-org, webdav, can't push (password not accepted)

2012-08-18 Thread Adam Spiers
Hi James, On Sun, Jul 15, 2012 at 8:18 PM, James Harkins wrote: > At Sat, 14 Jul 2012 12:05:16 -0400, > James Harkins wrote: >> >> Hi, I need a little help with mobile-org and webdav. (I need to use webdav >> because I live year-round in China, and the last time I tried, dropbox was >> not acce

Re: [O] MobileOrg, webdav, correct use of org-mobile-directory?

2012-08-18 Thread Adam Spiers
Hi all, I think some confusion has (quite understandably) arisen in this thread about how the org-mobile + webDAV + tramp + scp combination is supposed to work. At risk of getting it all wrong and looking like a fool, I *think* I can help explain :-) On Sun, Aug 12, 2012 at 2:11 PM, Nick Dokos

Re: [O] how to use contrib packages through ELPA (specifically org-export)

2012-08-18 Thread Jambunathan K
Jambunathan K writes: > If the user experience is Wiki-like call it org-wiki-client and > org-wiki-server and the whole bundle org-wiki. > > If you want something cool, call it org-whatever-app. > > If you want to "promote", elnode just call it elnode_mod_org or > elnode_mod_elisp. Take inspirat

[O] org-fill-paragraph crashes at eob

2012-08-18 Thread Samuel Wales
Cannot debug it, but when org-fill-paragraph is called on a paragraph with no final newline. Top: Debugger entered--Lisp error: (args-out-of-range 1179 1263) buffer-substring-no-properties(1179 1263) (replace-regexp-in-string " " (make-string tab-width 32) (buffer-substring-no-properties (p

[O] org-fill-paragraph does not recognize comments

2012-08-18 Thread Samuel Wales
asdfanksd jfn lakjsdnf kajnsd fklajn dfkjan sdkfjna kdsjfn. aiosudn fakljsdnf lkasjdnf kaljdnf kalsjndf kajsdnf kajsndf kajnsdf kaj. #asdfasd fjanskd fjna skdfjn This makes the comment join the paragraph. Filladapt used to handle it. Thanks. Samuel -- The Kafka Pandemic: http://thekafkapandem

Re: [O] MobileOrg, webdav, correct use of org-mobile-directory?

2012-08-18 Thread Adam Spiers
On Sun, Aug 19, 2012 at 12:25 AM, Adam Spiers wrote: > Agreed. If at least one person lets me know that my explanations > above make sense, I might find some time to tweak the FAQ accordingly. I went ahead and tweaked it anyway: http://orgmode.org/worg/org-faq.html#sec-20 However, I can't figu

Re: [O] MobileOrg, webdav, correct use of org-mobile-directory?

2012-08-18 Thread Nick Dokos
Adam Spiers wrote: > > > > > org-mobile-directory: /scpc:**user**@localhost:80/webdav/ > > > > > > > > This looks wrong > > Yes, it doesn't make sense to use tramp to scp files to localhost :-) > > > Your other email shows that you figured this out. > > > > > 2. This destination is modeled on t

Re: [O] MobileOrg, webdav, correct use of org-mobile-directory?

2012-08-18 Thread James Harkins
At Sun, 19 Aug 2012 02:35:20 +0100, Adam Spiers wrote: > > On Sun, Aug 19, 2012 at 12:25 AM, Adam Spiers wrote: > > Agreed. If at least one person lets me know that my explanations > > above make sense, I might find some time to tweak the FAQ accordingly. > > I went ahead and tweaked it anyway: