Re: [O] git repository over http?

2011-08-21 Thread Achim Gratz
Jason Dunsmore writes: > If you clone via git://, it does some optimizations during the transfer, > whereas cloning via http:// does not. If I do a "git gc" on the repo, > it reduces the size of the repo on the server and the time to download > via http:// I'd suggest that the repo on the server

[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 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 at all? Fai

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

2011-08-21 Thread Bernt Hansen
Eric Abrahamsen 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. Can that be done?

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 wrote: > John Hendy 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 u

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 wrote: > On Sun, Aug 21, 2011 at 1:28 AM, Stefan Nobis wrote: >> John Hendy 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).

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 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

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

2011-08-21 Thread Sebastien Vauban
Hi Bernt and Carsten, Bernt Hansen wrote: > Eric Abrahamsen 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 t

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 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. > > Hmmm. It ap

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 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 results from STDOUT

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 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" > #+end_src >

Re: [O] result of code evaluation

2011-08-21 Thread Eric Schulte
Henri-Paul Indiogine 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 with a simple sc

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

2011-08-21 Thread Eric Schulte
Major A 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 interpreter interfac

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

2011-08-21 Thread Eric Schulte
Bastien writes: > Hi Nick, > > Nick Dokos 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 >> get-c

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

2011-08-21 Thread Eric Schulte
Nick Dokos writes: > Bastien wrote: > >> Hi Nick, >> >> Nick Dokos 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

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 > Date: Sat, 20 Aug 2011 06:48:35 -1000 > Subject: [PATCH] * doc/org.texi: Add

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

2011-08-21 Thread Eric Schulte
Bastien 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... Eric,

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:95

[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 thi

Re: [O] C-RET in plain lists

2011-08-21 Thread Nicolas Goaziou
Hello, Renato 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 headlines even in the

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

2011-08-21 Thread Tassilo Horn
Bastien writes: Hi Bastien, >> commit 8c3ecbe39a0c99e3724246d1eb460495a53721b6 >> Author: Bastien Guerry >> Date: Wed Aug 17 16:08:02 2011 +0200 >> >> Move three functions and add appropriate require/declarations. >> >> * org-clock.el (org-duration-string-to-minutes) >> (org-

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 writes: > Bastien writes: > >> Hi Charles, >> >

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

2011-08-21 Thread Eric Schulte
Eric Schulte 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 Schulte writes: > >>

Re: [O] C-RET in plain lists

2011-08-21 Thread Renato
On Sun, 21 Aug 2011 20:58:53 +0200 Nicolas Goaziou 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 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

[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 commun

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

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

2011-08-21 Thread Bernt Hansen
"Sebastien Vauban" writes: > Hi Bernt and Carsten, > > Bernt Hansen wrote: >> Eric Abrahamsen >> 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 ta

[O] archive problem [7.7 (release_7.7.167.gfceb)]

2011-08-21 Thread yagnesh raghava
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -