Re: [O] Table formula changes are not always necessary when moving rows

2011-03-17 Thread Carsten Dominik
On 28.2.2011, at 12:43, Tom wrote: I have a table in which I sum the values of all rows in the last row: vsum(@1..@-I-1). The problem is when move a row with M-up before the first row (e.g. I press M-up on the second row) then org modifies this formula to vsum(@2..@-I-1). Hi Tom, I have

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Le Wang
On Thu, Mar 17, 2011 at 12:27 AM, Le Wang l26w...@gmail.com wrote: Yes, I didn't know about `org-reveal'. That could work. But how do I figure out if I need to expand the heading? The last change could be to a folded heading itself, in which case, it shouldn't be expanded. Is there a

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Carsten Dominik
On 17.3.2011, at 07:20, Le Wang wrote: On Thu, Mar 17, 2011 at 12:27 AM, Le Wang l26w...@gmail.com wrote: Yes, I didn't know about `org-reveal'. That could work. But how do I figure out if I need to expand the heading? The last change could be to a folded heading itself, in which case,

[Accepted] [O] Prevent creation of duplicate footnote sections.

2011-03-17 Thread Bastien Guerry
Patch 679 (http://patchwork.newartisans.com/patch/679/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87zkozi2j5.fsf%40fastmail.fm%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

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

2011-03-17 Thread Bastien
Hi Sven, Sven Bretfeld sven.bretf...@gmx.ch writes: I have solved the problem with some sed operations now. good you solved it. Can you share the sed operations? Thanks, -- Bastien

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

2011-03-17 Thread Bastien
Hi Jason, Jason Dunsmore emacs-orgm...@dunsmor.com writes: Set :html-preamble to: div class=\menu\ \ a href=\index.html\index/a :: \ a href=\changelog.html\changelog/a :: \ a href=\sitemap.html\sitemap/a \ /div When I export as HTML with this config, I don't see an h1title/h1. Do you?

Re: [O] how to compare org-mode version to current file needs

2011-03-17 Thread Bastien
Hi Olaf, Olaf.Hamann o.ham...@gmx.net writes: is there any org-mode expression for saying this org-file needs org-version xxx No. In what case is it useful? Org tries to be backward compatible and can export any _old_ .org formatted file I can think of. Do you have an example where it is

Re: [O] [PATCH] contrib/lisp/org-export-generic.el

2011-03-17 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: Wes Hardaker's generic exported in contrib/lisp needs a small changed to make it compatible with the :for-backend generic parameter introduced in commit ed6d6760268a18ff5c49f4d98b433f6cf9500e1e. Applied, thanks! -- Bastien

Re: [O] Another HTML Export Problem

2011-03-17 Thread Bastien
Hi Scott, Bastien b...@altern.org writes: If you can, please test this patch. I'm not applying it right now as I want to make sure to apply a safe and complete patch. I've applied this patch now. -- Bastien

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

2011-03-17 Thread Bastien
Hi Scot, Scot Becker scot.bec...@gmail.com writes: There are all kinds of advantages to this, seems to me, and of course it partly exists in the form of Moblie Org.  Org-mode is both an interface and a specification, you could say (as well as a friendly club). During the FOSDEM meeting,

Re: [O] [PATCH] New option to create unique, random labels for footnotes.

2011-03-17 Thread Bastien
Hi Matt, thanks for this set of patch -- I applied them. -- Bastien

Re: [O] how to compare org-mode version to current file needs

2011-03-17 Thread Olaf.Hamann
Hi Bastien, I'm using head of git repository and Eric Schulte has just added a feature to org-babel, which I do use very often (expanding macros in src blocks). Tangling without that new feature produce corrupt code files. So I would like to give a hint to myself (as I run different Emacse in

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Le Wang
On Thu, Mar 17, 2011 at 3:02 PM, Carsten Dominik carsten.domi...@gmail.comwrote: (defadvice session-jump-to-last-change (after org-expand activate compile) Reveal hidden point after jumping. (when (and (eq major-mode 'org-mode) (outline-invisible-p)) (org-reveal))) Thanks

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

2011-03-17 Thread Rainer M Krug
On Thu, Mar 17, 2011 at 8:21 AM, Bastien b...@altern.org wrote: Hi Scot, Scot Becker scot.bec...@gmail.com writes: There are all kinds of advantages to this, seems to me, and of course it partly exists in the form of Moblie Org.  Org-mode is both an interface and a specification, you could

Re: [O] [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Bastien
Hi Christian, Christian Egli christian.e...@alumni.ethz.ch writes: I have some long standing improvements to Taskjuggler export which I'd finally like to push to the repo. this is great -- thanks a lot for the patches. I'm myself using TJ for some reports and I've had to hack things

Re: [O] [PATCH 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-17 Thread Bastien
Christian Egli christian.e...@alumni.ethz.ch writes: +(defun org-taskjuggler-targeting-tj3-p () + Return true if we are targeting TaskJuggler III. + ( org-export-taskjuggler-target-version 3.0)) I'm dubious on this one. Shouldn't it be #+begin_src emacs-lisp (defun

Re: [O] how to compare org-mode version to current file needs

2011-03-17 Thread Bastien
Hi Olaf, Olaf.Hamann o.ham...@gmx.net writes: I'm using head of git repository and Eric Schulte has just added a feature to org-babel, which I do use very often (expanding macros in src blocks). Tangling without that new feature produce corrupt code files. now I understand, thanks. So I

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

2011-03-17 Thread Bastien
Rainer M Krug r.m.k...@gmail.com writes: Absolutely agree. In addition, it would add some more structure to the process of using / developing org-mode and it could clarify issues like the properties section, ... which is sometimes quite cryptic for new (sometimes even advanced?) users. So I

[Accepted] [O] contrib/lisp/org-export-generic.el

2011-03-17 Thread Bastien Guerry
Patch 690 (http://patchwork.newartisans.com/patch/690/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C8870.1300249919%40alphaville.dokosmarshall.org%3E Here is the original message containing the patch: Content-Type: text/plain;

Re: [O] Trying to replace PasswordSafe with org-crypt

2011-03-17 Thread Ian Barton
Finally, is there a way to force symmetric encryption? You can set (setq org-crypt-key nil) in your .emacs, which should make encryption asymmetric. Ian.

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

2011-03-17 Thread Rainer M Krug
On Thu, Mar 17, 2011 at 10:12 AM, Bastien b...@altern.org wrote: Rainer M Krug r.m.k...@gmail.com writes: Absolutely agree. In addition, it would add some more structure to the process of using / developing  org-mode and it could clarify issues like the properties section, ... which is

Re: [O] Publishing notes to a website

2011-03-17 Thread Bastien
Hi Thomas, Thomas Herbert mash...@toshine.net writes: I have a single php file for the CMS and a single php file for the orgile class. The class is totally independent of the CMS, like textile and the textile class. This is actually a clean approach, and I'm looking forward testing this

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

2011-03-17 Thread Carsten Dominik
On 17.3.2011, at 08:21, Bastien wrote: Hi Scot, Scot Becker scot.bec...@gmail.com writes: There are all kinds of advantages to this, seems to me, and of course it partly exists in the form of Moblie Org. Org-mode is both an interface and a specification, you could say (as well as a

Re: [O] Trying to replace PasswordSafe with org-crypt

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Óscar Fuentes wrote: It would nice to get rid of that noise, if possible. It's kinda handy to have them to match the text. I don't think it's a real problem. They are very standard. Second: Version: GnuPG v1.4.10 (GNU/Linux) That changes from system to system

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Bastien
Hi Memnon, Memnon Anon gegendosenflei...@googlemail.com writes: However, this would mean that users who always start as daemon will never actually see it, right? So it may be better to always message the warning but only sit-for when emacs is started as daemon... I removed the warning when

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

2011-03-17 Thread Jude DaShiell
Has anyone used their iPhone to search for emacs in the apps store? Someone wrote an app that can import org-mode files onto the iPhone. Don't yet know how good it is since I'm just starting out with org-mode myself.On Wed, 16 Mar 2011, Scot Becker wrote I have other flavors of Linux

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

2011-03-17 Thread Bastien
Hi Nick, Nick Dokos nicholas.do...@hp.com writes: I didn't look very hard, but I didn't find documentation on these. If Robert or you can provide a documentation patch for this, it would be nice. It's not (only) laziness from me: since you stumbled on the issue, I guess you can better explain

Re: [O] quick question about face names

2011-03-17 Thread Bastien
Hi, having a body-text specific face would considerably slow down motion in Org buffers, as the fontification process would need to check against a new body-text syntactic structure. The solution would be to change the face default on a buffer basis, but AFAIK that's currently not possible.

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Bastien
Hi Thomas, Thomas Holst thomas.ho...@de.bosch.com writes: _abc /_abc/ *_abc* /a_bc/ *a_bc* You need to escape the underscore: \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* HTH, -- Bastien

Re: [O] Uniquely url-ify sentences?

2011-03-17 Thread Bastien
Hi Ross, r...@rosslaird.com (Ross A. Laird) writes: Feedback and suggestions most welcome. Jason replied -- did you get his code? Thanks for confirming, -- Bastien

Re: [O] documentary filmmaking and reproducible research?

2011-03-17 Thread Bastien
Hi David, David O'Toole dto1...@gmail.com writes: So, what do people think of assembling free software so that anyone can make reproducibly-researched, remixable, crowd-sourced documentary films? I think it would be nice. -- Bastien

Re: [O] Table formula changes are not always necessary when moving rows

2011-03-17 Thread Christian Moe
You can also use @ to mean the second row Did you mean @ ? Yours, Christian

[Accepted] [O] New option to create unique, random labels for footnotes.

2011-03-17 Thread Bastien Guerry
Patch 680 (http://patchwork.newartisans.com/patch/680/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87y64ji2hj.fsf%40fastmail.fm%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

Re: [O] how to compare org-mode version to current file needs

2011-03-17 Thread Olaf.Hamann
Am 17.03.2011 10:12, schrieb Bastien: [...] I don't see the real need for something complicated. Just say that the .org file needs current head until it's not true anymore. If you don't want to have to update this message, say (insert This file needs (org-version)) [..] Pragmatical, easy to

[Accepted] [O] Goto correct footnote insertion point in org-mode buffers

2011-03-17 Thread Bastien Guerry
Patch 678 (http://patchwork.newartisans.com/patch/678/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C871v2bjh4z.fsf%40fastmail.fm%3E Here is the original message containing the patch: Content-Type: text/plain; charset=utf-8

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

2011-03-17 Thread Christian Moe
I've toyed around with a jQuery-based web interface to this end. I think a reasonable target would be to emulate the functions you can reach with speed keys on the first column of a heading in Org: folding, navigation, todo states, promoting, demoting... plus perhaps extend them to lists and

Re: [O] OrgCamp in India -- Interested?

2011-03-17 Thread Bastien
Hi Puneeth, Puneeth Chaganti puncha...@gmail.com writes: Inspired by the OrgCamps being conducted in Paris [1] [2], I would like to propose an OrgCamp somewhere in India. thanks for suggesting this -- just a reminder: if you want, you can use the Worg/orgcamps.org page for storing

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Bastien wrote: (Btw, I also wonder if it really makes sense to have auto-save-default turned on in daemon mode.) I don't see why it would not? -- Julien Danjou ❱ http://julien.danjou.info pgpTKunFMukca.pgp Description: PGP signature

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Bastien
Julien Danjou jul...@danjou.info writes: On Thu, Mar 17 2011, Bastien wrote: (Btw, I also wonder if it really makes sense to have auto-save-default turned on in daemon mode.) I don't see why it would not? Yes, you're right. -- Bastien

Re: [O] [Bug?] org-crypt warning and --daemon

2011-03-17 Thread Bastien
Julien Danjou jul...@danjou.info writes: On Thu, Mar 17 2011, Bastien wrote: (Btw, I also wonder if it really makes sense to have auto-save-default turned on in daemon mode.) I don't see why it would not? Mh.. yes, you're right. -- Bastien

Re: [O] [BUG] in LaTeX export

2011-03-17 Thread Thomas Holst
Hi Bastien, · Bastien b...@altern.org wrote: Hi Thomas, Thomas Holst thomas.ho...@de.bosch.com writes: _abc /_abc/ *_abc* /a_bc/ *a_bc* You need to escape the underscore: \_abc /\_abc/ *\_abc* /a\_bc/ *a\_bc* HTH, thank you for your answer. Escaping does help. But I thought with

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

2011-03-17 Thread Bastien
Hi Martin, Martin Halder martin.hal...@gmail.com writes: this is fantastic, already love lisp, thanks a lot.. now I have exactly what I wanted.. additionally I needed the time format in industrial mode (1h = 100m = 100s), implemented in ihms. thanks for these functions -- I allowed myself to

[O] [Accepted] [O, 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-17 Thread Bastien Guerry
Patch 691 (http://patchwork.newartisans.com/patch/691/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300273502-12977-2-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch:

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
No, that still gives me the scratch buffer over the top and the the two windows I want down below. When I had the startup page activated it would override one of the two buffers that I had selected but for some reason the scratch buffer is dividing the screen horizontally and place itself over

[O] [Accepted] [O, 2/5] Mark a task as a milestone if it is a leaf node and cannot be scheduled

2011-03-17 Thread Bastien Guerry
Patch 695 (http://patchwork.newartisans.com/patch/695/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300273502-12977-3-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch:

[O] [Accepted] [O,5/5] Escape double quotes in headlines

2011-03-17 Thread Bastien Guerry
Patch 692 (http://patchwork.newartisans.com/patch/692/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1300273502-12977-6-git-send-email-christian.egli%40alumni.ethz.ch%3E Here is the original message containing the patch:

[O] Re: [PATCH 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-17 Thread Christian Egli
Bastien b...@altern.org writes: Christian Egli christian.e...@alumni.ethz.ch writes: +(defun org-taskjuggler-targeting-tj3-p () + Return true if we are targeting TaskJuggler III. + ( org-export-taskjuggler-target-version 3.0)) I'm dubious on this one. Shouldn't it be #+begin_src

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Hi Bastien Bastien b...@altern.org writes: Ps: I had trouble applying your patches: they came in one order on the list, and on a different one on patchwork. Applying them from patchwork didn't always work, so I had to do a few things manually. Not a problem. Is there anything I can do

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Filippo A. Salustri
Here's what I do: (let ((initial-buffer (current-buffer)) (agenda-window (selected-window)) right-window) ;; We're still in the root window. (set-frame-size (selected-frame) 162 50) ; resize the aquamacs window. (org-agenda nil 0) (tabbar-close-tab

[O] org-clock-report to insert a :scope sutree report when called from within a subtree?

2011-03-17 Thread Bastien
Hi all, The default when creating a clock report is to use :scope file. I find it not practical for big files, where the report can take long to build. I'm thinking of applying this change: when called from within a subtree, `C-c C-x C-r' will insert a clock report with :scope subtree, and use

Re: [O] Re: [PATCH 1/5] Add some minimal infrastructure to handle export to both tj2 and tj3

2011-03-17 Thread Bastien
Hi Christian, Christian Egli christian.e...@sbs.ch writes: How do we proceed? Do I resubmit the patch? No need, I just applied the fix you suggest. Thanks for it! -- Bastien

Re: [O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Bastien
Hi Christian, Christian Egli christian.e...@sbs.ch writes: Bastien b...@altern.org writes: Ps: I had trouble applying your patches: they came in one order on the list, and on a different one on patchwork. Applying them from patchwork didn't always work, so I had to do a few things

[O] List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Ben
Dear Orgers, I would have a question for you. I'm writing more and more documentation in OrgMode (with HTML and DocBook exports) and I'm very happy with it. There's a little hitch though on tables. Org tables are great with one known and documented constraints: it does not accept multi lines [1].

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Jambunathan K
What is does it to transform a nested list in a simple table. Just a thought. If someone takes a stab at it, I suggest that they use my experimental staging branch (org-html/org-odt) that implements callbacks for various org entities like paragraphs, outline, lists and tables. Without

Re: [O] Table formula changes are not always necessary when moving rows

2011-03-17 Thread Carsten Dominik
On Mar 17, 2011, at 11:02 AM, Christian Moe wrote: You can also use @ to mean the second row Did you mean @ No, I meant third :D ? Yours, Christian - Carsten

Re: [O] a small contribution

2011-03-17 Thread Bastien
Hi Filippo, Filippo A. Salustri salus...@ryerson.ca writes: So I wrote a small perl program that digests every file in my org directory looking for todos. Such a script could go on Worg -- perhaps here: http://orgmode.org/worg/org-tools/index.html If you want to contribute to Worg, please

Re: [O] Professional PDF LaTeX templates?

2011-03-17 Thread Russell Adams
On Wed, Mar 16, 2011 at 10:54:18AM -0400, Nick Dokos wrote: 'Mash mash...@toshine.net wrote: I suppose by professional I really meant polished, and so it is LaTeX styling I have having trouble with, it may also be laziness on my part. I have tried searching for LaTeX styling which I can

[O] Re: [BUG] Unmatched #+end-src

2011-03-17 Thread Nicolas Goaziou
Hello, Eric Schulte schulte.e...@gmail.com writes: The real problem is: how should Org react when parsing syntactically erroneous buffers? I concede that freezing Emacs isn't nice, but otoh, code can't deal with every possible user error. So, what is the expected behavior here? Consider

Re: [Accepted] [O] New option to create unique, random labels for footnotes.

2011-03-17 Thread Scot Becker
I like this, Matt! On Thu, Mar 17, 2011 at 8:25 AM, Bastien Guerry b...@altern.org wrote: Patch 680 (http://patchwork.newartisans.com/patch/680/) is now Accepted. Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C87y64ji2hj.fsf%40fastmail.fm%3E

Re: [O] Trying to replace PasswordSafe with org-crypt

2011-03-17 Thread Óscar Fuentes
Julien Danjou jul...@danjou.info writes: On Thu, Mar 17 2011, Óscar Fuentes wrote: It would nice to get rid of that noise, if possible. It's kinda handy to have them to match the text. I don't think it's a real problem. They are very standard. Ok, I can live with that. Second: Version:

[O] Re: Another HTML Export Problem

2011-03-17 Thread David Maus
Hi, Bastien's patch looks good and/but introduces a regression: The commit that started all this trobule -- 163cd58ffd6461c98a96b1b63a3cf082b2825a52 -- fixed a problem with exporting links with a description that contained an ISO Date. The current problem can be located in `org-html-do-expand'

Re: [O] org-clock-report to insert a :scope sutree report when called from within a subtree?

2011-03-17 Thread John Hendy
On Thu, Mar 17, 2011 at 5:52 AM, Bastien b...@altern.org wrote: Hi all, The default when creating a clock report is to use :scope file. I find it not practical for big files, where the report can take long to build. I'm thinking of applying this change: when called from within a subtree,

[O] Problem with agenda and diary

2011-03-17 Thread Dan Griswold
Hi all, As of today, there's a problem with org-agenda-list when org-agenda-include-diary is set to t. I get this error: mapcar: Wrong type argument: integerp, nil I have confirmed that the error occurs with only one item in the diary file, such as this one: Mar 18, 2011 8:00 planning I

Re: [O] Problem with agenda and diary

2011-03-17 Thread Erik Iverson
Dan, My agenda won't build this morning either, so it's more than you. I don't have time to investigate right now, but just know it's not something you did. --e Dan Griswold wrote: Hi all, As of today, there's a problem with org-agenda-list when org-agenda-include-diary is set to t. I get

[O] Re: Problem with agenda and diary

2011-03-17 Thread Tassilo Horn
Dan Griswold dgris...@rochester.rr.com writes: Hi Dan, As of today, there's a problem with org-agenda-list when org-agenda-include-diary is set to t. I get this error: mapcar: Wrong type argument: integerp, nil Yes, I can confirm that. Here's parts of the backtrace: --8---cut

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

2011-03-17 Thread Julian Burgos
Dear list, I was very excited to discover org-src-fontify-natively, but I´m not having a good experience with it. When it is on, org-mode becomes very slow while typing into a code block. This happens regardless of the size of the file or number of blocks, and the slow down is very noticeable.

[O] Following links in an indirect buffer

2011-03-17 Thread Shaun Johnson
Hi all, I regularly work in an indirect buffer created by org-tree-to-indirect-buffer. Following an id: type link in such a buffer seems to always switche to the base buffer even if the target is visible in the indirect buffer. Is the buffer switching intended behaviour or is this a bug?

Re: [O] Table formula changes are not always necessary when moving rows

2011-03-17 Thread Nick Dokos
Carsten Dominik carsten.domi...@gmail.com wrote: On 28.2.2011, at 12:43, Tom wrote: I have a table in which I sum the values of all rows in the last row: vsum(@1..@-I-1). The problem is when move a row with M-up before the first row (e.g. I press M-up on the second row) then org

[O] Re: [Babel] why did ob-ditaa generate image file fail in orgmode?

2011-03-17 Thread Eric Luo
Thanks for your reminder, I updated the orgmode to the lastest, now it's ok

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Nick Dokos
Le Wang l26w...@gmail.com wrote: On Thu, Mar 17, 2011 at 3:02 PM, Carsten Dominik carsten.domi...@gmail.com wrote: (defadvice session-jump-to-last-change (after org-expand activate compile)  Reveal hidden point after jumping.  (when (and (eq major-mode 'org-mode)          

Re: [O] Re: Another HTML Export Problem

2011-03-17 Thread Eric S Fraga
David Maus maus.da...@gmail.com writes: Hi, Bastien's patch looks good and/but introduces a regression: The commit that started all this trobule -- 163cd58ffd6461c98a96b1b63a3cf082b2825a52 -- fixed a problem with exporting links with a description that contained an ISO Date. The current

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Tassilo Horn wrote: Yes, I can confirm that. Here's parts of the backtrace: Debugger entered--Lisp error: (wrong-type-argument integerp nil) org-agenda-highlight-todo(#( Diary: St. Patrick's Day 0 2 (org-category diary tags nil org-highest-priority 65

[O] Re: Problem with agenda and diary

2011-03-17 Thread Dan Griswold
On 17 Mar 2011, tass...@member.fsf.org wrote: Hm, the entry it errors with seems to come from the St. Patrick's Day entry in `calendar-holidays'... I thought the same thing. But then I customized holiday-general-holidays to exclude St. Patrick's Day, and the error still comes up, the backtrace

Re: [O] Another HTML Export Problem

2011-03-17 Thread Scott Randby
On 03/17/2011 04:07 AM, Bastien wrote: Hi Scott, Bastien b...@altern.org writes: If you can, please test this patch. I'm not applying it right now as I want to make sure to apply a safe and complete patch. I've applied this patch now. Hi Bastien, It works and doesn't break anything

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Le Wang
On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos nicholas.do...@hp.com wrote: Why would you need to coordinate with the session author about advising a function? It's your own personal advice and you can do whatever you want. Of course, as Carsten pointed out, there is good advice and there is

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Nicolas
Hello, Ben b...@maleloria.org writes: I'm thinking about a potential alternative and I would like to know if anyone here would know if this can be done with org. ReStructured Text [2] has a nice feature called list-tables. As you can guess from the name, you write a list and an instruction

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Julien Danjou
On Thu, Mar 17 2011, Tassilo Horn wrote: Sure, here it is. There' nothing private in it, so we can stay on list. There's something I really do not understand in this bt. Debugger entered--Lisp error: (wrong-type-argument integerp nil) substring(#( Diary: St. Patrick's Day 0 2

[O] Re: Gmane no longer keep the in the subject

2011-03-17 Thread Achim Gratz
Bastien b...@altern.org writes: Thanks to Lars Magne Ingebrigtsen for configuring Gmane for this. Looks like he is a very thorough man and removes it from everywhere in the line... :-) Thanks to LarsI and you for making that change. Achim. -- +[Q+ Matrix-12 WAVE#46+305 Neuron microQkb

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

2011-03-17 Thread Nicolas
Hello, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Regarding this problem only, it must be an interaction then with my following setting for the inline task in HTML: #+begin_src emacs-lisp ;; templates for inline tasks in various exporters (setq

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Julien Danjou jul...@danjou.info wrote: On Thu, Mar 17 2011, Tassilo Horn wrote: Sure, here it is. There' nothing private in it, so we can stay on list. There's something I really do not understand in this bt. Debugger entered--Lisp error: (wrong-type-argument integerp nil)

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Tassilo Horn
Hi all, I've just update my org checkout, and the issue seems to be already fixed by * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless concat commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc Author: Julien Danjou jul...@danjou.info Date: Thu Mar 17 17:07:10 2011 +0100

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

2011-03-17 Thread Eric S Fraga
Julian Burgos jmbur...@uw.edu writes: Dear list, I was very excited to discover org-src-fontify-natively, but I´m not having a good experience with it. When it is on, org-mode becomes very slow while typing into a code block. This happens regardless of the size of the file or number of

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Eric S Fraga
Le Wang l26w...@gmail.com writes: On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos nicholas.do...@hp.com wrote: Why would you need to coordinate with the session author about advising a function? It's your own personal advice and you can do whatever you want. Of course, as Carsten pointed out,

[O] Re: Problem with agenda and diary

2011-03-17 Thread Dan Griswold
On 17 Mar 2011, tass...@member.fsf.org wrote: I've just update my org checkout, and the issue seems to be already fixed by * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless concat commit 9216453a3882eb45d0ba05e4e4fdeba9488205cc Author: Julien Danjou jul...@danjou.info

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Dan Griswold dgris...@rochester.rr.com wrote: On 17 Mar 2011, tass...@member.fsf.org wrote: I've just update my org checkout, and the issue seems to be already fixed by * 9216453..: Julien Danjou 2011-03-17 org-agenda: remove useless concat commit

Re: [O] `session-jump-to-last-change' and org-mode

2011-03-17 Thread Carsten Dominik
On 17.3.2011, at 19:30, Eric S Fraga wrote: Le Wang l26w...@gmail.com writes: On Thu, Mar 17, 2011 at 10:27 PM, Nick Dokos nicholas.do...@hp.com wrote: Why would you need to coordinate with the session author about advising a function? It's your own personal advice and you can do

[O] Re: Problem with agenda and diary

2011-03-17 Thread Sébastien Vauban
Hi Tassilo, Tassilo Horn wrote: It may has been introduced by one of my latest commit. Could you load org-agenda.el (not compiled) and give me the full backtrace (in private)? Sure, here it is. There' nothing private in it, so we can stay on list. Debugger entered--Lisp error:

Re: [O] Professional PDF LaTeX templates?

2011-03-17 Thread Rasmus
I can't translate it into anything that looks the quality of using MS Word and Adobe Flashpaper. Well, that sounds wrong. There are a number of blogs which publish templates. Look into them. For starters, look into the blog-roll at texample. Just wondering if anyone has some template examples

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

2011-03-17 Thread Sébastien Vauban
Hi all, Eric S Fraga wrote: Julian Burgos jmbur...@uw.edu writes: I was very excited to discover org-src-fontify-natively, but I´m not having a good experience with it. When it is on, org-mode becomes very slow while typing into a code block. This happens regardless of the size of the file

[O] Re: Problem with agenda and diary

2011-03-17 Thread Dan Griswold
On 17 Mar 2011, nicholas.do...@hp.com wrote: Can you provide a backtrace? See section 1.4, Feedback, of the Org manual on how to produce a backtrace. Sure. But I don't want to include absolutely everything, because of personal calendar entries. Here it is, back to the point where it gets too

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Hi Marc Marc-Oliver Ihm marc-oliver@online.de writes: Does your fork incorporate Anthonys enhancements (e.g. the :TJ:-Drawer) ? It contains some of his enhancements but not all. He has two versions of the code. One for tj2 and one for tj3. I would like to have one version for both. The

[O] Re: [PATCH 0/5] Improvements to Taskjuggler export

2011-03-17 Thread Christian Egli
Bastien b...@altern.org writes: Did Anthony advertized his enhancements on this list? AFAIK he did announce them here, but that was a long time ago, probably more than six months. Thanks -- Christian Egli Swiss Library for the Blind, Visually Impaired and Print Disabled Grubenstrasse 12,

Re: [O] Professional PDF LaTeX templates?

2011-03-17 Thread Thomas S. Dye
Aloha Rasmus, On Mar 17, 2011, at 10:34 AM, Rasmus wrote: I can't translate it into anything that looks the quality of using MS Word and Adobe Flashpaper. Well, that sounds wrong. There are a number of blogs which publish templates. Look into them. For starters, look into the blog-roll at

[O] Worg updating?

2011-03-17 Thread Thomas S. Dye
Aloha all, Changes I made to the LaTeX export tutorial several days ago haven't made their way to Worg yet. Is Worg updating? All the best, Tom

[O] Update Emacs development sources to 7.5 ?

2011-03-17 Thread Óscar Fuentes
Are there plans for updating the org-mode sources contained in the Emacs bzr repository? Can I help to speed up the process?

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Dan Griswold dgris...@rochester.rr.com wrote: Sure. But I don't want to include absolutely everything, because of personal calendar entries. Here it is, back to the point where it gets too specific to my life: That's of course as it should be. Debugger entered--Lisp error:

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
=?utf-8?Q?S=C3=A9bastien_Vauban?= wxhgmqzgw...@spammotel.com wrote: Side question: how do you do to see a really full backtrace? My backtraces always are elided with ellipsis inside the lines... IIRC, these should do it: , | -- Variable: print-length | The value of this

Re: [O] Re: Problem with agenda and diary

2011-03-17 Thread Nick Dokos
Dan Griswold dgris...@rochester.rr.com wrote: org-format-agenda-item( Diary nil time) (setq x (org-format-agenda-item x Diary nil (quote time))) (lambda (x) (setq x (org-format-agenda-item x Diary nil ...)) (org-a= dd-props x (text-properties-at ... x) (quote type) diary (quote

Re: [O] Re: [Orgmode] Startup page

2011-03-17 Thread Matthew Sauer
Sigh, at times it's the small things that you miss that bite you in the foot. (defun org-dblock-write:recently-modified (params) (insert (mapconcat (lambda (arg) (concat [[file: arg ][ arg ]] )) (split-string (shell-command-to-string ls -t /cygdrive/c/Dropbox/org *.org | head -10)) \n)))

[O] Re: List-table feature (or a potential quick and easy mullti-lines table in org?)

2011-03-17 Thread Ben
Out of boredom, I've written a draft for it. Woohoo! congrats for the way you're getting bored! Hey thank you Nicolas! #+begin_src emacs-lisp So here I'm guessing the whole code fits into Babel, right? All of this will convert (...) | Row 1 | 1.1 | 1.2 | 1.3 | | Row 2 | 2.1 | 2.2

  1   2   >