Re: [O] Re: [Orgmode] bug: invalid export key in export visible region

2011-03-15 Thread Samuel Wales
Hi David, Right now all of the export commands that I use are broken. My needs are visible region to HTML, ASCII region, ASCII subtree, HTML region, and HTML subtree. All not to file but to temporary buffer. I never export a whole file. I have the variable set, but it does not seem to work

Re: [O] Custom Agenda View for Projects

2011-03-15 Thread Christian Zang
2011/3/15 Manish mailtomanish.sha...@gmail.com: On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote: Dear all, I might be overlooking something very obvious, but I cannot find the solution: I have various org files, in which projects (anything requiring more than one action step...) are

Re: [O] [Babel][Bug] results silent ignored in #+call

2011-03-15 Thread Andreas Leha
Hi Eric, thanks for your answer. Just for me to understand: What is your suggestion then, if I still want the source code block to be evaluated during export? I asked a while ago on this list how to do that and got the answer :exports results :results silent which to my understanding now makes

Re: [O] Bug when publishing images

2011-03-15 Thread Francesco Pizzolante
Hi David, At Mon, 14 Mar 2011 10:09:37 +0100, Francesco Pizzolante wrote: Since this morning, I have problems exporting (inline) images. ... Could someone fix this as soon as possible? The joys of bleeding edget. Should be fixed by now. Thanks for the fix. It works better now.

Re: [O] dates before 1970

