Re: [O] [bug] COMMENT alone on heading ignored by new exporter

2012-09-29 Thread Nicolas Goaziou
Hello, Eric Fraga writes: > I often use COMMENT in headlines to block out text that I don't want > exported. This works generally very well. However, sometimes I comment > a headline that has no headline text, as in "* COMMENT" alone. These > sections are ignored properly by the old exporter

[O] (no subject)

2012-09-29 Thread Neuwirth Erich
I just did make up2 And on OSX 10.8.2 and Emacs 24.2 I get: Ran 208 tests, 207 results as expected, 1 unexpected (2012-09-29 09:27:47+0200) 6 expected failures 1 unexpected results: FAILED test-ob/org-babel-remove-result--results-org make[1]: *** [test-dirty] Error 1 make: *** [up2] Error 2

Re: [O] Bug: org-preview-latex-fragment does not work with pygmentize (-shell-escape missing) [with patch] [7.8.11]

2012-09-29 Thread Bastien
Hi Arne, "Arne Babenhauserheide (IMK)" writes: > When using the minted package, latex requires the -shell-escape argument > to call pygmentize. Due to this, org-preview-latex-fragment fails for me > (used via C-c C-x C-l). I use minted too and C-c C-x C-l works here. Can you let us know how to

[O] test fails on OSX

2012-09-29 Thread Neuwirth Erich
Sorry for the missing subject in the last message, here it is again with a subject line. I just did make up2 And on OSX 10.8.2 and Emacs 24.2 I get: Ran 208 tests, 207 results as expected, 1 unexpected (2012-09-29 09:27:47+0200) 6 expected failures 1 unexpected results: FAILED test-ob/org-bab

Re: [O] (no subject)

2012-09-29 Thread Bastien
Neuwirth Erich writes: > 1 unexpected results: >FAILED test-ob/org-babel-remove-result--results-org Fixed, thanks. -- Bastien

[O] tables once again

2012-09-29 Thread Neuwirth Erich
Bastien, does the current git version contain the new LaTeX exporter? I am asking because I just installed via make up2 (as you noticed) after you fixed the export but andare still not respected in LaTeX export on my Mac. html export works as expected. #+title: Table test ** My Table | He

Re: [O] (no subject)

2012-09-29 Thread Achim Gratz
Bastien writes: >> 1 unexpected results: >>FAILED test-ob/org-babel-remove-result--results-org > > Fixed, thanks. There are some tests that are supposed to have whitespace errors, based on the comments in the file, but you've removed them along with all the others. I've reverted that hunk of

Re: [O] tables once again

2012-09-29 Thread Nicolas Goaziou
Hello, Neuwirth Erich writes: > does the current git version contain the new LaTeX exporter? > I am asking because I just installed via make up2 (as you noticed) > after you fixed the export but > andare still not respected in LaTeX export on my Mac. > html export works as expected. > > > >

Re: [O] (no subject)

2012-09-29 Thread Bastien
Achim Gratz writes: > There are some tests that are supposed to have whitespace errors, based > on the comments in the file, but you've removed them along with all the > others. I've reverted that hunk of the commit. Thanks, -- Bastien

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Carsten Dominik
On 28.9.2012, at 18:00, Bastien wrote: > Hi Torsten, > > Torsten Wagner writes: > >> I might start very very simple and hope you are wiling enough to help >> me to translate whatever mess I send you into some reasonable patch ;) > > I just pushed this: Org now sends a message when the formula

Re: [O] [PATCH] speedup redisplay of agenda item after change

2012-09-29 Thread Carsten Dominik
Looks great, and I see no reasons why this should break anything. - Carsten On 28.9.2012, at 19:01, Max Mikhanosha wrote: > I had noticed that with large agendas (several hundred items), any > command that changes and re-displays the current item is slow. For > example something like changing pr

Re: [O] (no subject)

