[Orgmode] Selective export of table columns

2010-11-23 Thread Suvayu Ali
Hi, I recently was in a situation where I had tables like these, || smear param | \chi^2/DoF | \chi^2/DoF | | Sl | caloE perp | perp before | perp after | |+-+-+| | 3 | 3.008 | 8/13| 8.3/13 | | 2 | 3.508 | 8/13|

[Orgmode] [Babel] Error output buffer

2010-11-23 Thread Sébastien Vauban
Hi, A quick wished feature, if you agree on its usefulness. Currently, all error messages are concatenated to the same buffer, execution after execution, which makes it *difficult to distinguish between the new errors*, and the ones already seen previously. Different propositions: - delete the

[Orgmode] [Babel] Table collapsed as one big line, when passed to a shell script

2010-11-23 Thread Sébastien Vauban
#+TITLE: Line breaks preservation #+DATE: 2010-11-23 #+LANGUAGE: en_US * Abstract Table is seen as being *one big line*, when echo'ing all of its rows. * Passing var via Babel I want to *add a column* to the following table. #+results: table-message | This is line 1 of the message.

[Orgmode] Re: org-latex-to-pdf-process missing?

2010-11-23 Thread Bernt Hansen
Jeff Horn jrhorn...@gmail.com writes: Hi Jeff, Ok, that worked. Thanks, Erik. I'd appreciate your, or anyone else's help with the following questions. I'll take a shot at it :) 1) I see stuff floating around the list from time to time about org-install, which I've never had to use, but I

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Nick Dokos
Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi, I recently was in a situation where I had tables like these, || smear param | \chi^2/DoF | \chi^2/DoF | | Sl | caloE perp | perp before | perp after | |+-+-+| | 3 | 3.008 | 8/13

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Darlan Cavalcante Moreira
You could also use org-babel to get a new table with only the desired columns. -- Darlan At Tue, 23 Nov 2010 08:18:40 -0500, Nick Dokos nicholas.do...@hp.com wrote: Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi, I recently was in a situation where I had tables like these,

Re: [Orgmode] [Babel] Table collapsed as one big line, when passed to a shell script

2010-11-23 Thread Eric Schulte
Hi Seb, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: #+TITLE: Line breaks preservation #+DATE: 2010-11-23 #+LANGUAGE: en_US * Abstract Table is seen as being *one big line*, when echo'ing all of its rows. * Passing var via Babel I want to *add a column* to the

Re: [Orgmode] [Babel] Error output buffer

2010-11-23 Thread Eric Schulte
This is something that Dan and I have discussed as well. On the one hand it would be nice to wipe the buffer between block executions, but on the other hand when you are say exporting a file and running many code blocks at once it would be preferable to retain error messages from all of the code

[Orgmode] Error running ditaa

2010-11-23 Thread Dov Grobgeld
When running ditaa on Linux fedora 12 through java, I get the following errors: java -jar /usr/share/java/ditaa.jar -r -S /tmp/org-ditaa27392h-V blue_fd02b5c06d6a5cb80eaf27098c3c490dc81326ce.png Picked up _JAVA_OPTIONS: -Dawt.useSystemAAFontSettings=on Exception in thread main

[Orgmode] Bug: LaTeX fragments export to invalid XHTML

