Re: [O] org-odt compatibility patches

2011-06-24 Thread Carsten Dominik
On Jun 23, 2011, at 5:49 PM, Jambunathan K wrote: I am following up this mail with 5 patches. These are small patches that would help me float org-odt tarball with minimum of hassle (to the users). The new capabilities introduced are strictly for consumption by org-odt. Wrt master

Re: [O] [babel] using #+call for inline results

2011-06-24 Thread Eric S Fraga
Nicolas Goaziou n.goaz...@gmail.com writes: Eric S Fraga e.fr...@ucl.ac.uk writes: I see no difference between the paragraph and the list item: in both cases, the table doesn't appear, as it has been moved right after the headline by `org-export-blocks-preprocess' during export. Are we

Re: [O] documentation versions question

2011-06-24 Thread Sebastien Vauban
Hi Suvayu, suvayu ali wrote: On Thu, Jun 23, 2011 at 7:42 AM, Ian Barton li...@wilkesley.net wrote: A more subtle approach would be to edit the Makefile to put the info file in the right place. However, on Ubuntu it's not all clear where this should be. Or something like this in the emacs

Re: [O] Corrections for org mode manual

2011-06-24 Thread Julian Gehring
Hey, here is a patch with four small corrections for the org mode manual. I hope it helps. Best JulianFrom ace6614d8a95bbaca5dfd2f6596f1a1554fb53c5 Mon Sep 17 00:00:00 2001 From: Julian Gehring julian.gehr...@googlemail.com Date: Fri, 24 Jun 2011 10:56:43 +0200 Subject: [PATCH] correct manual

[O] [patch] typographical error in org-agenda documentation

2011-06-24 Thread Eric S Fraga
* fix reference to org-agenda-redo in key descriptions for agenda view diff --git a/doc/org.texi b/doc/org.texi index 176475f..da40a01 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -7814,13 +7814,13 @@ prefix argument will temporarily modify that number to the prefix value. Toggle the time

Re: [O] [patch] typographical error in org-agenda documentation

2011-06-24 Thread Bastien
Eric S Fraga e.fr...@ucl.ac.uk writes: * fix reference to org-agenda-redo in key descriptions for agenda view Applied, thanks! -- Bastien

Re: [O] Corrections for org mode manual

2011-06-24 Thread Bastien
Julian Gehring julian.gehr...@fdm.uni-freiburg.de writes: here is a patch with four small corrections for the org mode manual. I hope it helps. Applied, thanks! -- Bastien

Re: [O] org-odt compatibility patches

2011-06-24 Thread Jambunathan K
Carsten Thanks for considering the org-odt patches. I am assuring quick turnaround from my side. Jambunathan K.

[O] FSF France supporting Org-mode since March and Flattr