2012-09-29 Thread Achim Gratz
Neuwirth Erich writes: > Perhaps this is useful information It would be more useful if the Org version you are trying to make was included, but since it's probably not installed in lispdir yet, your installed emacs would show a different version. So I've implemented a new target `config-version´

Re: [O] Feature request: v1 - v9

2012-09-29 Thread Bastien
Hi John, "John Wiegley" writes: > I can get an agenda report for the next 4 days using: > > M-: (org-agenda-change-time-span 4) RET > > But there seems to be no command for doing so. It would be nice if `v N', > where N is a number 1-9, could give me a report for the next N days. I like this

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Achim Gratz
Carsten Dominik writes: >> I just pushed this: Org now sends a message when the formulas >> have been updated. Something less intrusive like a temporary >> overlay would be nice, though. > Thorsten, if you look at the manual, there are ways to write this > limits of vsum etc in a way that they a

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Bastien
Hi Achim, Achim Gratz writes: > This would be easier to do if the formula editor didn't have the bug > I've reported some time ago. Any chance that you or someone else could > have a look at it? I've tried to find the culprit, but there's just too > much going on at the same time in that part

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Carsten Dominik
On 29.9.2012, at 11:57, Achim Gratz wrote: > Carsten Dominik writes: >>> I just pushed this: Org now sends a message when the formulas >>> have been updated. Something less intrusive like a temporary >>> overlay would be nice, though. > >> Thorsten, if you look at the manual, there are ways to

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Achim Gratz
Bastien writes: >> This would be easier to do if the formula editor didn't have the bug >> I've reported some time ago. Any chance that you or someone else could >> have a look at it? I've tried to find the culprit, but there's just too >> much going on at the same time in that part of the code a

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Bastien
Carsten Dominik writes: > I did have a look, and it is very difficult to fix, unfortunately. If I > find enough time, I will rewrite the whole range parser, but that is > totally non-trivial. Sorry about that. Er... Achim, forget about my own proposal then :) (Still, the link would be usefu

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Achim Gratz
Carsten Dominik writes: > I did have a look, and it is very difficult to fix, unfortunately. If > I find enough time, I will rewrite the whole range parser, but that is > totally non-trivial. Sorry about that. That explains my lack of luck… :-) Any chance that org-element might be helpful in a

[O] A PHP library for exporting org syntax to HTML?

2012-09-29 Thread Bastien
Hi all, For PHP hackers around... txt2tags is a well known lightweight markup tool and some of you may already be familiar with it: http://txt2tags.org A new PHP library has been developed which allows using t2t as a replacement for MarkDown / rst / you-name-it in websites. http://txt2tags

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Carsten Dominik
On 29.9.2012, at 12:11, Achim Gratz wrote: > Carsten Dominik writes: >> I did have a look, and it is very difficult to fix, unfortunately. If >> I find enough time, I will rewrite the whole range parser, but that is >> totally non-trivial. Sorry about that. > > That explains my lack of luck… :

[O] new html exporter

2012-09-29 Thread henry atting
Hi, I gave the new html exporter a try (org-e-html-to-file). The export obviously ignores my setup file, and so the path to my css and js files. Maybe with the new exporter everything has changed and I only miss a good tutorial? henry -- http://literaturlatenight.de

Re: [O] Problem: Moving rows in a table changes vsum start and end

2012-09-29 Thread Achim Gratz
Carsten Dominik writes: > On 29.9.2012, at 12:11, Achim Gratz wrote: >> Any chance that org-element might be helpful in a re-implementation? >> I'm still having that tableheadings branch un-merged since I decided >> that I didn't want to implement it for all the old exporters when they >> were alre

[O] org-insert-link with HTML title as default description

2012-09-29 Thread Miro Bezjak
Hi all. I'm new to the whole emacs/elisp/org-mode thing and I have to say I'm amazed by it. Thank you for all the hard work. That having been said, I've hacked together two functions that are useful to me. I was wondering what are your thoughts on including their idea (but with a better implement

Re: [O] [bug] COMMENT alone on heading ignored by new exporter

2012-09-29 Thread Eric Fraga
Nicolas Goaziou writes: > Hello, > > Eric Fraga writes: > >> I often use COMMENT in headlines to block out text that I don't want >> exported. This works generally very well. However, sometimes I comment >> a headline that has no headline text, as in "* COMMENT" alone. These >> sections are i

Re: [O] org-insert-link with HTML title as default description

2012-09-29 Thread Bastien
Hi Miro, Miro Bezjak writes: > That having been said, I've hacked together two functions that are > useful to me. I was wondering what are your thoughts on including > their idea (but with a better implementation) to org-mode? Nice. I'm not really in favor of including this command because it

Re: [O] org-insert-link with HTML title as default description

