Re: [O] Bug when publishing images

2011-03-21 Thread Francesco Pizzolante
Hi David, There's still a little problem though when adding a caption: --8---cut here---start-8--- #+CAPTION: toto [[file:toto.png]] --8---cut here---end---8--- Indeed.  I overlooked a stray p tag.  This one

[O] Re: Org expert mode?

2011-03-21 Thread Rainer M Krug
On Sun, Mar 20, 2011 at 3:08 AM, Matt Lundin m...@imapmail.org wrote: Rainer M Krug r.m.k...@gmail.com writes: But following on your statement that the features will still be there, I would actually suggest to introduce an Org Babel Mode which would *disable* features like archiving - the

[O] Re: regexp link on windows problem

2011-03-21 Thread Rafal
David Maus dmaus at ictsoc.de writes: I suppose more a glitch. AFAIK there is currently no distinction between real link target paths (files, directories etc.) and expressions that would qualify as a query part of a link (e.g. like the regexp). Maybe fiddling with percent escaping

[O] HTML export Bold and italic links

2011-03-21 Thread Francesco Pizzolante
Hi, Exporting the following links: --8---cut here---start-8--- Exporting a [[http://www.google.com][*bold link*]]. Exporting a *[[http://www.google.com][bold link]]*. Exporting an [[http://www.google.com][/italic link/]]. Exporting an

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Bastien
Hi Jambunathan, Jambunathan K kjambunat...@gmail.com writes: This is a formal request to integrate my org-html.el org-odt.el changes in to the master branch. Thanks a *LOT* for this work! I'm willing to help as much as possible to get this integrated. This patch introduces 3 major

Re: [O] OT: Another great application for Org

2011-03-21 Thread Bastien
Carsten Dominik carsten.domi...@gmail.com writes: Another great way to use Org-mode.. http://xkcd.com/874/ :) I won't stop hacking Org till it is explicitely quoted in xkcd. That's the only true test for success! -- Bastien

Re: [O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Christian Moe
Hi, I'd love to try it out, but I'm not good at git. Would someone be kind enough to post directions? I thought this would do it: git checkout 3d802 git checkout -b ooo git apply ../0001-Re-implement-org-export-as-html-and-add-support-for-.patch But I got: error: patch failed:

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Jambunathan K
Christian Thanks being the first one here (again). I have tried incorporating some subset (and not all) of your feedback on the new odt exporter. My priority was to get the html exporter and the generic interface right. Hi, I'd love to try it out, but I'm not good at git. Would someone be

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Rustom Mody
How does this relate to the docbook exporter? I ask because I needed a generic exporter (this was more than a year ago) and I made do with the docbook exporter for that purpose

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Jambunathan K
Christian Moe m...@christianmoe.com writes: Hi, I'd love to try it out, but I'm not good at git. Would someone be kind enough to post directions? I thought this would do it: git checkout 3d802 git checkout -b ooo git apply

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Jambunathan K
How does this relate to the docbook exporter? (In principle), Docbook exporter can move to the new core. This would considerably reduce the size of the org-docbook.el. I ask because I needed a generic exporter (this was more than a year ago) and I made do with the docbook exporter for that

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Jambunathan K
1. A generic exporter There is lots of generic exporter floating around and I don't want to add to confusion. Let's call the new patch `newhtml' with the understanding that the patch does much more than offer a new html and odt backends. For the developers among us, refer to the following post

Re: [O] java snippet code not exported

2011-03-21 Thread Eric S Fraga
Andrea Crotti andrea.crott...@gmail.com writes: I was carrying around this issue since long time, but today I finally understood what exactly the source is. Suppose I have this very simple orgfile, if I try to export it to html I get the error as below. Can anyone else reproduce it? I

[O] advice: how to export a list without exporting all entries

2011-03-21 Thread Eric S Fraga
Hi, I chair a particular committee at work and am responsible for keeping track of any actions that arise from our meetings. I use org for this (obviously ;-). So far, so good. I would like to move to a system in which all the actions are numbered sequentially. At present, they are numbered

Re: [O] java snippet code not exported

2011-03-21 Thread andrea crotti
2011/3/21 Eric S Fraga e.fr...@ucl.ac.uk: Andrea Crotti andrea.crott...@gmail.com writes: This works just fine for me.  No errors at all and the code (html) generated seems fine.  Try latest git version maybe in case the problem has somehow been fixed in the 30+ commits made 2since the

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Christian Moe
Hi, Jambunathan, Thanks, I should have tested first if the previous instructions worked. I think I have it set up now. With a minimal Emacs as per the old instructions, and with one minor change to your test file (`LaTeX:verbatim' -- I don't have dvipng installed), I get this: Debugger

Re: [O] OT: Another great application for Org

2011-03-21 Thread Carsten Dominik
On 21.3.2011, at 09:25, Bastien wrote: Carsten Dominik carsten.domi...@gmail.com writes: Another great way to use Org-mode.. http://xkcd.com/874/ :) I won't stop hacking Org till it is explicitely quoted in xkcd. That's the only true test for success! Yess! :D - Carsten

[O] Re: Completing with anything

2011-03-21 Thread Julien Danjou
On Fri, Mar 18 2011, Stefan Monnier wrote: There's a misunderstanding: AFAIK the patch sent by Tassilo does not make the completion-at-point-function return a function that performs completion but does properly return completion data (i.e. region start, region end, and completion table), part

[O] Re: Another HTML Export Problem

2011-03-21 Thread Bernt Hansen
David Maus maus.da...@gmail.com writes: At Sun, 20 Mar 2011 21:46:19 -0400, Bernt Hansen wrote: I think there is yet another HTML export issue with the current development code. Indeed. This should be fixed now as well. Hi David, Thanks for the quick fix! Regards, -- Bernt

[O] Re: Completing with anything

2011-03-21 Thread Tassilo Horn
Julien Danjou jul...@danjou.info writes: Hi Julien, To be clear, the things that disturbs me is that this simple test case does not work as I would like it to: #+begin_src emacs-lisp (defun jd:completion-at-point-test () (list (point-at-bol) (point) '(Steve John))) (add-to-list

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Jambunathan K
Hello Christian Thanks for your first bug report. I have the habit of not using byte-compilation. The reason for the crash you have reported is that `with-org-html-preserve-paragraph-state' is a macro and some of the references to it preceded the definition. As a result the byte compiler was

[O] Re: Completing with anything

2011-03-21 Thread Julien Danjou
On Mon, Mar 21 2011, Tassilo Horn wrote: Sorry, but I totally missed the point of the example. :-) Damn it! I tried hard. :-) Isn't completion of L to Lionel at the beginning of a line exactly what your completion function should enable? No. To give a even more concrete application of my

Re: [O] [PATCH] Wash output of org-encrypt-entry, take 3

2011-03-21 Thread Julien Danjou
On Fri, Mar 18 2011, Óscar Fuentes wrote: The first line (Version:...) can change from machine to machine and over time (as gpg is updated with a new version.) This is problematic when the file is stored under version control, because as you decrypt and encrypt an entry that line will change

Re: [O] Re: org-src-fontify-natively makes things very, very slow

2011-03-21 Thread Eric Schulte
Le Wang l26w...@gmail.com writes: On Mon, Mar 21, 2011 at 3:41 AM, Eric S Fraga e.fr...@ucl.ac.uk wrote: Le Wang l26w...@gmail.com writes: Why did you give up on yasnippet? Confusion amongst the key bindings, between org, yasnippet and the autocompletion tools I have been trying.  I want

[O] Re: Completing with anything

2011-03-21 Thread Tassilo Horn
Julien Danjou jul...@danjou.info writes: Hi Julien, Isn't completion of L to Lionel at the beginning of a line exactly what your completion function should enable? No. To give a even more concrete application of my example: I'd like org-contacts to give completion for email addresses or

Re: [O] OT: Another great application for Org

2011-03-21 Thread Manish
On Mon, Mar 21, 2011 at 1:55 PM, Bastien wrote: Carsten Dominik writes: Another great way to use Org-mode.. http://xkcd.com/874/ :) I won't stop hacking Org till it is explicitely quoted in xkcd. That's the only true test for success! Amen! -- Manish

[O] [PATCH 3/3] Fix a typo in the commentary.

2011-03-21 Thread Christian Egli
From: Christian Egli christian.e...@sbszh.ch * org-taskjuggler.el: Fix a typo in the commentary. --- lisp/org-taskjuggler.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-taskjuggler.el b/lisp/org-taskjuggler.el index bcf2c45..f891634 100644 ---

[O] [PATCH 1/3] Replace recursive implementation with an iterative one

2011-03-21 Thread Christian Egli
From: Christian Egli christian.e...@sbszh.ch * org-taskjuggler.el (org-taskjuggler-assign-resource-ids): Replace recursive implementation with an iterative one. That way we can avoid to have ask users to increase `max-lisp-eval-depth'. --- lisp/org-taskjuggler.el | 16 +++- 1

[O] [PATCH 2/3] Fix allocations handling for tj3

2011-03-21 Thread Christian Egli
From: Christian Egli christian.e...@sbszh.ch * org-taskjuggler.el (org-taskjuggler-open-task): Only emit a purge allocations statement if we are not targeting tj3. --- lisp/org-taskjuggler.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org-taskjuggler.el

[O] [PATCH 0/3] Small fixes to taskjuggler export

2011-03-21 Thread Christian Egli
Hi all Here are some more small fixes to taskjuggler export Thanks Christian Egli (3): Replace recursive implementation with an iterative one Fix allocations handling for tj3 Fix a typo in the commentary. lisp/org-taskjuggler.el | 22 ++ 1 files changed, 10

Re: [O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Christian Moe
Hi, I see. Would you like to continue to receive bug reports based on byte-compilation, or should I just load the sources for now? Yours, Christian On 3/21/11 2:31 PM, Jambunathan K wrote: Hello Christian Thanks for your first bug report. I have the habit of not using byte-compilation.

[O] Publishing - how to disable backup file generation?

2011-03-21 Thread Marco Alberti
Hi all, since I installed Org 7.5, I noticed that when I publish an html project to a local directory, backup copies of the existing html files are kept, with a tilde attached to their name. As far as I remember, this wasn't happening before. Is there a way to disable it? I couldn't find

[O] Re: Completing with anything

2011-03-21 Thread Stefan Monnier
There's a misunderstanding: AFAIK the patch sent by Tassilo does not make the completion-at-point-function return a function that performs completion but does properly return completion data (i.e. region start, region end, and completion table), part of which happens to be represented by a

[O] Re: Completing with anything

2011-03-21 Thread Julien Danjou
On Mon, Mar 21 2011, Stefan Monnier wrote: That sentence is obsolete. Sorry 'bout that. A collection can be any function, including a lambda expression. Should I open a bug about that to keep track of it? (asking in case you're already working on a fix or not) completion-at-point-function

[O] Re: Completing with anything

2011-03-21 Thread Stefan Monnier
What I'd like to do is that if the user enters: docTAB is that it can be completed to Emmett Brown gigaw...@delorean.com In a BBDB discussion, I suggested to complete the above to Emmett Brown \doc\ gigaw...@delorean.com, but it's true that you may prefer to keep the nickname

[O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Jambunathan K
Hi, I see. Would you like to continue to receive bug reports based on byte-compilation, or should I just load the sources for now? The one you reported is a serious error and I have fixed it. Anything amounting to a crash or a crash in waiting has to be immeditately addressed. As for

Re: [O] Re: org-src-fontify-natively makes things very, very slow

2011-03-21 Thread Eric S Fraga
Hello again, going back to the original subject of this thread (although thanks all for your inputs on yasnippet ;-), I have started working on a new document and am finding the slowdown of navigation (next-line) very annoying. In this document, I have two gnuplot source blocks. Navigating

Re: [O] Re: [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Jambunathan K
Hi, I see. Would you like to continue to receive bug reports based on byte-compilation, or should I just load the sources for now? Just pushed a fix that nukes all the warnings that the byte-compiler was generating. Jambunathan K.

[O] Re: Accessing CATEGORY for custom agenda command

2011-03-21 Thread Markus Heller
Matt Lundin m...@imapmail.org writes: Markus Heller helle...@gmail.com writes: I'm trying to get the following to work: (org-add-agenda-custom-command '(X tags Task ((org-agenda-skip-function '(org-agenda-skip-entry-if 'notregexp Admin))

[O] publishing org-mode to google docs

2011-03-21 Thread Daniel Mahler
What is the best way to publishh org-mode outlines to google docs. I can upload the PDF, but I need the resulting google docs to be editable. thanks Daniel

Re: [O] [PATCH][ANN] org-html/org-odt

2011-03-21 Thread Christian Moe
Hi, Very, very nice! Tested with a minimal emacs, using Org-mode version 7.5 (baseline.6.g533ba.dirty), GNU Emacs 23.2.1 (powerpc-apple-darwin9.8.0, NS apple-appkit-949.54) on a Mac. Notes on the resulting test.odt document (I've had only a quick look at the html, so what follows refers

[O] Tag hierarchy idea

2011-03-21 Thread John Tait
Hi all This is my first post. First, I'd like to thank all the org-mode developers for a great tool. I'm a technical editor. I am facinated by the pros and cons of structured documents with regard to their ease of use and power. I think that they are probably far too restrictive and cumbersome

Re: [O] publishing org-mode to google docs

2011-03-21 Thread suvayu ali
On Mon, Mar 21, 2011 at 2:22 PM, Daniel Mahler dmah...@gmail.com wrote: What is the best way to publishh org-mode outlines to google docs. I can upload the PDF, but I need the resulting google docs to be editable. How about usign the experimental odt exporter? thanks Daniel -- Suvayu

[O] Re: org-src-fontify-natively makes things very, very slow

2011-03-21 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: going back to the original subject of this thread (although thanks all for your inputs on yasnippet ;-), I have started working on a new document and am finding the slowdown of navigation (next-line) very annoying. In this document, I have two gnuplot source

[O] How to reuse page keywords for LaTeX with pdfkeywords and hyperref package?

2011-03-21 Thread Mikhail Titov
Hello all! I would like to be able to have same keywords for both HTML and PDF output. I was a bit surprised that it is not there yet. I’m not a lisp user:( Could someone suggest what needs to be done to use org-export-page-keywords to set the value of pdfkeywords option of hyperref LaTeX

[O] Re: Completing with anything

2011-03-21 Thread Stefan Monnier
As Tassilo mentions, maybe we could have a post-completion step that can perform some kind of expansion/replacement/cleanup once a valid completion is selected. I'm not sure what that would look like in terms of code and API, but if someone wants to try it out a propose a patch to start a

[O] Re: publishing org-mode to google docs

2011-03-21 Thread Matt Lundin
Daniel Mahler dmah...@gmail.com writes: What is the best way to publishh org-mode outlines to google docs. I can upload the PDF, but I need the resulting google docs to be editable. http://docs.google.com/support/bin/answer.py?hl=enanswer=186466topic=1153381 Best, Matt

[O] Re: org-publish not publishing changed files

2011-03-21 Thread Aidan Gauland
Nick Dokos nicholas.dokos at hp.com writes: org uses timestamps to figure out which files need publishing (see section 13.4 of the Org manual) and they may have gotten curdled somehow. You can force publication by giving a second argument to org-publish (if you called it interactively, you

[O] Re: Completing with anything

2011-03-21 Thread Eric Abrahamsen
Stefan Monnier monn...@iro.umontreal.ca writes: As Tassilo mentions, maybe we could have a post-completion step that can perform some kind of expansion/replacement/cleanup once a valid completion is selected. I'm not sure what that would look like in terms of code and API, but if someone

[O] Re: Tag hierarchy idea

2011-03-21 Thread Jambunathan K
May I propose an additional feature? We could assign tags to hierarchies of other tags. As a technical editor how do you think you would make use of hierarchical tags. Without getting in to how this feature might be implemented, if you can articulate your particular requirements and your

Re: [O] org table calc and lisp for hh:mm timetable

2011-03-21 Thread Eric Schulte
While this topic is raised, would it make sense for Org-mode table formula to automatically parse any time-like string into time units (i.e., base sixty). That would be the easiest for most users, and (I imagine) would rarely result in surprising and unexpected behavior. So, I took a shot