Re: [O] Gather properties for use by babel source block?

2012-05-08 Thread Colin Hall
On Mon, May 07, 2012 at 10:16:36AM -0400, Eric Schulte wrote: > Colin Hall writes: > > > Tim Burt rochester.rr.com> writes: > >> > >> I want to gather data from properties into something that can be used by > >> a babel source block (e.g. plot the data). Searches in the manual, > >> worg, and

Re: [O] In-line code and fonts

2012-05-08 Thread Andreas Leha
Erich Neuwirth writes: > I need control over the font used for results of inline computations in > exported files. > When I have the following code > > This is inline R 1+2 = src_R{1+2} > > and export it to html (or LaTeX) the fonts used for the regular text and the > fonts used for the result

Re: [O] Google Summer of Code -- 3 Org projects for our first participation!

2012-05-08 Thread Thorsten Jolitz
Neil Smithline writes: > While I'm hoping we can turn GSoC work into production in less than 4 > years, the GIMP release notes have left me even more psyched about our > three GSoCers! > > Go guys! (At least I think you're all guys :-) Thanks for your interest and support! The first time I heard

Re: [O] How to apply multiple TBLFM rules?

2012-05-08 Thread Bastien
Hi Charles and Michael, Charles writes: > Perhaps only one #+TBLFM: per table is allowed More precisely, hitting C-c C-c on #+TBLFM: will just apply formulas in *this* line. Using several #+TBLFM: lines is sometimes useful when you want to apply different sets of formulas -- which I think is t

Re: [O] taskjuggler (tj3) export issues and proposals

2012-05-08 Thread Bastien
Hi Eric, Eric S Fraga writes: > However, I am again starting to write some proposals that will need > GANTT charts so maybe I can justify looking at this again. good to know you are back on this! No matter how far you go, Org will always find you :) Best, -- Bastien

Re: [O] How to stop M-down from opening folded items?

2012-05-08 Thread Steinar Bang
> Nicolas Goaziou : > I think this should be fixed now. Could you confirm this? I've done cd ~/git/org-mode/ make clean git pull make and started a new emacs, and moving list items now works without unhiding the items moved past. So I can confirm that it is fixed. > Thank you for submit

Re: [O] "# <>" should stick to the following text

2012-05-08 Thread Bastien
Hi all, Eric S Fraga writes: > But maybe I also am confused as to the current direction this is > taking... let me try to summarize and clarify. Nicolas said it clearly: At the moment, "<>" and "# <>" produce, respectively, "tag" and "". Nothing is deprecated _yet_ and there is no need

Re: [O] C-c a t doesn't give yield list of all TODO items

2012-05-08 Thread Giovanni Ridolfi
 "jeremiah.do...@gmail.com" Inviato: Domenica 4 Marzo 2012 9:11 > "Christopher W. Ryan" writes: >> But when I try to type C-c a >> >> I only get that far, and emacs tells me, "C-c a is undefined" > >> There is a drop-down menu item under the Org item, called "Agenda Command..." >> which offers

Re: [O] links to folders with non-english characters don't work (emacs 23&24 on osx)

2012-05-08 Thread Bastien
Hi, AJR writes: > First I just wanted to thank everyone involved in creating orgmode, > it's amazing and it has pretty much sold me on emacs. But, I've had > some problems with links containing æøå. I'm an osx (lion) user. In > emacs 23.4 (9.0) no paths with æøå where possible to open. For > exa

Re: [O] taskjuggler (tj3) export issues and proposals

2012-05-08 Thread Eric Fraga
Bastien writes: > Hi Eric, > > Eric S Fraga writes: > >> However, I am again starting to write some proposals that will need >> GANTT charts so maybe I can justify looking at this again. > > good to know you are back on this! No matter how far you go, Org > will always find you :) > > Best, T

[O] Table filter.

2012-05-08 Thread x.piter
Hi all. Is table filtering is implementad in org-mode? Thanks.

Re: [O] Extract item body with drawers/properties

2012-05-08 Thread Bastien
Hi Christopher, "Christopher J. White" writes: > Is there a function to extract the body of an item minus all the auxiliary > information? Yes -- see org-element.el in contrib/lisp/ and ̀org-element-parse-buffer' as a starting point. Nicolas might give further directions on how to get the body

Re: [O] Table filter.

2012-05-08 Thread Bastien
Hi, writes: > Is table filtering is implementad in org-mode? What is "table filtering"? Thanks, -- Bastien

Re: [O] Gather properties for use by babel source block?

2012-05-08 Thread Tim Burt
Colin Hall writes: > Tim Burt rochester.rr.com> writes: >> >> I want to gather data from properties into something that can be used by >> a babel source block (e.g. plot the data). Searches in the manual, >> worg, and gmane have not yielded the method, but my best guess is that >> I've missed i