2012-09-29 Thread Sylvain Rousseau
Hi Miro and Bastien, This can be done by setting the function `org-make-link-description-function'. However when set, the function is supposed to handle all type of links and return a string no matter what. There is no fallback mechanism. Here is a patch that fixes it: diff --git a/lisp/org.el b

Re: [O] new html exporter

2012-09-29 Thread Robert Klein
On 09/29/2012 01:36 PM, henry atting wrote: Hi, I gave the new html exporter a try (org-e-html-to-file). The export obviously ignores my setup file, and so the path to my css and js files. Maybe with the new exporter everything has changed and I only miss a good tutorial? henry Do you want

Re: [O] new html exporter

2012-09-29 Thread henry atting
Robert Klein writes: > On 09/29/2012 01:36 PM, henry atting wrote: >> Hi, >> >> I gave the new html exporter a try (org-e-html-to-file). The export >> obviously ignores my setup file, and so the path to my css and js files. >> >> Maybe with the new exporter everything has changed and I only miss

Re: [O] LaTeX beamer export: relative file links?

2012-09-29 Thread Nick Dokos
James Harkins wrote: > I'm writing presentations for my classes using beamer export from org-mode > (which is working > beautifully, btw -- it's faster than LibreOffice impress and I get a > convenient plain text archive > of my slide contents to boot). > > I'm authoring in Linux but I have to

Re: [O] new html exporter

2012-09-29 Thread Nicolas Goaziou
Hello, henry atting writes: > Only a single file. I understand that something like this will no work > anymore with the new exporter. > > #+SETUPFILE: /home/me/.setup.org It's #+SETUP_FILE: in the new exporter. > Besides I'm pretty happy with the old exporter and was only curious > because I r

Re: [O] org-insert-link with HTML title as default description

2012-09-29 Thread Miro Bezjak
Hi Sylvain, Bastien, I have indeed noticed `org-make-link-description-function'. Though, from its documentation I've somehow concluded that it makes the final (and not default) description. By rereading documentation and source code for `org-insert-link', it appears that with addition of Sylvain's

Re: [O] Caption and notes for images in latex export

2012-09-29 Thread Vikas Rawal
> > By default, orgmode export to latex puts captions of images below the > > images. How to change the behaviour and make the captions appear at > > the top? > > You can use filters: > > #+begin_src emacs-lisp > (defun my-latex-captions-above (link backend info) > (when (and (memq backend '(

Re: [O] org-insert-link with HTML title as default description

2012-09-29 Thread Bastien
Hi Sylvain, Sylvain Rousseau writes: > This can be done by setting the function > `org-make-link-description-function'. However when set, the function > is supposed to handle all type of links and return a string no matter > what. There is no fallback mechanism. Here is a patch that fixes it: T

Re: [O] Feature request: v1 - v9

2012-09-29 Thread Gregor Zattler
Hi John, * John Wiegley [27. Sep. 2012]: > I can get an agenda report for the next 4 days using: > > M-: (org-agenda-change-time-span 4) RET > > But there seems to be no command for doing so. It would be nice if `v N', > where N is a number 1-9, could give me a report for the next N days. Ho

[O] Org-mode release 7.9.2

2012-09-29 Thread Bastien
Hi all, I've released Org 7.9.2. http://orgmode.org/org-7.9.2.zip http://orgmode.org/org-7.9.2.tar.gz See http://orgmode.org/Changes.html#sec-1 for the updated list of changes. Thanks again to all who contributed! Enjoy, -- Bastien

[O] Code Block Headers Appear in Export

2012-09-29 Thread Alan Lue
I find that code block header arguments specified with `#+HEADERS:' consistently appear in the exported document. For example, exporting the following document to PDF or HTML will include the "exports" header in the output: * Manifestation of Problem Look, our headers appear in the export: #+

Re: [O] org-insert-link with HTML title as default description

2012-09-29 Thread Sylvain Rousseau
This is definitely better! Your version is actually more faithful to the original one as it ignores `default-description' when `org-make-link-description-function' is set (and succeed). Cheers, Sylvain.

Re: [O] Org-mode release 7.9.2

2012-09-29 Thread Memnon Anon
Bastien writes: > I've released Org 7.9.2. [...] > See http://orgmode.org/Changes.html#sec-1 for the updated > list of changes. Excellent release! Probably my favorite: , | * New special property CLOCKSUM_T to display today's clocked time | | You can use CLOCKSUM_T the same way

Re: [O] LaTeX beamer export: relative file links?

2012-09-29 Thread James Harkins
At Sat, 29 Sep 2012 12:34:05 -0400, Nick Dokos wrote: > Maybe this: > > , > | org-link-file-path-type is a variable defined in `org.el'. > | Its value is adaptive No. That's about storage of links, but in my org file, the links *are* relative. They become absolute during export. Less search

[O] test-ob-sh/session fail on Emacs 23

2012-09-29 Thread Achim Gratz
Updating the system installation with the newest Org version produced this (old) error. This time I've got something sensible as backtrace: Test test-ob-sh/session backtrace: (cl-block-wrapper (catch (quote --cl-block-nil--) (let* ((i 6) (fram (block nil (let* ((i 6) (frame nil) (--cl-var--

Re: [O] Org-mode release 7.9.2

2012-09-29 Thread Bastien
Hi Memnon, Memnon Anon writes: > Probably my favorite: > > , > | * New special property CLOCKSUM_T to display today's clocked time > | > | You can use CLOCKSUM_T the same way you use CLOCKSUM. It will > | display the time spent on tasks for today only. > ` Note that this