2011-06-24 Thread Bastien
I'm glad to announce that The Free Software Foundation France* is supporting Org's development by a large donation of 100€ each month. Thanks a lot to the FSF France for this! (http://fsffrance.org) I will happily share this amount with the rest of the Org community by sponsoring OrgCamps or

Re: [O] Documentation suggestion re: buffers containing crypted entries

2011-06-24 Thread Eric S Fraga
Dave Abrahams d...@boostpro.com writes: I was hit by this last week when I was investigating why my emacs initialization was taking so long. Later I found out that org-crypt was the culprit, since it added a sit for 5s in order for the user to actually see this warning. The problem is that

Re: [O] org-odt compatibility patches

2011-06-24 Thread Jambunathan K
Dear Orgers (who use git) A note on this patch: 1. Export menu will now have a dummy entry for export to OpenDocumentText. (i.e., C-c C-e o anda C-c C-e O). If you accidentally invoke this command but do not have org-odt in the load-path, then Emacs will remind you that you don't have

Re: [O] org-odt compatibility patches

2011-06-24 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: The new capabilities introduced are strictly for consumption by org-odt. Wrt master branch, these changes should essentially be NOOPs. Seen, yes. I would appreciate if these patches are considered for next release of Org. Of

Re: [O] org-odt compatibility patches

2011-06-24 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: 1. Export menu will now have a dummy entry for export to OpenDocumentText. (i.e., C-c C-e o anda C-c C-e O). If you accidentally invoke this command but do not have org-odt in the load-path, then Emacs will remind you

[O] babel: textual output and graphic results

2011-06-24 Thread Eythan Weg
Hi, How could I effect the plot saved in a file and the output produced shown in the buffer by using a single execution of R in the following snippet? #+begin_src R :results output :session print(seq(1,10)) plot(seq(1,10)) #+end_src Thank you. Eythan

[O] Back

2011-06-24 Thread Bastien
Dear all, sorry for the lack of activity the past few months. I'm back now and I'm really looking forward hacking Org again with you all! Best, -- Bastien

Re: [O] Corrections for org mode manual

2011-06-24 Thread Bastien
Hi Julian, Julian Gehring julian.gehr...@googlemail.com writes: while reading through the org mode manual I found some lines that could require minor corrections. I attached a patch file with corrections ('0001-add-corrections-to-org-manual.patch'), as well as one with suggestions

Re: [O] Documentation suggestion re: buffers containing crypted entries

2011-06-24 Thread Bernt Hansen
Eric S Fraga e.fr...@ucl.ac.uk writes: Dave Abrahams d...@boostpro.com writes: I was hit by this last week when I was investigating why my emacs initialization was taking so long. Later I found out that org-crypt was the culprit, since it added a sit for 5s in order for the user to actually

Re: [O] Documentation suggestion re: buffers containing crypted entries

2011-06-24 Thread Bastien
Eric S Fraga e.fr...@ucl.ac.uk writes: I have found this (sit-for 5) annoying enough that I have deleted it from my copy of org. 5 seconds is a large percentage of my emacs start up time! I just reduced it to one second. Still, the message needs some time to appear to the user. --

[O] tangle paths

2011-06-24 Thread skip
Is there a way I can produce output of tangle blocks to specific file paths?

Re: [O] babel: textual output and graphic results

2011-06-24 Thread Rainer M Krug
On Fri, Jun 24, 2011 at 2:05 PM, Eythan Weg eythan...@gmail.com wrote: Thank you. True. But, I would like, if possible, to have the link to the saved plot as a link in the output, for free. Just add it as a cat() statement: #+begin_src R :results output :session print(seq(1,10))

[O] How to attach data in clipboard directly?

2011-06-24 Thread Carlos Russo
Hello, I often need to paste fragments of pictures/images to my org file. Typically, I manually paste the fragment to a file, and then use C-c C-a m to attach that file to my org-file. This is rather tedious, because there are a few steps and extra programs involved, and I guess there must be

Re: [O] Documentation suggestion re: buffers containing crypted entries

2011-06-24 Thread Eric S Fraga
Bastien b...@altern.org writes: Eric S Fraga e.fr...@ucl.ac.uk writes: I have found this (sit-for 5) annoying enough that I have deleted it from my copy of org. 5 seconds is a large percentage of my emacs start up time! I just reduced it to one second. Still, the message needs some time

Re: [O] Back

2011-06-24 Thread Bernt Hansen
Bastien b...@altern.org writes: sorry for the lack of activity the past few months. I'm back now and I'm really looking forward hacking Org again with you all! Welcome back! We missed your :D Regards, -- Bernt

Re: [O] [WISH] Latex WYSIWYG

2011-06-24 Thread Jan Böcker
On 06/21/2011 02:22 AM, Sebastian Berchtold wrote: Hi, my first post here: So big shout outs to all org-mode hackers. Great Stuff! There is one feature I'd really like to have, but i couldn't find anything that does what i want. I guess it's just a small hack, but with my retarded elisp

[O] Bug: [PATCH] org-export-as-html returns invalid value [7.5]

2011-06-24 Thread Yuhei Maeda
hi. When BODY-ONLY is t, org-export-as-html returns invalid value. org-export-as-html is function defined on org-html.el in detail, it includes \n/div\n/body\n/html\n at the end of return value. PATCH is below. org-html.el @@ -1714,8 +1714,8 @@ (if org-export-html-with-timestamp

Re: [O] Bug: [PATCH] org-export-as-html returns invalid value [7.5]

2011-06-24 Thread Bastien
Hi Yuhei, Yuhei Maeda yuhei.ma...@gmail.com writes: - - (insert \n/div\n/body\n/html\n) + (unless body-only + (insert \n/div\n/body\n/html\n)) thanks -- this is already fixed in the current git version of Org. Best, -- Bastien

Re: [O] org-time-stamp loses repeater interval

2011-06-24 Thread Bernt Hansen
Karl Voit devn...@karl-voit.at writes: Hi! Maybe there is a (to me at least hidden) feature behind the behavior that org-time-stamp (C-c .) deletes any repeater information when used to update a date stamp. Or is this some kind of bug or at least unexpected behavior? There was a report of

Re: [O] org-time-stamp loses repeater interval

2011-06-24 Thread Nick Dokos
Karl Voit devn...@karl-voit.at wrote: Maybe there is a (to me at least hidden) feature behind the behavior that org-time-stamp (C-c .) deletes any repeater information when used to update a date stamp. AFAIK, org-time-stamp creates a brand-new time stamp: it does not update an existing

Re: [O] org-time-stamp loses repeater interval

2011-06-24 Thread Michael Brand
On Fri, Jun 24, 2011 at 18:01, Nick Dokos nicholas.do...@hp.com wrote: Karl Voit devn...@karl-voit.at wrote: Maybe there is a (to me at least hidden) feature behind the behavior that org-time-stamp (C-c .) deletes any repeater information when used to update a date stamp. Same here with

Re: [O] org-time-stamp loses repeater interval

2011-06-24 Thread Nick Dokos
Michael Brand michael.ch.br...@gmail.com wrote: On Fri, Jun 24, 2011 at 18:01, Nick Dokos nicholas.do...@hp.com wrote: Karl Voit devn...@karl-voit.at wrote: Maybe there is a (to me at least hidden) feature behind the behavior that org-time-stamp (C-c .) deletes any repeater information

Re: [O] babel: textual output and graphic results

2011-06-24 Thread Eric Schulte
eythan...@gmail.com (Eythan Weg) writes: Hi, How could I effect the plot saved in a file and the output produced shown in the buffer by using a single execution of R in the following snippet? Each code block can only return a single output type, so you will have to split your code block

Re: [O] Back

2011-06-24 Thread Eric Schulte
Bastien b...@altern.org writes: Dear all, sorry for the lack of activity the past few months. I'm back now and I'm really looking forward hacking Org again with you all! Happy to have you back! -- Eric Best, -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] tangle paths

2011-06-24 Thread Eric Schulte
skip scp0...@gmail.com writes: Is there a way I can produce output of tangle blocks to specific file paths? The manual is useful: http://orgmode.org/manual/tangle.html -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] babel: textual output and graphic results

2011-06-24 Thread Russell Adams
Eythan, This sounds similar to something I'd already done on Worg, ie: dual format returns in R. The first example (RBabelExample) is really R outputting to PNG for viewing inline in emacs with inline-images, and PDF for inclusion into Latex. Maybe you can adapt it to return your text, and graph

[O] [babel] Maxima code blocks do not work

2011-06-24 Thread Bernd Weiss
Dear all, The follwing Maxima code block does not work: #+begin_src maxima 1+1; #+end_src #+results: #+begin_example incorrect syntax: / is not a prefix operator incorrect syntax: GuM is not an infix operator parser: incomplete number; missing exponent? -- an error. To debug this try:

Re: [O] Back

2011-06-24 Thread suvayu ali
On Fri, Jun 24, 2011 at 3:27 AM, Bastien b...@altern.org wrote: Dear all, sorry for the lack of activity the past few months. I'm back now and I'm really looking forward hacking Org again with you all! Welcome back! :) Best, --  Bastien -- Suvayu Open source is the future. It