2010-11-23 Thread Uriel Avalos
This is the sample file: * Hello world \begin{align*} x=\frac{-b^2\pm\sqrt{b^2-4ac}}{2a} \end{align*} When you validate the resulting HTML file at the w3c site (http://validator.w3.org/check), it fails the check. If you recall, when org-export-with-latex-fragments is set to dvipng, it

[Orgmode] Re: Bugs in ob-haskell

2010-11-23 Thread Eric Schulte
Hi Robin, Robin Green gree...@greenrd.org writes: I've noticed a number of bugs in ob-haskell: 1. The first time I ran my code block, the results were given as something like: Prelude [[1], [2], [3]] and of course, this isn't an org table, as it should be. I don't think the Prelude

[Orgmode] Re: [Babel] Error output buffer

2010-11-23 Thread Dan Davison
Hi Eric, Seb, I'd actually just pushed my local fix that I had made to this so far. Our emails crossed because mine is being held up by gmane as I forgot to switch the obfuscated gmane reply address for the normal list address, but here's what will come through eventually: , | Hi Seb, | |

[Orgmode] Re: inconsistent export of R results in orgmode 7.3

2010-11-23 Thread Ian Kennedy
I just ran my example twice, the first time the data frame did not appear in the (HTML) export; the second time it did. Both times the *R* session buffer gave identical output, as follows: x - 1:5 y - data.frame(A=x, B=round(sin(x/3.3),3)) y A B 1 1 0.298 2 2 0.570 3 3 0.789 4 4 0.936

Re: [Orgmode] Automatic global tag list?

2010-11-23 Thread Uriel Avalos
On Tue, 23 Nov 2010 06:52:34 +0100 Carsten Dominik carsten.domi...@gmail.com wrote: On Nov 23, 2010, at 1:30 AM, Uriel Avalos wrote: Is there a way to auto-magically construct the global tag list (org- tag-alist)? That is, tags would get added to the global list as you add them.

Re: [Orgmode] Babel ':session ' bug?

2010-11-23 Thread Eric Schulte
Hi chuck, I just pushed up a change (and an exercising unit test) which should now finally actually fix this issue. Thanks for persistently pointing out the problem. Best -- Eric Charles C. Berry cbe...@tajo.ucsd.edu writes: On Mon, 22 Nov 2010, Eric Schulte wrote: Hi, I get the

[Orgmode] org-indent mode not indenting free text?

2010-11-23 Thread Erik Iverson
Hello, I just pulled the latest org from git, and org-indent mode does not seem to be fully working anymore. I still see the additional stars added to headlines, and they are shadowed properly. But the free text lines under each headline are not shown indented as they previously were. I

[Orgmode] Re: MobileOrg Android 0.4.5

2010-11-23 Thread Rémi Vanicat
Hello, Since I upgrade to the 0.4.5 version of MobileOrg for android, I've some new bugs with it: wen entering a sub item with no todo part, it will fail. Something like the following example is enough. * Notes ** Le petit cours d’autodéfense intellectuelle :ATTACH:

Re: [Orgmode] Automatic global tag list?

2010-11-23 Thread Carsten Dominik
On Nov 23, 2010, at 4:45 PM, Uriel Avalos wrote: On Tue, 23 Nov 2010 06:52:34 +0100 Carsten Dominik carsten.domi...@gmail.com wrote: On Nov 23, 2010, at 1:30 AM, Uriel Avalos wrote: Is there a way to auto-magically construct the global tag list (org- tag-alist)? That is, tags would get

[Accepted] [Orgmode] Re: In-buffer completion

2010-11-23 Thread Carsten Dominik
Patch 396 (http://patchwork.newartisans.com/patch/396/) is now Accepted. Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C874obblwa8.fsf%40gmail.com%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

[Orgmode] Org Mobile Setting and file encoding

2010-11-23 Thread Chao LU
Dear list, I'm trying to set up Mobile Org, but there's some problem, All my org files are placed in in ~/My Dropbox/org/org, as following: - (defvar org-dir (concat Dropbox /org) org dir) (defvar org-source-dir (concat Dropbox /org/org) org source dir) (defvar pub-html-dir (concat Dropbox

Re: [Orgmode] Automatic global tag list?

2010-11-23 Thread amscopub-mail
I just want to keep tag names consistent across files and I want to know what tags are in use in all files as I add a tag. However, it's too tedious to manually maintain org-tag-alist because I use a large and arbitrary number of tags at any given time. It would also be great if there was a

[Orgmode] [BUG] Clicking on inline image causes Emacs to segfault when using dynamic cursors

2010-11-23 Thread Jason Dunsmore
The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. 1) What exactly did you do? Evaluate the following Emacs config (dynamic cursor config is from http://emacs-fu.blogspot.com/2009/12/changing-cursor-color-and-shape.html):

[Orgmode] Re: Percent Done value not working....

2010-11-23 Thread C64 Whiz
C-c # didn't work. I'm still getting 66%. The only way I can get a complete count is to (setq org-hierarchical-todo- statistics nil) and change the keyword on heading 1.2.1. However, in my actual file, those lower headings are dates for journal entries. I don't want to put keywords on those.

Re: [Orgmode] Re: Percent Done value not working....

2010-11-23 Thread Carsten Dominik
On Nov 23, 2010, at 7:27 PM, C64 Whiz wrote: C-c # didn't work. I'm still getting 66%. The only way I can get a complete count is to (setq org-hierarchical-todo- statistics nil) and change the keyword on heading 1.2.1. However, in my actual file, those lower headings are dates for

Re: [Orgmode] org-indent mode not indenting free text?

2010-11-23 Thread Nicolas Goaziou
Hello, Erik Iverson writes: I still see the additional stars added to headlines, and they are shadowed properly. But the free text lines under each headline are not shown indented as they previously were. I can confirm this. It looks like the following commit is the culprit commit

Re: [Orgmode] [BUG] Clicking on inline image causes Emacs to segfault when using dynamic cursors

2010-11-23 Thread Jason Dunsmore
Nick Dokos nicholas.do...@hp.com writes: Open the org-file and click on the image. 2) What did you expect to happen? The image to be displayed in it's own buffer. Methinks that's not right: it's an inline image, you specify showing inline images on startup, so it should be shown

Re: [Orgmode] Re: [Babel] Need for an extra literal block construct

2010-11-23 Thread Nicolas Goaziou
Hello, Sébastien Vauban writes: Though, I don't understand cases where we would like to preserve the verbatimness of the linebreaks, but not of the lists, which is the case, currently, for VERSE. Is there any useful use case for that? For me, both should be supported together, whichever

[Orgmode] Brian Gough of Network Theory Limited about Org Mode

2010-11-23 Thread Carsten Dominik
Hi, there are some nice comments by Brian Gough of Network Theory Limited who has a couple of nice things to say about Org-mode. http://blogs.fsfe.org/fellowship-interviews/?p=156 Network Theory Limited is preparing the publication of the version 7.3 of the Org manual as a book.

Re: [Orgmode] Org Mobile Setting and file encoding

2010-11-23 Thread Joost Helberg
Chao, whenever mobileorg fails loading the file and converting it into an UTF8 string, the error message about encoding is presented. The cause of your problem can be many things: - the file is incorrectly recognised as encrypted - the file is incorrectly recognised as not-encrypted - the

[Orgmode] org-column face being changed somewhere...

2010-11-23 Thread Eric S Fraga
Hello, for a very long time now, I have been puzzling about why my org column view doesn't look right but I've never really had the chance to track down the problem. The view doesn't look right because the face used doesn't match the rest of the faces used in my org buffers. Specifically, the

Re: [Orgmode] [Babel] Error output buffer

2010-11-23 Thread Eric S Fraga
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi, A quick wished feature, if you agree on its usefulness. Currently, all error messages are concatenated to the same buffer, execution after execution, which makes it *difficult to distinguish between the new errors*, and the ones

[Orgmode] Re: org-column face being changed somewhere...

2010-11-23 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: The curious bit is that customize-face tells me that this face has been changed outside customize and yet I do not change this face *anywhere* that I can see (having grepped to my heart's content...). If I do use customize to set the height to 120, everything

[Orgmode] Re: [Babel] Error output buffer

2010-11-23 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: - add something visible after every execution, like a separator line or a ^L character (new page, than can easily be displayed as a rule) I like this one (above), especially if you could append the date+time to the formfeed and, ideally, some indication of the

[Orgmode] Re: [PATCH] byte compile warnings...

2010-11-23 Thread Achim Gratz
Hi David, this patch had already been partially applied by Carsten and Eric (in slightly a different way than I suggested). The changes to ob.el and ob-ref.el (the require statements) are therefore superfluous and should probably be backed out. There was also a superfluous whitespace change in

Re: [Orgmode] Brian Gough of Network Theory Limited about Org Mode

2010-11-23 Thread Eric S Fraga
Carsten Dominik carsten.domi...@gmail.com writes: Hi, there are some nice comments by Brian Gough of Network Theory Limited who has a couple of nice things to say about Org-mode. http://blogs.fsfe.org/fellowship-interviews/?p=156 I couldn't have said it better! :-)

[Orgmode] Re: [Babel] Need for an extra literal block construct

2010-11-23 Thread Sébastien Vauban
Hi Eric, (will answer to the other posts later, need to go and rest) Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Tested it (yesterday) for HTML. Per-fect! Thanks a lot... It's of great use. great, thanks for testing Confirmed. Tried to test it (now) for LaTeX.

[Orgmode] Re: [Babel] Need for an extra literal block construct

2010-11-23 Thread Sébastien Vauban
Hi Nicolas, Nicolas Goaziou wrote: Sébastien Vauban writes: Though, I don't understand cases where we would like to preserve the verbatimness of the linebreaks, but not of the lists, which is the case, currently, for VERSE. Is there any useful use case for that? For me, both should be

[Orgmode] Re: From state table to state diagram

2010-11-23 Thread Vladimir Alexiev
You first need to decide on a syntax: how many cols in the table and what do they mean. A Confluence plugin does that. You may want to check it out for inspiration and nice examples: https://studio.plugins.atlassian.com/wiki/display/GVIZ/Confluence+Graphviz+Plugin

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-23 Thread Samuel Wales
Hi Tim, This looks interesting. I will try it next. Which behavior of Blogger is more standard for HTML? I am guessing that Blogger's default of converting \n to br is non-standard and that browsers are supposed to unfill then fill paragraphs for you. But I am new to HTML so I thought I'd

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-23 Thread Samuel Wales
On 2010-11-17, Eric S Fraga ucec...@ucl.ac.uk wrote: I apologise for jumping into the middle of a conversation but your It's an open conversation. Jump away. :) reference to longlines-mode brings to mind visual-line-mode which was introduced in Emacs 23 (I believe). This mode turns on

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-23 Thread Samuel Wales
On 2010-11-16, John Hendy jw.he...@gmail.com wrote: ,- | (defun unfill-region (begin end) That implementation again worked differently for you and me. It filled org headlines. In fact, I don't see how it wouldn't, given the regexp. Very strange. But I am about to try the Blogger editors

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Suvayu Ali
On Tuesday 23 November 2010 05:18 AM, Nick Dokos wrote: Perhaps radio tables with :skipcols can help? See section A.5.1 of the Org manual. I need to hit tab once to get the alignment right, but other than that this works very well. Thank you. :) But I have a related but probably slightly

Re: [Orgmode] Selective export of table columns

2010-11-23 Thread Carsten Dominik
On Nov 24, 2010, at 8:02 AM, Suvayu Ali wrote: On Tuesday 23 November 2010 05:18 AM, Nick Dokos wrote: Perhaps radio tables with :skipcols can help? See section A.5.1 of the Org manual. I need to hit tab once to get the alignment right, but other than that this works very well. Thank