2011-03-15 Thread Carsten Dominik
On Mar 14, 2011, at 7:12 PM, Achim Gratz wrote: Nick Dokos nicholas.do...@hp.com writes: I was referring to the C code implementing current-time (which, btw, has been changed in latest): , | DEFUN (current-time, Fcurrent_time, Scurrent_time, 0, 0, 0, |doc: /* Return the

Re: [O] quick question about face names

2011-03-15 Thread Sébastien Vauban
Hi Nick and Filippo, I'm trying to find the face of plain text (not headlines or checklist items). Does it have a name that distinguishes it from other faces? Cheers. Fil I don't think so: C-u C-x = tells faces if it finds one - in this case, it says nothing about a face. ... so it means

Re: [O] [babel] C-' not robust

2011-03-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/14/2011 09:18 PM, Andreas Leha wrote: Hi, there are two rather new add-ons to ess that -- when activated -- break the connection between the org document and a R-src-buffer: auto-complete-mode for R:

Re: [O] quick question about face names

2011-03-15 Thread Sébastien Vauban
Hi Nick and Filippo, I'm trying to find the face of plain text (not headlines or checklist items). Does it have a name that distinguishes it from other faces? Cheers. Fil I don't think so: C-u C-x = tells faces if it finds one - in this case, it says nothing about a face. ... so it means

Re: [O] Re: [Orgmode] bug: invalid export key in export visible region

2011-03-15 Thread David Maus
At Sun, 13 Mar 2011 20:11:03 -0700, Samuel Wales wrote: On 2011-03-06, Bastien b...@altern.org wrote: David Maus dm...@ictsoc.de writes: Samuel Wales wrote: c-c c-e v H c-c c-e v R Emacs 22, latest org git master. Thanks for the report, should be fixed by now. Thanks,

Re: [O] Bug when publishing images

2011-03-15 Thread David Maus
At Mon, 14 Mar 2011 10:09:37 +0100, Francesco Pizzolante wrote: Since this morning, I have problems exporting (inline) images. ... Could someone fix this as soon as possible? The joys of bleeding edget. Should be fixed by now. Best, -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber

[O] Re: [Orgmode] [babel] maxima support?

2011-03-15 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: Hi Eric, I've gone through your ob-maxima.el, and tried to re-work it to the point where it can be included into Org-mode -- mainly just switching to a couple of Babel best practices, and replacing some shell script munging with elisp munging.

Re: [O] Slow movement in large buffers

2011-03-15 Thread Eric S Fraga
Matt Lundin m...@imapmail.org writes: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. For instance, to move from the level one heading * Other to * Closed issues when the

Re: [O] quick question about face names

2011-03-15 Thread Filippo A. Salustri
Thanks for the replies. This is unfortunate. I was hoping to easily change the font of those non-headline/checklist to a variable width font, but keep the headline stuff in fixed width. Since it's the default font, if I change the default, then I'd have to change every other font to fixed.

Re: [O] Slow movement in large buffers

2011-03-15 Thread Carsten Dominik
On Mar 15, 2011, at 4:25 AM, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. For instance, to move from the level one heading * Other to * Closed issues

[O] [BUG] in LaTeX export

2011-03-15 Thread Thomas Holst
Hello, while exporting an org-file to LaTeX I stumbled across a minor bug with emphasis and underscores. Minimal org-file: #+begin_src org #+OPTIONS: ^:{} * Emphasis Test _abc /_abc/ *_abc* /a_bc/ *a_bc* #+end_src leads to the following LaTeX code: #+begin_src \_{}abc \emph{_abc}

[O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Manuel Giraud
--- lisp/org-exp.el |5 + lisp/org-html.el |5 - 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 34f101d..2cd4289 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -134,6 +134,11 @@ This is without condition, so even

[O] Other programs to edit Org documents?

2011-03-15 Thread Harum Budi
Hi all, Aside from Emacs, are there other programs capable of editing Org documents? Regards, Budi

Re: [O] Other programs to edit Org documents?

2011-03-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/15/2011 01:10 PM, Harum Budi wrote: Hi all, Aside from Emacs, are there other programs capable of editing Org documents? To state the obvious: ,org files are text files, not binary files, which can be edited with *any* text editor. If you

Re: [O] Other programs to edit Org documents?

2011-03-15 Thread Harum Budi
2011/3/15 Rainer M Krug r.m.k...@gmail.com Aside from Emacs, are there other programs capable of editing Org documents? To state the obvious: ,org files are text files, not binary files, which can be edited with *any* text editor. If you are asking about org-mode functionality: there are

Re: [O] Slow movement in large buffers

2011-03-15 Thread Lawrence Mitchell
Carsten Dominik wrote: On Mar 15, 2011, at 4:25 AM, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. For instance, to move from the level one heading *

[O] Re: Slow movement in large buffers

2011-03-15 Thread Matt Lundin
Carsten Dominik carsten.domi...@gmail.com writes: On Mar 15, 2011, at 4:25 AM, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. For instance, to move from

[O] Re: Slow movement in large buffers

2011-03-15 Thread Matt Lundin
Carsten Dominik carsten.domi...@gmail.com writes: DO you have flyspell turned on? Yes, but the same results occur with flyspell turned off. (See my response to your other email.) Best, Matt

[O] Re: Slow movement in large buffers

2011-03-15 Thread Matt Lundin
Eric S Fraga e.fr...@ucl.ac.uk writes: Matt Lundin m...@imapmail.org writes: Interesting. It doesn't take 3 seconds on my system (Intel(R) Pentium(R) D CPU 2.80GHz) but there is a noticeable delay using C-n to move from =* Other= to =* Closed issues=. However, using C-cC-n to move has no

Re: [O] [Babel][Bug] results silent ignored in #+call

2011-03-15 Thread Eric Schulte
Hi Andreas, If the call line has a :session header argument, then it should be evaluated on export; regardless of the value of the :export header argument. Adding a :exports none header argument, should inhibit the insertion of any results into the exported document. In your example below, the

[O] Re: [Orgmode] [babel] maxima support?

2011-03-15 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: Hi Eric, I've gone through your ob-maxima.el, and tried to re-work it to the point where it can be included into Org-mode -- mainly just switching to a couple of Babel best practices, and replacing some

Re: [O] An HTML Export Observation

2011-03-15 Thread Bastien
Hi Scott, Scott Randby sran...@gmail.com writes: When I look at the Org Export HTML Group for customization, I get the following: Org Export Html Validation Link: Show Value State: UNINITIALIZED, you should not see this. Link to HTML validation service. Org Export Html With

Re: [O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Bastien
Hi Manuel, did that patch fix the problem for you? There was a problem with the custom type definition of the variable `org-export-html-protect-char-alist', and AFAIU that caused Scott's problem. I fixed this. I think org-html.el is the right place for declaring the Org Export Html

Re: [O] Having problem with latex export of image file

2011-03-15 Thread Robert Goldman
X-TagToolbar-Keys: D20110315084847273 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 3/15/11 Mar 15 -12:04 AM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: I have the following in my org file: #+CAPTION: Sample (partial) plan graph. #+LABEL:

Re: [O] quick question about face names

2011-03-15 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wxhgmqzgw...@spammotel.com wrote: Hi Nick and Filippo, I'm trying to find the face of plain text (not headlines or checklist items). Does it have a name that distinguishes it from other faces? Chee= rs. Fil I don't think so: C-u C-x =3D tells faces

[O] org-passwords

2011-03-15 Thread Andrea Crotti
Last week I finally wrote all my passwords in a crypted org file, using properties and column mode. This is very nice, and taking inspiration from the wonderful org-contacts, I decided to open on github org-passwords. https://github.com/AndreaCrotti/org-passwords This VERY simple initial

[O] Re: Slow movement in large buffers

2011-03-15 Thread Eric S Fraga
Hello, following up on this issue, I have just run into it again. I'm editing a not very large document and suddenly things slowed down, mostly but not exclusively for next-line: --8---cut here---start-8--- next-line

Re: [O] Slow movement in large buffers

2011-03-15 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: On Mar 15, 2011, at 4:25 AM, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. For instance, to

[O] problems with crypt/reveal (org-mobile related?)

2011-03-15 Thread Richard Riley
I have a potentially rather major issue (for others too) that has cropped up thats too late found to correct with back up files. I have an org account data entry of the form:- , | ** STARTED log info :login:hostmysite:domain:crypt: | -BEGIN PGP MESSAGE- |

Re: [O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Manuel Giraud
Bastien b...@altern.org writes: Hi Manuel, did that patch fix the problem for you? Hi Bastien, Just re-check and yes it fixes the problem for me. I tried with emacs -Q, add org path to load-path, (require 'org) and M-x customize-group. My patch was applied on top of: --8---cut

[O] Re: [Orgmode] [babel] maxima support?

2011-03-15 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: [...] Ah, I see the problem, I used let instead of let*. Please try this updated version of the patch. Sorry I would test this myself, but I don't have Maxima installed. No problem at all! I'm happy to test this as many times as necessary. In

[O] [PATCH] Remove TODO about symmetric encryption as this has already been implemented.

2011-03-15 Thread Ian Barton
diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index 6454eab..70e8038 100644 --- a/lisp/org-crypt.el +++ b/lisp/org-crypt.el @@ -57,8 +57,6 @@ ;;file, call `org-crypt-use-before-save-magic' after loading ;;org-crypt.el. ;; -;; TODO: -;; - Allow symmetric encryption as well ;;;

Re: [O] org-passwords

2011-03-15 Thread John Hendy
On Tue, Mar 15, 2011 at 9:07 AM, Andrea Crotti andrea.crott...@gmail.com wrote: Last week I finally wrote all my passwords in a crypted org file, using properties and column mode. This is very nice, and taking inspiration from the wonderful org-contacts, I decided to open on github

Re: [O] Having problem with latex export of image file

2011-03-15 Thread Nick Dokos
Robert Goldman rpgold...@sift.info wrote: X-TagToolbar-Keys: D20110315084847273 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 3/15/11 Mar 15 -12:04 AM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info wrote: I have the following in my org file:

Re: [O] [PATCH] Move org-export-html group definition to fix uninitialized customs.

2011-03-15 Thread Bastien
Hi Manuel, Manuel Giraud manuel.gir...@univ-nantes.fr writes: I have to say that I don't understand too. I've just mimic what is done for org-export-xml group and others. Anyway, if yours is ok discard mine. Actually, the org-export-xml is unused, I just removed it. Other group (like

Re: [O] problems with crypt/reveal (org-mobile related?)

2011-03-15 Thread Julien Danjou
On Tue, Mar 15 2011, Richard Riley wrote: How now to reveal the embedded pgp message? org-reveal doesnt see this pgp part as encrypted. M-x org-decrypt-entry ? -- Julien Danjou ❱ http://julien.danjou.info pgphkgUUZCIol.pgp Description: PGP signature

Re: [O] another (possibly) noob question

2011-03-15 Thread John Hendy
On Mon, Mar 14, 2011 at 11:15 PM, Filippo A. Salustri salus...@ryerson.ca wrote: So, I've set org-provide-todo-statistics to t and org-hierarchical-todo-statistics to nil. I use a TODO sequence to identify projects.  That is, (setq org-todo-keywords       '((sequence REVIEW(r) TODO(t)

Re: [O] problems with crypt/reveal (org-mobile related?)

2011-03-15 Thread Richard Riley
Julien Danjou jul...@danjou.info writes: On Tue, Mar 15 2011, Richard Riley wrote: How now to reveal the embedded pgp message? org-reveal doesnt see this pgp part as encrypted. M-x org-decrypt-entry ? That doesnt work as the bit encrypted is not the entry its part of the entry. I could

Re: [O] [Babel][Bug] results silent ignored in #+call

2011-03-15 Thread Andreas Leha
Hi Eric, thanks a lot! Seems to be fixed for me. Cheers, Andreas Am 15.03.2011 14:13, schrieb Eric Schulte: Hi Andreas, If the call line has a :session header argument, then it should be evaluated on export; regardless of the value of the :export header argument. Adding a :exports none

Re: [O] Another HTML Export Question

2011-03-15 Thread Bastien
Hi Scott, Scott Randby sran...@gmail.com writes: The org files I export to HTML contain the following: * COMMENT Setup #+OPTIONS: H:3 num:nil skip:nil toc:t author:t With org-mode 7.4, this setup would give me the following postamble: div id=postamble p class=date Date: 2011-03-12

Re: [O] [PATCH] Remove TODO about symmetric encryption as this has already been implemented.

2011-03-15 Thread Bastien
Hi Ian, Ian Barton li...@manor-farm.org writes: diff --git a/lisp/org-crypt.el b/lisp/org-crypt.el index 6454eab..70e8038 100644 --- a/lisp/org-crypt.el +++ b/lisp/org-crypt.el @@ -57,8 +57,6 @@ ;;file, call `org-crypt-use-before-save-magic' after loading ;;org-crypt.el. ;;

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-15 Thread Bastien
Jason Dunsmore emacs-orgm...@dunsmor.com writes: Applying the attached patch above the previous one should do. Let me know, thanks! This patch fixed that export error, FYI, I applied the two patches I sent. Best, -- Bastien

Re: [O] An HTML Export Observation

2011-03-15 Thread Scott Randby
On 03/15/2011 09:14 AM, Bastien wrote: Hi Scott, Scott Randby sran...@gmail.com writes: When I look at the Org Export HTML Group for customization, I get the following: Org Export Html Validation Link: Show Value State: UNINITIALIZED, you should not see this. Link to HTML

Re: [O] HTML Export Broken

2011-03-15 Thread Bastien
Scott Randby sran...@gmail.com writes: It appears that org-mode is converting only the last @tag that appears in a line into an HTML tag. Is this a bug or am I doing something wrong? Help. Thanks to David for fixing this! -- Bastien

[O] Re: [Orgmode] [babel] maxima support?

2011-03-15 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: [...] Ah, I see the problem, I used let instead of let*. Please try this updated version of the patch. Sorry I would test this myself, but I don't have Maxima installed. No problem at all! I'm happy to

Re: [O] Having problem with latex export of image file

2011-03-15 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Robert Goldman rpgold...@sift.info wrote: X-TagToolbar-Keys: D20110315084847273 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit On 3/15/11 Mar 15 -12:04 AM, Nick Dokos wrote: Robert Goldman rpgold...@sift.info

Re: [O] Re: Recurring items don't always show up in timeline

2011-03-15 Thread Chris Randle
Hi Mark On 2011-03-14 22:36, Mark S wrote: Are there any other dates in your calendar? Have you tried it with +90d? Yes, oodles of other dates. My initial test was with +90d. And looking through 2011, I saw the four dates listed in my previous reply. Will try your sample data. -- Chris

[O] Re: Slow movement in large buffers

2011-03-15 Thread Matt Lundin
Nick Dokos nicholas.do...@hp.com writes: FWIW, I opened org-issues.org and followed Matt's lead: at first, I got almost instant response going from Other to Closed (using arrow-down) and a slight hesitation ( 0.5s) going from Other to the previous headline (Development Tasks). After noodling

Re: [O] Re: Recurring items don't always show up in timeline

2011-03-15 Thread Chris Randle
Hi Mark On 2011-03-14 22:55, Mark S wrote: Here's a version of the calendar I'm using. There are two date ranges as well as regular dates. It might be that recurring events that occur on days that are inside of a date range do not show up. On mine, Bath for dog doesn't show up on April 14th,

[O] [Bug] MCE for HTML test of export

2011-03-15 Thread Sébastien Vauban
Hello, Here a minimal complete example of some functionality that not working fine in HTML exports. This is for easy testing... --8---cut here---start-8--- #+TITLE: ECM #+OPTIONS: H:4 toc:2 * Past appointment [2010-04-21 Wed 13:30-14:30] Notice the

Re: [O] An HTML Export Observation

2011-03-15 Thread Bastien
Hi Scott, Scott Randby sran...@gmail.com writes: First, I am using org-mode release_7.5.41.g187b. Please make sure to pull after this commit: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1b02fe8c6e3693a321bfc4d2da52fa64a7d22590 '(org-export-html-with-timestamp t) This control the

Re: [O] Slow movement in large buffers

2011-03-15 Thread Chris Randle
Hi Matt On 2011-03-15 03:25, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. snip Do others have the same experience? If so, does anyone have any tips on how

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-15 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: This patch fixed that export error, but I'm still seeing the problems with exporting #+TITLE: in an h1 heading described at: http://article.gmane.org/gmane.emacs.orgmode/39100 You mean that,

[O] Re: [Orgmode] [babel] maxima support?

2011-03-15 Thread Eric S Fraga
Eric Schulte schulte.e...@gmail.com writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: [...] Ah, I see the problem, I used let instead of let*. Please try this updated version of the patch. Sorry I would test this myself, but I don't have Maxima

Re: [O] problems with crypt/reveal (org-mobile related?)

2011-03-15 Thread Richard Riley
Richard Riley rile...@googlemail.com writes: Julien Danjou jul...@danjou.info writes: On Tue, Mar 15 2011, Richard Riley wrote: How now to reveal the embedded pgp message? org-reveal doesnt see this pgp part as encrypted. M-x org-decrypt-entry ? That doesnt work as the bit encrypted is

Re: [O] Another HTML Export Question

2011-03-15 Thread Scott Randby
Hi Bastien, 1. There is no timestamp with org-mode 7.5. I want a timestamp and I can't get a timestamp by putting timestamp:t in the options line. Fixed now. Yes, it works now. Thanks. 2. I want to get rid of the link for the validator. I can't find mention of this in the manual. I

[O] Re: Recurring items don't always show up in timeline

2011-03-15 Thread Mark S
Hi Chris, You say showed up using C-a a Yes, but what about the Timeline? C-a L The problem with the C-a a view is that you have to walk through the calendar week by week. The timeline would be better for scheduling events far out in the future -- if it worked. Thanks again, Mark ---

Re: [O] Slow movement in large buffers

2011-03-15 Thread MidLifeXis at PerlMonks
I have seen this happen when I have largish files with tables. I also have a file setting of: #+begin_src org #+STARTUP: align #+end_src which turns on automatic alignment of things recognized as table-like. If I remove this startup directive, things tend to run more smoothly. I have not

Re: [O] Re: Recurring items don't always show up in timeline

2011-03-15 Thread Nick Dokos
Chris Randle ch...@amlog.co.uk wrote: Hi Mark On 2011-03-14 22:55, Mark S wrote: Here's a version of the calendar I'm using. There are two date ranges as well as regular dates. It might be that recurring events that occur on days that are inside of a date range do not show up. On mine,

Re: [O] An HTML Export Observation

2011-03-15 Thread Scott Randby
On 03/15/2011 11:53 AM, Bastien wrote: Hi Scott, Scott Randby sran...@gmail.com writes: First, I am using org-mode release_7.5.41.g187b. Please make sure to pull after this commit: http://orgmode.org/w/?p=org-mode.git;a=commit;h=1b02fe8c6e3693a321bfc4d2da52fa64a7d22590

Re: [O] Other programs to edit Org documents?

2011-03-15 Thread Marcelo de Moraes Serpa
A simple org-mode viewer (that allows you to do some basic folding/unfolding and search -- or even something more complex that would allow you to view it as a mind-map?) would be nice. It could even be simplified with more GUI bells and whistles and still allow one to insert data and save the

Re: [O] Custom Agenda View for Projects

2011-03-15 Thread Manish
On Tue, Mar 15, 2011 at 11:54 AM, Christian Zang wrote: 2011/3/15 Manish: On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote: Dear all, I might be overlooking something very obvious, but I cannot find the solution: I have various org files, in which projects (anything requiring more

Re: [O] Slow movement in large buffers

2011-03-15 Thread Scott Randby
On 03/15/2011 12:11 PM, Chris Randle wrote: Hi Matt On 2011-03-15 03:25, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. snip Do others have the same

Re: [O] Slow movement in large buffers

2011-03-15 Thread Erik Iverson
Scott Randby wrote: On 03/15/2011 12:11 PM, Chris Randle wrote: On 2011-03-15 03:25, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for several seconds. snip Do others have the

[O] How to manipulate line-breaks in html-export?

2011-03-15 Thread Sven Bretfeld
Hi I'm using a emacs --batch cronjob to update several html-exports of different agenda views. The output usually looks ugly. It took me some time to figure out why the exported html-files look different whether the function is started in a normal frame or via batch: The html-exporter sets

Re: [O] another (possibly) noob question

2011-03-15 Thread Filippo A. Salustri
Sorry for the lack of info. org version 7.4 I created a new/test org file. It contains: * PROJECT aaa ** TODO t1 ** TODO t2 * TODO bbb [0/2] :PROPERTIES: :CATEGORY: dummy :END: ** TODO t3 ** TODO t4 If I leave out the [/], then all is well. If I add the [/] at the end of a level 1 heading that

[O] Re: [Orgmode] [babel] maxima support?

2011-03-15 Thread Eric Schulte
Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: Eric S Fraga e.fr...@ucl.ac.uk writes: Eric Schulte schulte.e...@gmail.com writes: [...] Ah, I see the problem, I used let instead of let*. Please try this updated version of the patch. Sorry I would

Re: [O] another (possibly) noob question

2011-03-15 Thread Manish
I could not replicate it. C-c C-c on [/] at the end of an item with keyword PROJECT updated the cookie and did not switch the state to TODO. Changing a sub-item state to DONE also correctly (and automagically) updated the cookie. -- Manish On Tue, Mar 15, 2011 at 10:50 PM, Filippo A. Salustri

Re: [O] Slow movement in large buffers

2011-03-15 Thread Carsten Dominik
On 15.3.2011, at 18:14, Scott Randby wrote: On 03/15/2011 12:11 PM, Chris Randle wrote: Hi Matt On 2011-03-15 03:25, Matt Lundin wrote: I've been navigating the org-issues file (14000+ lines) and have found movement within the file to be fairly slow. Sometimes Emacs will lock up for

[O] Re: Slow movement in large buffers

2011-03-15 Thread Carsten Dominik
On 15.3.2011, at 16:51, Matt Lundin wrote: Nick Dokos nicholas.do...@hp.com writes: FWIW, I opened org-issues.org and followed Matt's lead: at first, I got almost instant response going from Other to Closed (using arrow-down) and a slight hesitation ( 0.5s) going from Other to the previous

Re: [O] Another HTML Export Question

2011-03-15 Thread Bastien
Hi Scott, Scott Randby sran...@gmail.com writes: 3. How do I change the text of the creator line? You cannot. Bummer. But you can customize org-export-html-preamble-format to something that will customize it. The timestamps are fixed, but there are two new issues. First, I get weird

Re: [O] Re: Slow movement in large buffers

2011-03-15 Thread Carsten Dominik
On 15.3.2011, at 15:09, Eric S Fraga wrote: Hello, following up on this issue, I have just run into it again. I'm editing a not very large document and suddenly things slowed down, mostly but not exclusively for next-line: --8---cut here---start-8---

[O] Re: [Bug] MCE for HTML test of export

2011-03-15 Thread Nicolas
Hello, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: * Russian dolls In the following, I see one block in the other, with visible =ORG-LIST-END-MARKERs=. *** TODO To send - This - That *** END *** TODO To receive - Pictures - Invoice

Re: [O] Another HTML Export Question

2011-03-15 Thread Jason Dunsmore
Scott Randby sran...@gmail.com writes: 3. How do I change the text of the creator line? You cannot. Bummer. You can set a custom creator-info in :html-postamble. Here's my :html-postamble string: --8---cut here---start-8--- p class=\author\Author: %a

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-15 Thread Bastien
Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: You mean that, without any :html-preamble and with ̀org-export-html-preamble' set to `t' (as it is by default in these patches), you don't see any h1title/h1 ? If :html-preamble isn't set, I see an h1title/h1. When :html-preamble

Re: [O] Re: Recurring items don't always show up in timeline

2011-03-15 Thread Chris Randle
Hi Nick and Mark On 2011-03-15 16:59, Nick Dokos wrote: I think Mark is using C-c a L to get the timeline: that's where the problem lies. C-c a a works fine. Oh . Sorry for all the noise. I was really unobservant. I've never used C-c a L so I'd just assumed there was only one agenda view

Re: [O] Re: Recurring items don't always show up in timeline

2011-03-15 Thread Chris Randle
Hi Mark On 2011-03-15 17:34, Mark S wrote: You say showed up using C-a a Yes, but what about the Timeline? C-a L So sorry, complete misunderstanding. Please see my reply to Nick Dokos's earlier post pointing out my mistake. -- Chris Randle

Re: [O] CATEGORY in clock report?

2011-03-15 Thread Markus Heller
Markus Heller helle...@gmail.com writes: Hello *, a quick question: is it possible to include the CATEGORY of (sub)trees in the clock report? I've read that tags can be included, but I'd like to get CATEGORY in there ... Thanks and Cheers Markus Hello, this is a bump to my original

[O] [bug] Changing first entry in pair of inactive time stamps deletes second time stamp

2011-03-15 Thread Eric S Fraga
Hello, with current org, if I insert two inactive time stamps in a row (to create a range of dates) and then go back to the first one and adjust the date (say) using S-up or S-down, the second time stamp disappears. This does not happen with active time stamps however. Now, it may be that the

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

2011-03-15 Thread Martin Halder
Hi all, some words of warning: this was written by an Emacs, Org, Lisp and Calc newbie.. and congratulations on converting a vim user btw, org mode is great : ) I was trying to generate a simple table with time format hh:mm and auto calculate daily sum.. clocking working time was too much so I

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

2011-03-15 Thread Eric S Fraga
Martin Halder martin.hal...@gmail.com writes: Hi all, some words of warning: this was written by an Emacs, Org, Lisp and Calc newbie.. and congratulations on converting a vim user btw, org mode is great : ) I was trying to generate a simple table with time format hh:mm and auto calculate

[O] Re: [REGRESSION] Description List + HTML

2011-03-15 Thread Nicolas
Hello, Jambunathan K kjambunat...@gmail.com writes: My head is at git commit 6a369 and With `emacs -Q', do a C-c C-e h on bug.org. See that the following paragraph (or whatever!) But in the end, no individual scenes matter but the film as a whole. Important actors in this film are is

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

2011-03-15 Thread Martin Halder
I was trying to generate a simple table with time format hh:mm and auto calculate daily sum.. clocking working time was too much so I thought this would be easy but ended up with the following.. it works but is not beautiful (apply formula twice and same information multiple times) and I

Re: [O] Bug when publishing images

2011-03-15 Thread David Maus
Hi Francesco, At Tue, 15 Mar 2011 07:47:59 +0100, Francesco Pizzolante wrote: Thanks for the fix. It works better now. There's still a little problem though when adding a caption: --8---cut here---start-8--- #+CAPTION: toto [[file:toto.png]]

Re: [O] Rework org-export-html-preamble/postamble (again)

2011-03-15 Thread Jason Dunsmore
Bastien b...@altern.org writes: Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: You mean that, without any :html-preamble and with ̀org-export-html-preamble' set to `t' (as it is by default in these patches), you don't see any h1title/h1 ? If :html-preamble isn't set, I see an

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

2011-03-15 Thread Eric S Fraga
Martin Halder martin.hal...@gmail.com writes: [...] Hi Eric, yes and thanks for the previous help, too.. the good old printf.. I would like to pass the result of time() directly to a lisp function, like: #+TBLFM: $6='(coolfunc (time(...$5)-time(...$4))) If I would know how to pass the

[O] Re: [REGRESSION] Description List + HTML

2011-03-15 Thread Nicolas
Jambunathan K kjambunat...@gmail.com writes: Validation with nxml mode is succeeding. So the document is well-formed. But it does look strange to me. I may help if you would elaborate. Anyways, I am attaching the same file exported with release_7.3. You would notice that the disputed text

Re: [O] Custom Agenda View for Projects

2011-03-15 Thread Christian Zang
2011/3/15 Manish mailtomanish.sha...@gmail.com: On Tue, Mar 15, 2011 at 11:54 AM, Christian Zang wrote: 2011/3/15 Manish: On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote: Dear all, I might be overlooking something very obvious, but I cannot find the solution: I have various org

[O] Professional PDF LaTeX templates?

2011-03-15 Thread Thomas Herbert
Afternoon, I wonder if anyone had any good examples of org-mode LaTeX templates with which to export professional looking PDFs? It is my big issue with org-mode at the moment, and I have tried reading what I can on LaTeX styling but it is getting to the point that I am spending way to

Re: [O] Custom Agenda View for Projects

2011-03-15 Thread Christian Zang
2011/3/15 Christian Zang christian.z...@googlemail.com: 2011/3/15 Manish mailtomanish.sha...@gmail.com: On Tue, Mar 15, 2011 at 11:54 AM, Christian Zang wrote: 2011/3/15 Manish: On Tue, Mar 15, 2011 at 12:54 AM, Christian Zang wrote: Dear all, I might be overlooking something very obvious,

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

2011-03-15 Thread Christian Moe
Hi, This is ingenious! But I have a different solution that borrows conversion functions from org-timer.el. To avoid an insanely long formula, I'll alias those functions with shorter names which don't seem to colide with anything in my Emacs. #+begin_src emacs-lisp (defun sec (arg)

Re: [O] Re: Slow movement in large buffers

2011-03-15 Thread Christian Moe
Yes, hardware is indeed a factor here. I'm using a dual-core Atom processor with 2GB of memory. Matt I'm not so sure about the hardware factor. I'm on a seven-year-old G4 Mac PPC laptop with 768 MB RAM. Over the same folded headings in a freshly pulled org-issues (Other to Development

Re: [O] another (possibly) noob question

2011-03-15 Thread Filippo A. Salustri
Yep; I'm a noob. David rightly pointed me at org-after-todo-statistics-hook, which I'd set up to do as he does. The code for that was so far away in my .emacs file from the rest of the TODO stuff that I missed it. I corrected the code (it still does that, except it ignores PROJECT keywords), and

Re: [O] Re: [Bug] MCE for HTML test of export

2011-03-15 Thread Sébastien Vauban
Hi Nicolas, Nicolas wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: * Russian dolls In the following, I see one block in the other, with visible =ORG-LIST-END-MARKERs=. *** TODO To send - This - That *** END *** TODO To receive -

Re: [O] Re: Slow movement in large buffers

2011-03-15 Thread Nick Dokos
Christian Moe m...@christianmoe.com wrote: Yes, hardware is indeed a factor here. I'm using a dual-core Atom processor with 2GB of memory. Matt I'm not so sure about the hardware factor. I'm on a seven-year-old G4 Mac PPC laptop with 768 MB RAM. Over the same folded headings

[O] Agenda column view causes 'Available with `N r': to become hidden

2011-03-15 Thread John Hendy
Doing C-a t shows this line at the top (based on my setup): ,--- | Global list of TODO items of type: ALL | Available with `N r': (0)ALL (1)TODO (2)NEXT (3)WAITING (4)SOMEDAY (5)DONE (6)CANCELLED `--- When I do C-c C-x C-c to enter columns view, I only see this: ,--- | Global list of TODO items

  1   2   >