Re: [O] Latex image placement (...again. H vs. h!)

2011-08-21 Thread Stefan Nobis
John Hendy jw.he...@gmail.com writes: Was just rediscovering how to properly get floats to drop in where I want them in LaTeX export (right where I say vs. where LaTeX thinks is convenient). Another way to tackle this problem may be to just not use floats. As the name suggests, these

[O] tags filtering in weekly/daily agenda

2011-08-21 Thread Eric Abrahamsen
Am I wrong, or is there no way to filter what is shown in the weekly/daily agenda view? I'm creating custom agendas with multiple blocks, and would like to apply the same tags/match filter to the daily agenda as I do to the TODO blocks below it. Can that be done? Eric

Re: [O] [PATCH] New function org-find-timestamps

2011-08-21 Thread Philip Rooke
Marc-Oliver Ihm i...@online.de writes: By the way: There are surely official documentation standards, that I could adhere for this. However, at present I cannot find them. Could anyone provide me a pointer please ? Does the file doc/Documentation_Standards.org in the source distribution help

Re: [O] tags filtering in weekly/daily agenda

2011-08-21 Thread Bernt Hansen
Eric Abrahamsen e...@ericabrahamsen.net writes: Am I wrong, or is there no way to filter what is shown in the weekly/daily agenda view? I'm creating custom agendas with multiple blocks, and would like to apply the same tags/match filter to the daily agenda as I do to the TODO blocks below it.

Re: [O] Latex image placement (...again. H vs. h!)

2011-08-21 Thread John Hendy
On Sun, Aug 21, 2011 at 1:28 AM, Stefan Nobis stefan...@snobis.de wrote: John Hendy jw.he...@gmail.com writes: Was just rediscovering how to properly get floats to drop in where I want them in LaTeX export (right where I say vs. where LaTeX thinks is convenient). Another way to tackle this

Re: [O] Latex image placement (...again. H vs. h!)

2011-08-21 Thread John Hendy
Hi John, I think of [h!] as try really hard to place the float here and [H] as place the float here regardless of the consequences. Great way to put it! Thanks, John All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Latex image placement (...again. H vs. h!)