Re: [O] Table filter.

2012-05-08 Thread Petro
Bastien writes: > Hi, > > writes: > >> Is table filtering is implementad in org-mode? > > What is "table filtering"? > > Thanks, Sorry for not being clear. By table filtering I mean the following: lets say I have a table | n | 2 | 3 | 4 | 5 | 6 | |---+---+---+---+---+---| | 1 | a | | | |

Re: [O] Org-babel: Maxima invocation fix

2012-05-08 Thread Simon Thum
Hi, attached the new fix. Does the "v2" line count as changelog? Cheers, Simon On 05/07/2012 11:02 PM, Achim Gratz wrote: Simon Thum writes: I'm sure there is a better way to fix this, but the attached patch helps me to not get something like "Warning: argument nil not recognized" spoiling e

Re: [O] Possible bug in parsing / clarification of syntax

2012-05-08 Thread Bastien
Hi Simon, Simon Thum writes: > I have to revoke my earlier statement. The patch does _not_ remove the > TODO_ line from the agenda. I see no change at all. This should be fixed now. Thanks, -- Bastien

Re: [O] Org-babel: Maxima invocation fix

2012-05-08 Thread Bastien
Hi Simon, Simon Thum writes: > attached the new fix. Does the "v2" line count as changelog? Not really -- but thanks for the new patch anyway. I applied it and added a better ChangeLog. Please check it here: http://orgmode.org/w/?p=org-mode.git;a=commit;h=925aee The idea is to use `C-x 4

Re: [O] [patch] org-create-formula-image-with-dvipng

2012-05-08 Thread Bastien
Hi Benjamin, Benjamin Motz writes: > I have the same problem and resolved it with the appended > patch. Apparently, the .out-files aren't created and therefore can't be > deleted. The patch is checking for file-existence before trying to > delete. I applied your fix in two places -- see: http:

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-08 Thread Bastien
Hi Eric, Eric S Fraga writes: >> If you're certain you're loading Org correctly, please try the attached >> patch and just tell me if the error disappears. > > The patch works! I'm still resisting applying this patch, because I don't understand why the infinite recursion occurs. Can you help m

Re: [O] Touching :noexport: regions

2012-05-08 Thread Bastien
Hi François, François Pinard writes: > But I feel this would be gross, absolute overkill I do feel the same -- especially because, again, the issue at stake is the time it takes to publish the files to HTML. One idea would be to gather as much :noexport: subtrees into a small set of files so t

Re: [O] Table filter.

2012-05-08 Thread Bastien
Hi Petro, Petro writes: > lets say I have a table > > | n | 2 | 3 | 4 | 5 | 6 | > |---+---+---+---+---+---| > | 1 | a | | | | | > | 2 | b | | | | | > | 3 | b | | | | | > | 4 | a | | | | | > | 5 | c | | | | | > | 6 | b | | | | | > | 7 | a | | |

Re: [O] Yearly repeats on the agenda

2012-05-08 Thread Bastien
Hi Nick, Nick Dokos writes: > Oh, I agree - the removal is certainly desirable. I meant whether the > non-removal of not-today's date is intentional :-) Thinking about this again, I don't see any reason why we should keep any timestamp in the headline. I pushed a fix for this. Thanks! -- B

Re: [O] "# <>" should stick to the following text

2012-05-08 Thread Nick Dokos
Nicolas Goaziou wrote: > Hello, > > François Pinard writes: > > > When some feature is being deprecated, the Org manual should tell us, > > then ! :-) And at least where that feature is documented. Currently, > > the manual says: > > > > The preferred match for a text link is a dedicated ta

Re: [O] taskjuggler (tj3) export issues and proposals

2012-05-08 Thread John Hendy
On Sun, May 6, 2012 at 11:26 PM, Eric S Fraga wrote: > John Hendy writes: > > [...] > >> @EricFraga: if implementing the LaTeX gantt package has moved into >> either of the two actionable categories you mentioned in our last >> discussion >> (http://lists.gnu.org/archive/html/emacs-orgmode/2011-

Re: [O] links to folders with non-english characters don't work (emacs 23&24 on osx)

2012-05-08 Thread Christian Moe
Hi, I cannot reproduce AJR's problem (and I'm a happy user of both æøå and other strange characters on the Mac). I created a dør.txt file and opened it with a file:~/org/dør.txt link. I clicked a http://www.dører.no link and got the appropriate URL in the Firefox address bar. I'm on Emacs 2

Re: [O] Table filter.

2012-05-08 Thread Nick Dokos
Bastien wrote: > Hi Petro, > > Petro writes: > > > lets say I have a table > > > > | n | 2 | 3 | 4 | 5 | 6 | > > |---+---+---+---+---+---| > > | 1 | a | | | | | > > | 2 | b | | | | | > > | 3 | b | | | | | > > | 4 | a | | | | | > > | 5 | c | | | | | > >