[O] [PATCH] org-crypt: only warn about auto-save-mode when running org-decrypt

2011-06-24 Thread Pieter Praet
As auto-save-mode can only cause leakage after org-decrypt has been run, there's no need to check for it (and potentially cause annoyance) so early. Unfortunately, auto-save-mode doesn't set a buffer-local var to indicate whether it's enabled for the current buffer (checking

Re: [O] documentation versions question

2011-06-24 Thread suvayu ali
Hi Sebastien, On Fri, Jun 24, 2011 at 1:24 AM, Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Suvayu, suvayu ali wrote: On Thu, Jun 23, 2011 at 7:42 AM, Ian Barton li...@wilkesley.net wrote: A more subtle approach would be to edit the Makefile to put the info file in the right place.

Re: [O] [PATCH] org-crypt: only warn about auto-save-mode when running org-decrypt

2011-06-24 Thread Nick Dokos
Pieter Praet pie...@praet.org wrote: As auto-save-mode can only cause leakage after org-decrypt has been run, there's no need to check for it (and potentially cause annoyance) so early. Unfortunately, auto-save-mode doesn't set a buffer-local var to indicate whether it's enabled for the

Re: [O] [babel] using #+call for inline results

2011-06-24 Thread Eric Schulte
Christian Moe m...@christianmoe.com writes: +1 for inline calls. No hurry, though. I've just pushed up an implementation for inline call blocks, the new syntax is described in the documentation but a simple example is below. #+source: square #+begin_src emacs-lisp :var it=0 (*

