Re: [Orgmode] Re: Internal links in LaTeX export

2010-11-02 Thread Jambunathan K
suvayu ali writes: > Hi Jambunathan > > On 29 October 2010 03:17, Jambunathan K wrote: >> wish there was a way to say this: >> >> - "do bisection on the revisions where org-latex.el changed (as opposed >>   to revisions where HEAD moved)" >> >> The candidate commits then would have reduced to 30

Re: [Orgmode] Extended-period events in agenda views

2010-11-02 Thread Konrad Hinsen
Hi Carsten, On 1 Nov 2010, at 20:55, Carsten Dominik wrote: I don't think so. But what I am also missing is a clear idea on *how* this event should be generated and *how* it should be displayed. Apparently you do not want the event listed in the agenda, but you say "maybe a special font"

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 11/02/2010 12:25 PM, Christian Moe wrote: > Hi, > > the librsvg man page says PNG and JPEG raster formats only. Unless I have completely misunderstood these two formats, they are raster formats - consequently, svg (vector) has to be converted to r

Re: [Orgmode] abstract in exported latex and html

2010-11-02 Thread Christian Moe
Hi, Written up, with an added note about org-exp-blocks, and pushed to: http://orgmode.org/worg/org-faq.php#include-abstract-in-export-to-latex-and-html http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 In the latter, BTW, I have also made a small change in the "semantic-markup

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Christian Moe
Hi, the librsvg man page says PNG and JPEG raster formats only. CM On 11/2/10 11:40 AM, Rainer M Krug wrote: On Mon, Nov 1, 2010 at 11:47 PM, Christian Moe mailto:m...@christianmoe.com>> wrote: Re: converting SVG Have you looked at rsvg (http://librsvg.sourceforge.net/)? I am not su

Re: [Orgmode] abstract in exported latex and html

2010-11-02 Thread Carsten Dominik
Hi Christian, thank you very much! - Carsten On Nov 2, 2010, at 12:22 PM, Christian Moe wrote: Hi, Written up, with an added note about org-exp-blocks, and pushed to: http://orgmode.org/worg/org-faq.php#include-abstract-in-export-to-latex-and-html http://orgmode.org/worg/org-tutorials/org-l

[Orgmode] New clocktable code

2010-11-02 Thread Carsten Dominik
Hi everyone, I have just pushed a rewrite of the clocktable code. It has more options now, and most importantly the code is *much* cleaner. In particular, data collection and formatting are now clearly separated. Anyone who would like to hack now actually has a chance to do so in a correct way

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Nick Dokos
Christian Moe wrote: > Hi, > > the librsvg man page says PNG and JPEG raster formats only. > > CM > > On 11/2/10 11:40 AM, Rainer M Krug wrote: > > > > > > On Mon, Nov 1, 2010 at 11:47 PM, Christian Moe > > wrote: > > > > Re: converting SVG > > > > > > Have y

[Orgmode] Override export filename

2010-11-02 Thread Aidan Gauland
Hi, Is there an export option to specify the name of the file to which to export the org file? I use org-mode for my website and I need one page to have a different extension from .html. Thanks, Aidan Gauland ___ Emacs-orgmode mailing list Please us

[Orgmode] Org-version: 7.02 trans or 7.3 ?

2010-11-02 Thread Giovanni Ridolfi
Dear all, I just downloaded the .zip file of commit 1197b73769fb4855c2785cd2f2a3f1b36408a7e1 from http://repo.or.cz/w/org-mode.git and in "master" the version number is still 7.02trans, whereas on Mon, 1 Nov 2010 12:58:38 + (13:58 +0100) the Org-mode version 7.3 was released (in "maint").

Re: [Orgmode] Clock report (R from the agenda)

2010-11-02 Thread Carsten Dominik
Hi Sebastian, you should now be able to use `C-u R' to achieve this. The lighter in the mode line will then switch from "Clock" to "Clock{}", and the current tags filtering should apply to the clock table in the agenda. Please test this and report back. Thanks. - Carsten On Oct 27, 2010, at 9

[Orgmode] [BUG] org-indent breaks indentation of inline tasks (was: full production use of org-mode: time to say thanks again!)

2010-11-02 Thread Jeff Horn
Were these patches merged into the most recent update? Indentation after inline tasks is broken for me. 1) use org-inlinetask-insert-task to start a new task 2) go to the "end" line, press return 3) observe indentation at column below "E" in "END" from line above 4) turn off org-indent mode and no

[Orgmode] Re: Problem with 7.02 - org-capture-templates not set from init file

2010-11-02 Thread Jeffrey DeLeo
One thing I noticed that changed in org-install.el from 7.01h to 7.02 - in 7.02 is being explicitly defined in org-install.el as nil, that wasn't happening before. 7.01h: ;;;### (autoloads (org-capture-import-remember-templates org-capture-insert-template-here ;; org-capture) "org-capture"

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Rainer M Krug
On Mon, Nov 1, 2010 at 11:47 PM, Christian Moe wrote: > Re: converting SVG > Have you looked at rsvg (http://librsvg.sourceforge.net/)? I am not sure if it uses vector for pdf, but it might be worth a try? Cheers, Rainer > > 1. Prince (http://www.princexml.com) does SVG to PDF as vector gra

[Orgmode] [BUG] Making *scratch* orgmode results in unfontified code blocks

2010-11-02 Thread Christopher Allan Webber
Not sure if I should mark this as a bug or not... could be PEBKAC, but I can't figure out how to fix it. I want to use org-mode as my *scratch* buffer, largely because I like dumping fontified code snippets into it. However, if I set *scratch* to org-mode and also set org-src-fontify, etc, well b

Re: [Orgmode] Re: Problem with 7.02 - org-capture-templates not set from init file

2010-11-02 Thread Carsten Dominik
On Nov 2, 2010, at 3:29 PM, Jeffrey DeLeo wrote: One thing I noticed that changed in org-install.el from 7.01h to 7.02 - in 7.02 is being explicitly defined in org-install.el as nil, that wasn't happening before. That is right. However, when org-capture gets loaded, the value will change

[Orgmode] [Quey] Capture Templates

2010-11-02 Thread Puneeth
Hi All, I have the following Capture template defined. - ("n" "note" entry (file+headline "refile.org" "Notes") "* %^{About} :note:%^G \n\n %U\n\n %?" :clock-in t :clock-resume t) -

Re: [Orgmode] Bug: M-a bound to backward-sentence

2010-11-02 Thread Carsten Dominik
On Nov 2, 2010, at 10:12 AM, Andreas Röhler wrote: Hi inside a table M-a is bound to backward-sentence Hi Andreas, I get M-a runs the command org-backward-sentence, which is an interactive compiled Lisp function in `org.el'. It is bound to M-a. (org-backward-sentence &optional ARG) Go

Re: [Orgmode] Override export filename

2010-11-02 Thread Giovanni Ridolfi
Aidan Gauland writes: > Is there an export option to specify the name of the file to which to > export the org file? for documents: #+TITLE: and, for subtrees :PROPERTIES: :EXPORT_TITLE: :END: cheers, Giovanni ___ Emacs-orgmode mailing list Pleas

[Orgmode] Error when running org-babel-execute-buffer -- Wrong type argument: consp, nil

2010-11-02 Thread Ista Zahn
Hi, I recently upgraded to version 7.3 (from 7.01), and discovered that org-babel-execute-buffer no longer works, returning "Wrong type argument: consp, nil". This behavior is exists even with the simplest of examples, such as #+begin_src R 2+2 #+end_src and persists even when I reduce my .emacs

Re: [Orgmode] abstract in exported latex and html

2010-11-02 Thread Thomas S. Dye
Aloha Christian, On Nov 2, 2010, at 1:22 AM, Christian Moe wrote: Hi, Written up, with an added note about org-exp-blocks, and pushed to: http://orgmode.org/worg/org-faq.php#include-abstract-in-export-to-latex-and-html http://orgmode.org/worg/org-tutorials/org-latex-export.php#sec-12 In the

Re: [Orgmode] [Quey] Capture Templates

2010-11-02 Thread Carsten Dominik
On Nov 2, 2010, at 4:33 PM, Puneeth wrote: Hi All, I have the following Capture template defined. - ("n" "note" entry (file+headline "refile.org" "Notes") "* %^{About} :note:%^G \n\n %U\n\n %?" :

[Orgmode] Re: Problem with 7.02 - org-capture-templates not set from init file

2010-11-02 Thread Jeffrey DeLeo
OK, I found the problem. In my emacs init file, further down I had: (require 'gnus-load) ;; for dev gnus (require 'message) (require 'bbdb) (require 'org-install) (require 'org-icalendar) (require 'org-mobile) ... Removing these requires results in working org and not stomping on org-capture-temp

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Tom Short
On Mon, Nov 1, 2010 at 6:47 PM, Christian Moe wrote: > Re: converting SVG > > 2. Ask Inkscape -- it's free software; unfortunately, the result is > rasterized. > > e.g. > > : inkscape --without-gui --export-text-to-path --export-eps=drawing.eps > drawing.svg > > From a sample 52 KB SVG file, Inksc

Re: [Orgmode] How do I convert org to OpenOffice?

2010-11-02 Thread Lennart Borgman
On Wed, Sep 29, 2010 at 11:33 PM, Matt Price wrote: > > > I've had mixed results depending on the complexity of the original org > document.  one of us should really write a proper direct exporter, but I am > such a slow (and rotten) coder, and so behind on so many projects, that it > is not going

Re: [Orgmode] Override export filename

2010-11-02 Thread Aidan Gauland
On Tue, Nov 02, 2010 at 04:44:11PM +0100, Giovanni Ridolfi wrote: > Aidan Gauland writes: > > > Is there an export option to specify the name of the file to which to > > export the org file? > > for documents: > #+TITLE: This doesn't seem to allow me to specify the filename. For example, the

Re: [Orgmode] Override export filename

2010-11-02 Thread Nick Dokos
Aidan Gauland wrote: > On Tue, Nov 02, 2010 at 04:44:11PM +0100, Giovanni Ridolfi wrote: > > Aidan Gauland writes: > > > > Is there an export option to specify the name of the file to which to > > > export the org file? > > > for documents: > > #+TITLE: > > This doesn't seem to allow me to sp

Re: [Orgmode] [bug] two bugs: one with comments and with exporting inline tasks

2010-11-02 Thread Nicolas Goaziou
Hello, > Eric S Fraga writes: > I believe both of these problems are related to the new list > handling as I used to be able to export inline tasks perfectly fine > in September. Well, this is strange. I tried to get back to 7.01h, 7.01 and 6.36c and I obtain this same behavior. What kind o

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-02 Thread Matt Price
On Tue, Nov 2, 2010 at 3:08 PM, Jambunathan K wrote: > > Lennart > > Interesting that two people are working on org->OpenOffice exporter. The > other person is me. > > I'm glad of it though! Jambunathan, would you be willing to put your code up on github? Then we can perhaps all help out in a co

[Orgmode] Re: New clocktable code

2010-11-02 Thread Ilya Shlyakhter
Carsten Dominik gmail.com> writes: > I have just pushed a rewrite of the clocktable code. Thanks Carsten! Maybe, the code could also be extended to display a summary of any variable, rather than just clocksum? E.g. the number of tasks done, or the amount of money spent. The sum for a given pe

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Christian Moe
Correction: Inkscape /does/ convert SVG to EPS with vector format. Of course. It also does really nice vector export to PDF. Apologies all round (and to the nice people at Inkscape in particular), and thanks to Tom Short for setting me straight. I was fooled by a test drawing that was export

[Orgmode] Variable 'org-ctrl-k-protect-subtree' defaults to nil

2010-11-02 Thread pjmtavares
Hi everyone, It's the first time I'm giving any feedback on org-mode, so first of all I would like to congratulate the original creator and all contributors on a very interesting and useful work. I've discovered org-mode only a couple of weeks ago and was intrigued enough to restart using ema

[Orgmode] Problem with links to Wanderlust messages

2010-11-02 Thread Ronan BARZIC
Hi, I've difficulties to understand how to make links to WL messages from an Org file. According to the documentation, the syntax should be : [[wl:folder#id][Description]] - It is not clear for me if "id" is the number in front of the message in the "WL "Summary" view ? Can someone confirm that

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-02 Thread Christian Moe
Hi, Yes, I can confirm batik-rasterizer, despite the name, made nice vector-based PDF from SVG. Thanks, Nick. So that's two options now, Inkscape and Batik. Enough noise from me on this, I think. Yours, Christian On 11/2/10 3:20 PM, Nick Dokos wrote: Christian Moe wrote: Hi, the librsv

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-02 Thread Lennart Borgman
On Tue, Nov 2, 2010 at 8:08 PM, Jambunathan K wrote: > > Lennart Hi Jambunathan, > Interesting that two people are working on org->OpenOffice exporter. The > other person is me. > > I made this announcement roughly one week in to the project. > - http://lists.gnu.org/archive/html/emacs-orgmode/

Re: [Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-11-02 Thread Liam Healy
On Sun, Oct 31, 2010 at 5:28 PM, Liam Healy wrote: > On Sun, Oct 31, 2010 at 4:02 PM, David Maus wrote: >> At Sun, 31 Oct 2010 15:09:48 -0400, >> Liam Healy wrote: >>> >>> With recent versions (since about version 7) of org-mode, I cannot >>> generate links in a non-org file when org-id-store-lin

Re: [Orgmode] [bug] two bugs: one with comments and with exporting inline tasks

2010-11-02 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > >> Eric S Fraga writes: > >> I believe both of these problems are related to the new list >> handling as I used to be able to export inline tasks perfectly fine >> in September. > > Well, this is strange. I tried to get back to 7.01h, 7.01 and 6.36c > and I

[Orgmode] Re: Problem with 7.02 - org-capture-templates not set from init file

2010-11-02 Thread Anupam Sengupta
> Jeffrey DeLeo writes: > OK, I found the problem. In my emacs init file, further down I > had: (require 'gnus-load) ;; for dev gnus (require 'message) > (require 'bbdb) (require 'org-install) (require 'org-icalendar) > (require 'org-mobile) ... > Removing these requires

Re: [Orgmode] Unable to generate link in non-org file with org-id-store-link present

2010-11-02 Thread Carsten Dominik
Hi Liam, On Nov 2, 2010, at 9:45 PM, Liam Healy wrote: On Sun, Oct 31, 2010 at 5:28 PM, Liam Healy > wrote: On Sun, Oct 31, 2010 at 4:02 PM, David Maus wrote: At Sun, 31 Oct 2010 15:09:48 -0400, Liam Healy wrote: With recent versions (since about version 7) of org-mode, I cannot generate li

Re: [Orgmode] Re: New clocktable code

2010-11-02 Thread Carsten Dominik
On Nov 2, 2010, at 8:35 PM, Ilya Shlyakhter wrote: Carsten Dominik gmail.com> writes: I have just pushed a rewrite of the clocktable code. Thanks Carsten! Maybe, the code could also be extended to display a summary of any variable, rather than just clocksum? E.g. the number of tasks don

Re: [Orgmode] Problem with links to Wanderlust messages

2010-11-02 Thread Eric S Fraga
Ronan BARZIC writes: > Hi, > > I've difficulties to understand how to make links to WL messages from an Org > file. According to the documentation, the syntax should be : > > [[wl:folder#id][Description]] > > - It is not clear for me if "id" is the number in front of the message in the > "WL "Sum

[Orgmode] Re: conditional export based on target

2010-11-02 Thread Ezequiel Birman
> "JP" == Juan Pechiar writes: > On Thu, Oct 07, 2010 at 01:24:28AM -0300, Ezequiel Birman wrote: >> Is there something like conditional export? I'd like to use tikz >> when exporting to latex but my own hand-made ascii drawing when >> exporting to ascii/latin1/utf8. > Hi

Re: [Orgmode] [bug] two bugs: one with comments and with exporting inline tasks

2010-11-02 Thread Eric S Fraga
Eric S Fraga writes: > Nicolas Goaziou writes: > >> Hello, >> >>> Eric S Fraga writes: >> >>> I believe both of these problems are related to the new list >>> handling as I used to be able to export inline tasks perfectly fine >>> in September. >> >> Well, this is strange. I tried to get bac

Re: [Orgmode] Re: conditional export based on target

2010-11-02 Thread Juan Pechiar
On Tue, Nov 02, 2010 at 04:41:05PM -0300, Ezequiel Birman wrote: > #+source: tree1_latex > #+BEGIN_SRC latex :exports (if (and (boundp 'latexp) latexp) "results" "none") > \begin{tikzpicture} ... > \end{tikzpicture} > #+end_src > I still don't know how to export the TikZ code to latex but a

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-02 Thread Lennart Borgman
>> Interesting that two people are working on org->OpenOffice exporter. The >> other person is me. >> >> I made this announcement roughly one week in to the project. >> - http://lists.gnu.org/archive/html/emacs-orgmode/2010-10/msg00372.html > > Ah, very good. I missed that one. I started this threa

[Orgmode] novice - inline src ?

2010-11-02 Thread Adam
Am a novice, and just trying my first src emacs lisp. Can a results output be included in the middle of a line of text ? I've looked through section 14 of the manual. Perhaps the entire line must be "concat"ed into the one composite line needed. See the "quick brown fox" example below, with

Re: [Orgmode] novice - inline src ?

2010-11-02 Thread Juan Pechiar
On Wed, Nov 03, 2010 at 03:34:58PM +1300, Adam wrote: > Am a novice, and just trying my first src emacs lisp. > Can a results output be included in the middle of a line of text ? Hi, Yo can include inline code blocks thus: The date today is src_emacs-lisp{(format-time-string "%a %e %b %Y ")}. T

Re: [Orgmode] novice - inline src ?

2010-11-02 Thread Adam
On Wednesday 03 November 2010 04:23 pm, you wrote: > On Wed, Nov 03, 2010 at 03:34:58PM +1300, Adam wrote: > > Am a novice, and just trying my first src emacs lisp. > > Can a results output be included in the middle of a line of text ? > > Hi, > > Yo can include inline code blocks thus: > > The dat

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-02 Thread Jambunathan K
Hello Lennart I uploaded a snapshot of org-7.3 and committed my workarea files to repo.or.cz. For now, rely on the commits and the logs to get started with what I have done till now. Web Interface: - http://repo.or.cz/w/org-mode/oo.git/ Push URL: - ssh://repo.or.cz/srv/git/org-mode/oo.git Read

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-02 Thread Jambunathan K
> I'm glad of it though!  Jambunathan, would you be willing to put your code up > on github?  Then we can perhaps all help out in a co-ordinated manner.  I put it up on repo.or.cz as I already had an account there. Here is the URL: - http://repo.or.cz/w/org-mode/oo.git/ > If you od put it on gi

[Orgmode] Re: Variable 'org-ctrl-k-protect-subtree' defaults to nil

2010-11-02 Thread Noorul Islam K M
writes: > Hi everyone, > > It's the first time I'm giving any feedback on org-mode, so first of all I > would like to congratulate the original creator and all contributors on a > very interesting and useful work. > > I've discovered org-mode only a couple of weeks ago and was intrigued enough