2011-08-21 Thread Ista Zahn
On Sun, Aug 21, 2011 at 10:00 AM, John Hendy jw.he...@gmail.com wrote: On Sun, Aug 21, 2011 at 1:28 AM, Stefan Nobis stefan...@snobis.de wrote: John Hendy jw.he...@gmail.com writes: Was just rediscovering how to properly get floats to drop in where I want them in LaTeX export (right where I

Re: [O] tags filtering in weekly/daily agenda

2011-08-21 Thread Carsten Dominik
On 21.8.2011, at 15:17, Bernt Hansen wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: Am I wrong, or is there no way to filter what is shown in the weekly/daily agenda view? I'm creating custom agendas with multiple blocks, and would like to apply the same tags/match filter to the

Re: [O] tags filtering in weekly/daily agenda

2011-08-21 Thread Sebastien Vauban
Hi Bernt and Carsten, Bernt Hansen wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: Am I wrong, or is there no way to filter what is shown in the weekly/daily agenda view? I'm creating custom agendas with multiple blocks, and would like to apply the same tags/match filter to the daily

Re: [O] Wishlist: allow range of table elements to be filled by sbe

2011-08-21 Thread Eric Schulte
Hi András, András Major andras.g.ma...@gmail.com writes: Hi Eric, sbe is just an elisp function which is called by the Org-mode spreadsheet's function evaluation mechanisms. The spreadsheet does not allow for insertion of results into multiple cells and thus neither does the use of sbe.

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-21 Thread Eric Schulte
András Major andras.g.ma...@gmail.com writes: Hi Eric, If we did return the value of shell scripts then :results value would almost always simply return 0 (or possibly an error message). For this reason shell code blocks do not implement value returns, but rather will always collect

Re: [O] Bug: Babel: haskell :results options output and value work contrary to docs [7.7 (release_7.7.107.g7a82)]

2011-08-21 Thread Eric Schulte
András Major andras.g.ma...@gmail.com writes: Here's another one: In a haskell code, the :results options value and output both work erroneously. value returns the output, output returns nothing into the :results block. Example code: #+begin_src haskell :results value putStrLn hello

Re: [O] result of code evaluation

2011-08-21 Thread Eric Schulte
Henri-Paul Indiogine hindiog...@gmail.com writes: Greetings! I have another question regarding the output of the bash script. I have a bunch of echo statements. org-mode outputs now everything in a table. Is it possible to suppress this and have just plain lines? That was the behavior

Re: [O] Bug: Babel: haskell code evaluation inconsistency [7.7 (release_7.7.160.g3e33)]

2011-08-21 Thread Eric Schulte
Major A andras.g.ma...@gmail.com writes: Hi again, I want to use haskell code blocks in order to evaluate them. The problem is that, depending on what haskell interpreters are installed on the computer, Babel will call a different interpreter to evaluate the code with. Also, the haskell

Re: [O] BUG: example/src blocks and latex export

2011-08-21 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: * foo Verbiage to begin the paragraph #+begin_src shell get-config.py var section [section ...] #+end_src and verbiage to end the same paragraph. * bar Verbiage to begin the paragraph #+begin_example

Re: [O] BUG: example/src blocks and latex export

2011-08-21 Thread Eric Schulte
Nick Dokos nicholas.do...@hp.com writes: Bastien b...@altern.org wrote: Hi Nick, Nick Dokos nicholas.do...@hp.com writes: * foo Verbiage to begin the paragraph #+begin_src shell get-config.py var section [section ...] #+end_src and verbiage to end the same paragraph. *

Re: [O] [PATCH] Documentation of Babel header arguments

2011-08-21 Thread Eric Schulte
t...@tsdye.com (Thomas S. Dye) writes: Add a line to indicate header arguments are lowercase. Applied, Thanks Tom -- Eric From 4a8719c9e7f95fa76041077dfaf0f5d21241517d Mon Sep 17 00:00:00 2001 From: Tom Dye t...@tsdye.com Date: Sat, 20 Aug 2011 06:48:35 -1000 Subject: [PATCH] *

Re: [O] [babel] [bug] inline src_R breaks downstream src block

2011-08-21 Thread Eric Schulte
Bastien b...@altern.org writes: Hi Charles, yes, there are some problems with parsing inline source blocks. Stephen also reported that these colon lines : were $\beta_2$ = src_R{round(out3$coef[3], 4)} : and $\beta_3$ = src_R{round(out3$coef[4], 4)} where not exporting correctly...

Re: [O] Help confirming odt-doc bug (Was Re: [odt] User-visible improvements)

2011-08-21 Thread Jambunathan K
This addition seems to be bearing fruit immediately. I just reported a problematic behaviour with org-odt-doc conversion in LibreOffice mailing list. See http://thread.gmane.org/gmane.comp.documentfoundation.libreoffice.devel/14739 I am using OpenOffice.org-3.2.1 (OOO20m18/Build:9502).

[O] C-RET in plain lists

2011-08-21 Thread Renato
Hello, just starting out with emacs org-mode (I'm going through the compact guide). I'm wondering, is it possible to make C-RET (org-insert-heading-respect-content) work also on plain lists? i.e. make it insert a new list item of the same level *after* the sub-list. what I'm trying to do is

Re: [O] C-RET in plain lists

2011-08-21 Thread Nicolas Goaziou
Hello, Renato renn...@gmail.com writes: Hello, just starting out with emacs org-mode (I'm going through the compact guide). I'm wondering, is it possible to make C-RET (org-insert-heading-respect-content) work also on plain lists? Short answer: no. C-RET should be able to operate on

Re: [O] Org errors while building agenda: (void-function org-hh:mm-string-to-minutes)

2011-08-21 Thread Tassilo Horn
Bastien b...@altern.org writes: Hi Bastien, commit 8c3ecbe39a0c99e3724246d1eb460495a53721b6 Author: Bastien Guerry b...@altern.org Date: Wed Aug 17 16:08:02 2011 +0200 Move three functions and add appropriate require/declarations. * org-clock.el

Re: [O] [babel] [bug] inline src_R breaks downstream src block

2011-08-21 Thread Eric Schulte
I've just pushed up a change to org-exp-blocks which should fix Charles' original problem related to conflict between inline and regular code blocks. Please let me know if this problem persists in the latest git HEAD. Thanks -- Eric Eric Schulte schulte.e...@gmail.com writes: Bastien

Re: [O] [babel] [bug] inline src_R breaks downstream src block

2011-08-21 Thread Eric Schulte
Eric Schulte schulte.e...@gmail.com writes: I've just pushed up a change to org-exp-blocks which should fix Charles' original problem related to conflict between inline and regular code blocks. Please let me know if this problem persists in the latest git HEAD. Thanks -- Eric Eric

Re: [O] C-RET in plain lists

2011-08-21 Thread Renato
On Sun, 21 Aug 2011 20:58:53 +0200 Nicolas Goaziou n.goaz...@gmail.com wrote: Move to the beginning of the line at powers of 3 and use M-RET. thanks, that satisfies my needs cheers renato

Re: [O] tags filtering in weekly/daily agenda

2011-08-21 Thread Eric Abrahamsen
On Sun, Aug 21 2011, Carsten Dominik wrote: On 21.8.2011, at 15:17, Bernt Hansen wrote: Eric Abrahamsen e...@ericabrahamsen.net writes: Am I wrong, or is there no way to filter what is shown in the weekly/daily agenda view? I'm creating custom agendas with multiple blocks, and would like

[O] Not merging org-lparse, org-xhtml org-odt to the core

2011-08-21 Thread Jambunathan K
Bastien I have made a decision not to merge org-lparse, org-xhtml org-odt in to Orgmode core. It is a very difficult decision for me to take considering that I had put all my heart in to it. (Btw, this decision has nothing to with me not having enough time at hand.) I leave it up to the

Re: [O] [babel] [bug] inline src_R breaks downstream src block

2011-08-21 Thread Charles C. Berry
On Sun, 21 Aug 2011, Eric Schulte wrote: I've just pushed up a change to org-exp-blocks which should fix Charles' original problem related to conflict between inline and regular code blocks. Please let me know if this problem persists in the latest git HEAD. Just updated to Org-mode version