Re: [O] Org-babel: Maxima invocation fix

2012-05-08 Thread Simon Thum
Hi, thanks for the swift inclusion. I've read through the how to contribute now to do better itf. On 05/08/2012 02:15 PM, Bastien wrote: Hi Simon, Simon Thum writes: attached the new fix. Does the "v2" line count as changelog? Not really -- but thanks for the new patch anyway. I applie

[O] Org API

2012-05-08 Thread Thorsten Jolitz
Hi List, using a slightly modified version of the wikidoc.el library from Nic Ferrier (https://github.com/nicferrier/elwikidoc) I published the Org-mode API on Worg (with some help from Eric (Schulte) with regards to scripting). You can access the page via the link at the bottom of this site: h

Re: [O] Org API

2012-05-08 Thread Bastien
Thorsten Jolitz writes: > using a slightly modified version of the wikidoc.el library from Nic > Ferrier (https://github.com/nicferrier/elwikidoc) I published the > Org-mode API on Worg (with some help from Eric (Schulte) with regards to > scripting). > > You can access the page via the link at t

Re: [O] Table filter.

2012-05-08 Thread Marc-Oliver Ihm
Am 08.05.2012 11:45, schrieb x.pi...@gmail.com: Hi all. Is table filtering is implementad in org-mode? Thanks. Well, I have done something similar, which includes a few more operations than filtering. It uses org-babel and comes as an org-file, which combines code and documentation. Hope,

Re: [O] Bug: Org Table: Field formulas with hline-address on right-hand side don't work anymore [7.8.09]

2012-05-08 Thread Achim Gratz
Tobias Nähring writes: > This bug concerns org-tables. Posting the same bug report multiple times isn't going to magically speed up its resolution. > Field formulas with hline-address on right-hand side don't work > anymore. It seems to me that it's rather the left-hand address that is the probl

[O] [babel] problem with colnames

2012-05-08 Thread Andreas Leha
Hi all, I have a question regarding colnames in babel source blocks. Suppose, I have a source block (in R) that has as input a table and returns a table. And I would like to have the resulting table with column names, but the input table does not have column names. How can I achieve this? Her

Re: [O] [babel] problem with colnames

2012-05-08 Thread Thomas S. Dye
Aloha Andreas, Andreas Leha writes: > Hi all, > > I have a question regarding colnames in babel source blocks. > > Suppose, I have a source block (in R) that has as input a table and returns a > table. And I would like to have the resulting table with column > names, but the input table does no

Re: [O] [babel] problem with colnames

2012-05-08 Thread Andreas Leha
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Andreas, > > Andreas Leha writes: > >> Hi all, >> >> I have a question regarding colnames in babel source blocks. >> >> Suppose, I have a source block (in R) that has as input a table and returns a >> table. And I would like to have the resulting ta

[O] [babel] export of inline source with wrapped results

2012-05-08 Thread Andreas Leha
Hi all, I experience a problem when exporting the results of inline source blocks when they are wrapped: the export (using the "old" latex exporter) contains ":RESULTS:" and ":END:" Here is an example src_R[:results org wrap]{tmp <- "inline"} call. And the LaTeX export of this is #+begin_latex

Re: [O] Ever used org-mode contrib packages?

2012-05-08 Thread Marc-Oliver Ihm
Hello, Just fixed the broken link to org-refer-by-number.el; hopefully this gives others a better chance to actually use it :-) Please find its short description below. with kind regards, Marc-Oliver Ihm org-refer-by-number.el – refer to things by number, when direct linking is not possible

[O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Florian Adamsky
Hello, I do not always use code blocks in org-mode, but when I do, I have forgotten the syntax :-). In order to prevent that situation I wrote a little function which is similar to org-insert-link. I called that function org-insert-code-block. This function reads the language per minibuffer in and

Re: [O] [babel] export of inline source with wrapped results

2012-05-08 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > I experience a problem when exporting the results of inline source > blocks when they are wrapped: the export (using the "old" latex > exporter) contains ":RESULTS:" and ":END:" > > Here is an example src_R[:results org wrap]{tmp <- "inline"} call. > > And the

Re: [O] [babel] problem with colnames

2012-05-08 Thread Eric Schulte
Andreas Leha writes: > Hi all, > > I have a question regarding colnames in babel source blocks. > > Suppose, I have a source block (in R) that has as input a table and returns a > table. And I would like to have the resulting table with column > names, but the input table does not have column na

[O] links to folders with non-english characters don\'t work (emacs 23&24 on osx)

2012-05-08 Thread Ansgar Meyer
Solved! (By setting current-language-environment to utf-8, it was set to english-something by default) I have no idea why I didn't check what encoding emacs was using by default right away. I had no encoding problems until this issue surfaced. Thanks!

Re: [O] How to apply multiple TBLFM rules?

2012-05-08 Thread Michael Hannon
Bastien wrote: > Charles writes: > >> Perhaps only one #+TBLFM: per table is allowed > > More precisely, hitting C-c C-c on #+TBLFM: will just apply formulas in > *this* line. > > Using several #+TBLFM: lines is sometimes useful when you want to apply > different sets of formulas -- which I thin

Re: [O] Ever used org-mode contrib packages?

2012-05-08 Thread Bastien
Marc-Oliver Ihm writes: > Just fixed the broken link to org-refer-by-number.el; Thanks! > hopefully this gives others a better chance to actually use it :-) Let's give it more chances :) http://orgmode.org/worg/code/elisp/org-refer-by-number.el -- Bastien