[O] problem with html export when using clojure and :exports both

2011-06-24 Thread Robert McIntyre
Hi everyone --- I've been working on making a website using clojure and org-mode, and have run into what I think may be a bug. Any help would be appreciated as to whether this is a bug, or if I am doing something wrong. sincerely, --Robert McIntyre M-x org-version gives: release_7.5-435-gd3100

Re: [O] problem with html export when using clojure and :exports both

2011-06-24 Thread Eric Schulte
Hi Robert, It looks like this is an issue which should have been fixed by a commit I made last week, namely , | commit db1c3f6a3ea5d9cb25c8fad5aae434fc1d424152 | Author: Eric Schulte schulte.e...@gmail.com | Date: Thu Jun 16 21:32:54 2011 -0700 | | Revert replacing calls to

Re: [O] problem with html export when using clojure and :exports both

2011-06-24 Thread Robert McIntyre
Thanks for your reply -- I've updated using `git pull` and while some of the relevant files have changed, I still have the same problem. M-x org-version yields: release_7.5-440-g00c62 Org-mode version 7.5 (release_7.5.440.g00c62) sincerely, --Robert McIntyre On Fri, Jun 24, 2011 at 6:55 PM,

Re: [O] problem with html export when using clojure and :exports both

2011-06-24 Thread Eric Schulte
Hi Robert, I just pushed up a patch which replaces the one call I could find to called-interactively-p with a call to the safer interactive-p. If this doesn't fix the problem then please turn on backtraces with M-x toggle-debug-on-error and then re-run the export and send me the backtrace.

Re: [O] org-odt compatibility patches

2011-06-24 Thread Jambunathan K
Bastien The attached patch fixes a omission in the org-odt compatibility series. Could you please commit this? Jambunathan K. From 403fdba8e091ba15700262192064681a3bf8ac30 Mon Sep 17 00:00:00 2001 From: Jambunathan K kjambunat...@gmail.com Date: Sat, 25 Jun 2011 10:41:20 +0530 Subject: