Re[4]: [Orgmode] programming for org-mode

2010-08-06 Thread Ivanov Dmitry
Hi, Marcelo. I used Visio. Then saved as Postscript and converted to pdf, using ps2pdf. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] org-clock-idle-time resolving dialogues seem to stack up for each passed idle time period

2010-08-06 Thread Rainer Stengele
hi all, having set org-clock-idle-time to 15 minutes the dialogue to resolve the idle time shows correctly after 15 minutes of idle time. Many times I simply press "j" just to jump to the running clock. What I experience is that I have to press "j" several times until the dialogue gets finally

[Orgmode] How to get pretty printed source code in PDFLaTeX

2010-08-06 Thread Sébastien Vauban
Hi Dan and Sebastian, Sebastian Rose wrote: > Dan Davison writes: >> Can you point me to an example that shows how to make source code in latex >> look (almost) as nice as html? > > That is supposed to work with the `listings' package. I havent tried that > yet. > > I still use my old LaTeX heade

[Orgmode] Re: debugging sbe calls

2010-08-06 Thread Sébastien Vauban
Hi Inquisitive Scientist, Inquisitive Scientist wrote: > I *love* org-babel. So do I. That's even not love anymore, but passion... Even if I almost don't use it, only when I need to write doc in a "literate programming" style. But, thinking at using it for every little script I write, as well.

[Orgmode] Re: %i indentation in capture templates

2010-08-06 Thread Sébastien Vauban
Hi Thomas, Thomas Jack wrote: > I have the following capture template: > > ("t" "Todo" entry (file+headline (concat org-directory "/inbox.org") "inbox") > "* TODO %?\n%i\n%a") > > The manual says of %i that "The entire text will be indented like %i > itself." Is this a bug, or

Re: [Orgmode] question about org-agenda-files

2010-08-06 Thread Bastien
Rustom Mody writes: > Why is it that if org-agenda-files is a list the list should have > absolute file names whereas when it (points to) a single file > containing the names those names are allowed to be relative to > org-directory? I guess this is a small historical contingency. We might inde

Re: [Orgmode] Re: What license for Worg?

2010-08-06 Thread Bastien
Ian Barton writes: > The Software Freedom Law Centre has some good guidelines on licensing. > Specificall you might want to look at: > http://www.softwarefreedom.org/resources/2008/foss-primer.html#x1-120002.4 > and > http://www.softwarefreedom.org/resources/2007/gpl-non-gpl-collaboration.html T

Re: [Orgmode] Org file rendering/manipulation too slow

2010-08-06 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > Here it is: > http://github.com/celoserpa/emacs-starter-kit/blob/master/fullofcaffeine/org.el Thanks - note that it might be confusing to name your config file org.el since this is also the name of the main Org file. Some comments on the fly: 1. y

Syntax to trigger org-capture (Re: [Orgmode] camel.el, for CamelCase links)

2010-08-06 Thread Bastien
When you think of CamelCase and on-the-fly creating of non-existing files/headlines, it's just another way of *capturing* stuff. Why not defining some simple syntax to trigger the capture mechanism from special links? For example: "I write a reference to a >c:newfile which I can create later."

[Orgmode] Re: Change resolution of LaTeX formulas in HTML output?

2010-08-06 Thread Bastien
Dan Davison writes: > Am I right in understanding that if we increase html-resolution the > resulting images will come out larger in a web browser; You're right. Actually having a :resolution would perhaps make sense, at least for consistency sake. What do you (and the OP) think? > i.e that

Re: [Orgmode] text color + highlight

2010-08-06 Thread Bastien
Hi Vinh, Vinh Nguyen writes: > I was wondering if there is an easy way to markup the color of the > text for html output (and highlight as well). When I prepare meeting > minutes I'd like to color some things and highlight certain things. > Right now, I am using emphasizing a major portion of t

Re: [Orgmode] Export: Using LaTeX "\timestamp" and or customising title header

2010-08-06 Thread Bastien
Hi Mash, 'Mash writes: > I have started experimenting with publishing outlines to PDF, and have > been trying to sort out basic styling, mainly because the default > export looks terrible. The default LaTeX export looks like a simple LaTex file. > I disabled the title header as I want my first

Re: [Orgmode] Re: What license for Worg?

2010-08-06 Thread Andreas Röhler
Am 04.08.2010 07:36, schrieb Bastien: Or we might also consider CC0: http://creativecommons.org/publicdomain/zero/1.0/ It looks way more simple to me. It also circumvents the problem of people having to sign the FSF papers if the Org/Emacs manuals include part of the code they contributed t

Re: [Orgmode] org-clock-current-task?

2010-08-06 Thread Bastien
Hi Michael, Michael Gilbert writes: > Did org-clock-current-task actually end up in orgmode in February? I > see mention of it on the list, but I'm not seeing it in the > application. Yes, this was added in february: , | commit 30ffaca5aa2cbffbfa2dd21335c058c75a22ed33 | Author: Bastien Gue

Re: [Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-06 Thread Bastien
Hi Rainer, Rainer Stengele writes: > FOLDED (headline level n) -> CHILDREN (headline level n+1) -> CHILDREN > (headline level n+2) -> ... SUBTREE My feeling is that this would be too much. Maybe what you need si simply to *navigate* among items, not to (un)fold them. Speedy keys make it very

Re: [Orgmode] how to show all subheadings of "current level +1", then all of "current level +2" etc.

2010-08-06 Thread Rainer Stengele
Hi Bastien, navigation is not the issue in my case. It is simply to have to see all subheadings and contents in one step. Imagine having: * IT Projects ** Project 1 *** 2009 01 * Meeting on [2010-01-04 Mo]

Re: [Orgmode] Re: %i indentation in capture templates

2010-08-06 Thread Thomas Jack
2010/8/6 Sébastien Vauban : > But just wanted to confirm you this seems, then, a bug to me (regarding what > the doc promises). Thanks for the confirmation. The following patch seems to fix the problem: diff --git a/lisp/org-capture.el b/lisp/org-capture.el index 111f7f7..1e407f1 100644 --- a/li

[Orgmode] Re: debugging sbe calls

2010-08-06 Thread Dan Davison
Sébastien Vauban writes: > Hi Inquisitive Scientist, > > Inquisitive Scientist wrote: >> I *love* org-babel. > > So do I. That's even not love anymore, but passion... Even if I almost don't > use it, only when I need to write doc in a "literate programming" style. But, > thinking at using it fo

Re: [Orgmode] question about org-agenda-files

2010-08-06 Thread Carsten Dominik
On Aug 6, 2010, at 10:30 AM, Bastien wrote: Rustom Mody writes: Why is it that if org-agenda-files is a list the list should have absolute file names whereas when it (points to) a single file containing the names those names are allowed to be relative to org-directory? I guess this is a sm

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-06 Thread Carsten Dominik
On Aug 5, 2010, at 12:32 AM, Bastien wrote: amscopub-m...@yahoo.com writes: Is there a way to control the resolution of PNG LaTeX formulas when you export to HTML? I've implemented this. I would not think that we need this change, the :scale and :html-scale parameters do this for in-buffe

Re: [Orgmode] Bug: inline image display not working when org-indent-mode active, follow-up

2010-08-06 Thread Carsten Dominik
Hi Eric, Martin, thanks for tracking this down! I fixed the part in org-indent.el, at a slightly different location that Erik's proposal (in org-indent-add-properties and in org-indent-remove-properties) Thanks! - Carsten On Aug 6, 2010, at 6:56 AM, Erik Iverson wrote: On 08/05/2010 03:3

[Orgmode] Re: [PATCH] question about org-agenda-files

2010-08-06 Thread Noorul Islam
On Fri, Aug 6, 2010 at 4:12 PM, Carsten Dominik wrote: > > On Aug 6, 2010, at 10:30 AM, Bastien wrote: > > Rustom Mody writes: >> >> Why is it that if org-agenda-files is a list the list should have >>> absolute file names whereas when it (points to) a single file >>> containing the names those

[Orgmode] minted for latex source code export

2010-08-06 Thread Dan Davison
Seb's nice listings code led me to come across this[1] blog post, describing the latex package "minted"[2]. I've made a first-pass implementation of org-mode latex export using minted. This didn't take too long because I copied the original work Eric Schulte did on listings. I think that minted may

[Orgmode] Re: How to get pretty printed source code in PDFLaTeX

2010-08-06 Thread Dan Davison
Sébastien Vauban writes: > Hi Dan and Sebastian, > > Sebastian Rose wrote: >> Dan Davison writes: >>> Can you point me to an example that shows how to make source code in latex >>> look (almost) as nice as html? >> >> That is supposed to work with the `listings' package. I havent tried that >>

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-06 Thread Uri Avalos
Carsten, we are trying to increase the resolution of the images for *print* (ppi or dpi) while keeping the image the size on the web page. (As I wrote in the first email, I'm generating an HTML file with LaTeX pngs and then converting that to a PDF.) Unfortunately, the html-scale and scale opt

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-06 Thread amscopub-mail
Carsten, we are trying to increase the resolution of the images for *print* (ppi or dpi) while keeping the image the size on the web page. (As I wrote in the first email, I'm generating an HTML file with LaTeX pngs and then converting that to a PDF.) Unfortunately, the html-scale and scale opti

Re: [Orgmode] [PATCH] Proposed command: org-agenda-clock-goto

2010-08-06 Thread Noorul Islam
On Sun, Aug 1, 2010 at 1:27 PM, Bastien wrote: > From the agenda, I often want to jump to the currently clocking task > without leaving the agenda buffer. > > The attached patch contains a function that does so. > > Would that be useful to anyone else? > > If so, any suggestion for a keybinding?

[Orgmode] [babel] help debugging latex export

2010-08-06 Thread Austin Frank
Hi all! I've got a very mysterious mystery bug that keeps biting me, and I don't know how to hunt it down. Even worse, I haven't been able to replicate it in a small example file... it only happens in this one particular document, but it happens consistently in that document. I start with the fo

Re: [Orgmode] text color + highlight

2010-08-06 Thread Vinh Nguyen
On Fri, Aug 6, 2010 at 2:18 AM, Bastien wrote: > Hi Vinh, > > Vinh Nguyen writes: > >> I was wondering if there is an easy way to markup the color of the >> text for html output (and highlight as well).  When I prepare meeting >> minutes I'd like to color some things and highlight certain things.

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-06 Thread Bastien
Carsten Dominik writes: > I would not think that we need this change, the :scale and :html-scale > parameters do this for in-buffer display and html formatting, > respectively. > > > Please revert this change. Done. -- Bastien ___ Emacs-orgmode mai

Re: [Orgmode] [PATCH] Proposed command: org-agenda-clock-goto

2010-08-06 Thread Bastien
Noorul Islam writes: > >From the agenda, I often want to jump to the currently clocking task > without leaving the agenda buffer. > > The attached patch contains a function that does so. > > Would that be useful to anyone else? > > If so, any suggestion for a keybi

[Orgmode] Re: [PATCH] Proposed command: org-agenda-clock-goto

2010-08-06 Thread Bernt Hansen
Noorul Islam writes: > On Sun, Aug 1, 2010 at 1:27 PM, Bastien wrote: > > From the agenda, I often want to jump to the currently clocking task > without leaving the agenda buffer. > > The attached patch contains a function that does so. > > Would that be useful to anyone

Re: [Orgmode] Org file rendering/manipulation too slow

2010-08-06 Thread Marcelo de Moraes Serpa
Hi Batien, Thank you for the insights, Might be related to the OSX build -- any other OSX users around? :) Do you mind if I answer with some additional questions? >2. (add-hook 'org-mode-hook 'turn-on-font-lock) is not necessary Hmm, I'm not really sure about this setting. I'll remove it, but w

[Orgmode] Bug: source document in latin9, wrong latex export [TAG=7.01g (release_7.01g)]

2010-08-06 Thread Michel Briand
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. -

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-06 Thread amscopub-mail
I just tripped over myself :-) After reading this excellent discussion of dpi (http://www.danheller.com/tech-dpi.html ), I think the problem might just be dvipng. The "problem" is that while the PNGs look good on the screen, they look horrible in the printer. I tried creating some PNGs with with

[Orgmode] Re: text color + highlight

2010-08-06 Thread Seweryn
Vinh Nguyen gmail.com> writes: > > Apologies for the ambiguity. In the org, we can use *text* and the > word "text" would be bold in the html output. I was wondering if > there is a markup that would change the color, eg, \{red}[text], or > something of that sort. I don't think it exists. I

Re: [Orgmode] Re: worg recent changes exported page?

2010-08-06 Thread Samuel Wales
As the OP I thought I would point out that while this is interesting and useful for some, it is not what I was discussing. On 2010-08-03, Roman wrote: > > Scot Becker gmail.com> writes: >> >> >> True. I watch the recent changes to worg in an RSS feed reader, and it >> would > be very nice to ge

Re: [Orgmode] text color + highlight

2010-08-06 Thread Eric Schulte
Hi, I've recently seen similar requests on this list. The attached patch provides a first pass at this support implementing both in-buffer coloring given the following syntax, and html export (I don't know the correct LaTeX syntax, but it shouldn't be hard to extend this to LaTeX as well). This

[Orgmode] Gnuplot best practice?

2010-08-06 Thread John Hendy
Hi, I've been hunting for some info on gnuplot and wondered if there is a suggested "best practice" for using it and org... I've just used what worg has (#+PLOT: ...) - http://orgmode.org/worg/org-tutorials/org-plot.php But several discussions seem to show a lot of people using embedded source

Re: [Orgmode] org-clock-current-task?

2010-08-06 Thread Michael Gilbert
On Aug 6,2010, at 2:30 AM, Bastien wrote: >> Did org-clock-current-task actually end up in orgmode in February? I >> see mention of it on the list, but I'm not seeing it in the >> application. > > Yes, this was added in february: > > , > | commit 30ffaca5aa2cbffbfa2dd21335c058c75a22ed33 > |

Re: [Orgmode] text color + highlight

2010-08-06 Thread Vinh Nguyen
Thanks Eric, this works. I do agree that the implemented syntax is not org-like but more latex-like. To be more org-like, could we use parentheses or curly braces like how links are implemented? They aren't taken, are they? For example, ((red)(this text is red)) {{yellow}{this text is highligh

Re: [Orgmode] Gnuplot best practice?

2010-08-06 Thread suvayu ali
Hello, On 6 August 2010 16:11, John Hendy wrote: > Hi, > > I've been hunting for some info on gnuplot and wondered if there is a > suggested "best practice" for using it and org... > I've just used what worg has (#+PLOT: ...) > - http://orgmode.org/worg/org-tutorials/org-plot.php > > But several

Re: [Orgmode] text color + highlight

2010-08-06 Thread Eric Schulte
Hi Vinh, Vinh Nguyen writes: > Thanks Eric, this works. Great, > I do agree that the implemented syntax is not org-like but more > latex-like. To be more org-like, could we use parentheses or curly > braces like how links are implemented? They aren't taken, are they? > For example, > > ((red

[Orgmode] Re: text color + highlight

2010-08-06 Thread Dan Davison
"Eric Schulte" writes: > Hi Vinh, > > Vinh Nguyen writes: > >> Thanks Eric, this works. > > Great, > >> I do agree that the implemented syntax is not org-like but more >> latex-like. To be more org-like, could we use parentheses or curly >> braces like how links are implemented? They aren't ta

Re: [Orgmode] bug in dynamic block for clock table using :tags

2010-08-06 Thread Noorul Islam
On Wed, Aug 4, 2010 at 9:45 PM, Inquisitive Scientist < inquisitive.scient...@gmail.com> wrote: > Dear Experts, > > There seems to be a bug in the tags feature for clock tables. When I try to > generate a dynamic block for a clock-table in the following example file it > goes into an infinite loop

Re: [Orgmode] text color + highlight

2010-08-06 Thread Nick Dokos
Eric Schulte wrote: > Hi, > > I've recently seen similar requests on this list. > > The attached patch provides a first pass at this support implementing > both in-buffer coloring given the following syntax, and html export (I > don't know the correct LaTeX syntax, but it shouldn't be hard to e

[PATCH] Re: [Orgmode] bug in the :VISIBILITY: handling of nested "folded" properties?

2010-08-06 Thread Noorul Islam
On Fri, Jul 30, 2010 at 4:38 PM, Rainer Stengele wrote: > Having > > * headline 1 > :PROPERTIES: > :VISIBILITY: folded > :END: > ** headline 2.1 > - stuff > ** headline 2.1 > :PROPERTIES: > :VISIBILITY: folded > :END: > - stuff > > C-u C-u >Switch back to the startup visibility of the buffer

Re: [Orgmode] Change resolution of LaTeX formulas in HTML output?

2010-08-06 Thread Carsten Dominik
On Aug 6, 2010, at 5:17 PM, amscopub-m...@yahoo.com wrote: Carsten, we are trying to increase the resolution of the images for *print* (ppi or dpi) while keeping the image the size on the web page. (As I wrote in the first email, I'm generating an HTML file with LaTeX pngs and then convert

Re: [Orgmode] Bug: source document in latin9, wrong latex export [TAG=7.01g (release_7.01g)]

2010-08-06 Thread Carsten Dominik
On Aug 6, 2010, at 5:07 PM, Michel Briand wrote: 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-m

[Orgmode] Re: [PATCH] question about org-agenda-files

2010-08-06 Thread Carsten Dominik
On Aug 6, 2010, at 4:14 PM, Noorul Islam wrote: On Fri, Aug 6, 2010 at 4:12 PM, Carsten Dominik > wrote: On Aug 6, 2010, at 10:30 AM, Bastien wrote: Rustom Mody writes: Why is it that if org-agenda-files is a list the list should have absolute file names whereas when it (points to) a sin