Re: [O] [babel] export of inline source with wrapped results

2012-05-08 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I experience a problem when exporting the results of inline source >> blocks when they are wrapped: the export (using the "old" latex >> exporter) contains ":RESULTS:" and ":END:" >> >> Here is an example src_R[:results org wrap]{tm

Re: [O] [babel] problem with colnames

2012-05-08 Thread Andreas Leha
Eric Schulte writes: > Andreas Leha writes: > >> Hi all, >> >> I have a question regarding colnames in babel source blocks. >> >> Suppose, I have a source block (in R) that has as input a table and returns a >> table. And I would like to have the resulting table with column >> names, but the in

Re: [O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Eric Schulte
Hi Florian, You function looks good (although two lines in the middle are not indented correctly). Have you tried typing " writes: > Hello, > > I do not always use code blocks in org-mode, but when I do, I have > forgotten the syntax :-). In order to prevent that situation I wrote a > little fun

Re: [O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Bastien
Hi Florian and Eric, Eric Schulte writes: > Have you tried typing " code blocks, as well as > That said your function does more than the limits the languages to those which are supported. If others think this > is generally useful I'd be happy to add it to ob.el. Don't we have this already?

Re: [O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Michael Hannon
Bastien wrote: > Eric Schulte writes: > >> Have you tried typing " I insert >> code blocks, as well as > >> That said your function does more than the > limits the languages to those which are supported.  If others think this >> is generally useful I'd be happy to add it to ob.el. >

[O] C-c * toggles in

2012-05-08 Thread Charles
When my cursor is on an 'in buffer setting' line #+FOO: bar C-c * toggles it to * #+FOO: bar, i.e. a headline. Is this behavior acceptable or expected since in buffer settings are defined as special lines and are not normal lines (plainlists) or headlines? My set up is emacs 24.0.93.1 (i386

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-05-08 Thread Eric S Fraga
Bastien writes: > Hi Eric, > > Eric S Fraga writes: > >>> If you're certain you're loading Org correctly, please try the >>> attached patch and just tell me if the error disappears. >> >> The patch works! > > I'm still resisting applying this patch, because I don't understand why > the infinite

[O] Fwd: C-c * toggles #+FOO in buffer settings

2012-05-08 Thread Charles
Original message subject line obviously incomplete. Original Message Subject:[O] C-c * toggles in Date: Tue, 08 May 2012 19:30:21 -0400 From: Charles To: Org-Mode List When my cursor is on an 'in buffer setting' line #+FOO: bar C-c * toggles it to * #+FOO

Re: [O] [PATCH] org.el: Added a new interactive function which inserts a code block

2012-05-08 Thread Eric S Fraga
Bastien writes: > Hi Florian and Eric, > > Eric Schulte writes: > >> Have you tried typing "> code blocks, as well as > >> That said your function does more than the > limits the languages to those which are supported. If others think this >> is generally useful I'd be happy to add it to ob.el.

[O] Entities

2012-05-08 Thread Mark E. Shoulson
There's a small bug in rendering the entities when org-pretty-entities is on (I get the feeling that org-pretty-entities is not a very commonly-used feature).  The entities \sup1 \sup2 \sup3 and \there4 are not rendered properly.  The regex detecting entities appa

Re: [O] Bug: Org Table: Field formulas with hline-address on right-hand side don't work anymore [7.8.09]

2012-05-08 Thread Achim Gratz
Interestingly, this seems to have been broken ever since org-table got split into its own file; i.e. the only working versions I could find are 5.x ones and the first broken version is fe939ecb95, which splits org.el into more files and moves them into /lisp. Since I don't think that code inside t

[O] HTML export of inline tasks

2012-05-08 Thread Manish
Dear List, How can I export SCHEDULED, DEADLINE and tags for inlinetasks? I have org-inlinetask.el loaded and am using older HTML exporter (the one not based on org-elements.el). I looked at variable org-inlinetasl-export-template but still unsure how should I set it to exposed scheduling inform