RE: [Orgmode] %20 in file://... URL

2010-11-12 Thread Vincent Belaïche
>From: vincent@hotmail.fr >To: emacs-orgmode@gnu.org; giovanni.rido...@yahoo.it >Subject: Re: [Orgmode] %20 in file://... URL >Date: Sat, 13 Nov 2010 07:18:42 +0100 >CC: vincent@hotmail.fr > > >[...] > >> >>Please, do! :-) >> >>Giovanni >> > >Herein attached follows my patch. Please f

Re: [Orgmode] %20 in file://... URL

2010-11-12 Thread Vincent Belaïche
[...] > >Please, do! :-) > >Giovanni > Herein attached follows my patch. Please feel free for brickbats... Vincent. *** org.el.old Fri Nov 5 19:16:29 2010 --- org.el Sat Nov 13 05:50:54 2010 *** *** 9639,9647 opened in Emacs, unless an entry from org-file-apps that makes

Re: [Orgmode] Patch 349

2010-11-12 Thread Carsten Dominik
Accepted, thanks. - Carsten On Nov 12, 2010, at 11:25 PM, Noorul Islam wrote: I submitted a patch http://patchwork.newartisans.com/patch/349/ which is yet to get reviewed. I think it is a very small straight forward one. Or is there any blockers for this thing to be applied. Thanks and Regard

[Orgmode] Patch 352

2010-11-12 Thread Noorul Islam
The patch http://patchwork.newartisans.com/patch/352/ is already applied in 491a39825b1205442ebe919009f5c11bdc31d7c4. I think this can be archived. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org h

[Orgmode] query - org-emphasis-regexp-components

2010-11-12 Thread Puneeth
Hi I was writing a document with Python code in it and I found a minor problem. There's no way to put a piece of code like s="Hello World" as verbatim or code in my document. ~s="Hello World"~ doesn't work because the border in org-emphasis-regexp-components doesn't allow " or '. I'm not sure why

[Orgmode] Re: How to do Properties search by define an agenda command

2010-11-12 Thread David Maus
At Thu, 11 Nov 2010 20:51:58 -0500, Matt Lundin wrote: > > Looks like to use the intended functionality someone has to patch Org > > mode's tag search to handle multivalue properties. > > I don't believe the space in property values is meant to indicate > multiple values (i.e., in the same way that

Re: [Orgmode] Patch 349

2010-11-12 Thread Carsten Dominik
Accepted, thanks. - Carsten On Nov 12, 2010, at 11:25 PM, Noorul Islam wrote: I submitted a patch http://patchwork.newartisans.com/patch/349/ which is yet to get reviewed. I think it is a very small straight forward one. Or is there any blockers for this thing to be applied. Thanks and Regard

[Orgmode] Re: Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread Carsten Dominik
On Nov 12, 2010, at 11:55 PM, Anupam Sengupta wrote: David Abrahams writes: Is it merely the autoload of org-capture-templates, or is this a general rule for everything in org-install? I think I'm perfectly happy to work with the dependency in place as long as it's documented. For most pe

[Orgmode] Re: Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread Anupam Sengupta
> David Abrahams writes: > Is it merely the autoload of org-capture-templates, or is this a > general rule for everything in org-install? I think I'm perfectly > happy to work with the dependency in place as long as it's > documented. For most people it wouldn't be an issue since > custom-*

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

2010-11-12 Thread Carsten Dominik
Patch 349 (http://patchwork.newartisans.com/patch/349/) is now "Accepted". Maintainer comment: No comment This relates to the following submission: http://mid.gmane.org/%3C871v79h9t3.fsf%40noorul.maa.corp.collab.net%3E Here is the original message containing the patch: > Content-Type: text/pla

Re: [Orgmode] Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread Carsten Dominik
Hi David, On Nov 12, 2010, at 11:01 PM, David Abrahams wrote: Hi Carsten, I'm sorry to belabor this, but I'm a little confused about what you're saying. that is because I just talked garbage. Let me try a cleaner version. If I put an autoload cookie in front of a defun, a stub for this

[Orgmode] Patch 349

2010-11-12 Thread Noorul Islam
I submitted a patch http://patchwork.newartisans.com/patch/349/ which is yet to get reviewed. I think it is a very small straight forward one. Or is there any blockers for this thing to be applied. Thanks and Regards Noorul ___ Emacs-orgmode mailing lis

Re: [Orgmode] Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread David Abrahams
Hi Carsten, I'm sorry to belabor this, but I'm a little confused about what you're saying. At Fri, 12 Nov 2010 22:40:10 -0600, Carsten Dominik wrote: > > > On Nov 12, 2010, at 9:28 PM, David Abrahams wrote: > > > > > Hi Carsten, > > > > Is it merely the autoload of org-capture-templates, or i

Re: [Orgmode] Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread Carsten Dominik
On Nov 12, 2010, at 9:28 PM, David Abrahams wrote: Hi Carsten, Is it merely the autoload of org-capture-templates, or is this a general rule for everything in org-install? I think I'm perfectly happy to work with the dependency in place as long as it's documented. I think that this should

Re: [Orgmode] Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread David Abrahams
Hi Carsten, Is it merely the autoload of org-capture-templates, or is this a general rule for everything in org-install? I think I'm perfectly happy to work with the dependency in place as long as it's documented. For most people it wouldn't be an issue since custom-* puts its custom-set-variabl

[Orgmode] org-odt: headings without numbering

2010-11-12 Thread Matt Price
Hi Jambunathan, Is it possible right now to turn off numbering in headlines using org-odt exporter? I have num:nil set in my export template but it doesn't seem to do anything. Sorry to be no help with the code, too stressed out right now -- at the end ofhte month I hope to be able to help in li

[Orgmode] [SOLVED] org-odt list bug

2010-11-12 Thread Matt Price
fixed the problem without really figuring it out. Basically I think i had too many versions of org-mode in my load-path, and somehow some of org-odt's functions were being overridden by the default versions. I removed the ubuntu ppa packages from my system, took my old git copy out of my load-pat

Re: [Orgmode] [PATCH] babel: delaying call to block preprocessing

2010-11-12 Thread Eric Schulte
Hi Nicolas, Thanks for making this change, I agree it is appropriate now that Babel is included in Org-mode. I've just pushed it up. Best -- Eric Nicolas Goaziou writes: > Hello, > > I'm having a little problem when I want to insert a code block inside > a list. Here is an example: > > =

Re: [Orgmode] [PATCH] Addition to Library of Babel

2010-11-12 Thread Eric Schulte
Hi Tom, Thanks for adding this to the Library of Babel. I've just applied your patch with some non-functional aesthetic changes. Cheers -- Eric "Thomas S. Dye" writes: > Add Eric Fraga's GANTT chart code to the Library of Babel. > > > Thomas S. Dye, Ph.D. > > T. S. Dye & Colleagues, Archaeolo

Re: [Orgmode] [PATCH] AM/PM support on the agenda timegrid

2010-11-12 Thread Carsten Dominik
On Nov 6, 2010, at 6:20 PM, Christopher Allan Webber wrote: And I'm indifferent, am/pm works for me :) Pushed a patch. I could not find that patch in the branch you earlier mentioned. Anyway, I have installed your patch and made this last change myself. For future patches, I will be needing

Re: [Orgmode] Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread Carsten Dominik
Hi David, thanks for investigating this. It seems to me that the autoload has caused more problems than it solved - so I have removed the autoload again. - Carsten On Nov 12, 2010, at 12:45 PM, David Abrahams wrote: Remember to cover the basics, that is, what you expected to happen and w

Re: [Orgmode] Rebinding of home and end keys

2010-11-12 Thread Carsten Dominik
On Nov 12, 2010, at 1:57 PM, Nick Dokos wrote: Carsten Dominik wrote: Hi, is there a git wizard who can find out when these lines were introduced in org.el. (define-key org-mode-map [home] 'org-beginning-of-line) (define-key org-mode-map [end] 'org-end-of-line) Maybe the commit message d

Re: [Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-12 Thread Jonathan BISSON
On Fri, 2010-11-12 at 13:39 -0600, Carsten Dominik wrote: > Ji Jonathan, > > thanks you for this, I have checked in a slightly modified version of > your patch. > > Thanks > > - Carsten > Hope this would be of some help. I was thinking about ways to add as much outlines as we wanted. Or way

[Orgmode] Re: org-odt list bug - help reproducing?

2010-11-12 Thread Matt Price
On Fri, Nov 12, 2010 at 3:51 PM, Jambunathan K wrote: > > Matt > > > On Wed, Nov 10, 2010 at 11:14 AM, Jambunathan K > wrote: > > > > Matt > > > I am *pretty confident* that the OpenOffice exporter can handle simple > text - headlines, paragraphs, lists - very reliably. > > How I tried reprod

[Orgmode] Re: Rebinding of home and end keys

2010-11-12 Thread Achim Gratz
Moreover, here's the commit message for that change: --8<---cut here---start->8--- commit 668e28f4d050b80686937c4b7b8617f16d887ba0 Author: Carsten Dominik Date: Fri Sep 25 08:03:23 2009 +0100 Bind and to the org-specific commands --8<---c

[Orgmode] Re: Rebinding of home and end keys

2010-11-12 Thread Jambunathan K
Jambunathan K writes: > Carsten Dominik writes: > >> Hi, >> >> is there a git wizard who can find out when these lines were >> introduced in org.el. >> >> (define-key org-mode-map [home] 'org-beginning-of-line) >> (define-key org-mode-map [end] 'org-end-of-line) >> >> Maybe the commit message d

[Orgmode] Re: Rebinding of home and end keys

2010-11-12 Thread Jambunathan K
Carsten Dominik writes: > Hi, > > is there a git wizard who can find out when these lines were > introduced in org.el. > > (define-key org-mode-map [home] 'org-beginning-of-line) > (define-key org-mode-map [end] 'org-end-of-line) > > Maybe the commit message does explain why that was done? > gi

[Orgmode] Re: org-odt list bug - help reproducing?

2010-11-12 Thread Jambunathan K
Matt > On Wed, Nov 10, 2010 at 11:14 AM, Jambunathan K > wrote: > > Matt > > I am unable to reproduce the said behaviour. > > From my work-area (which is same as that in git), the odt produced is > valid. I am attaching the odts produced in my work area. Let me know if > wha

Re: [Orgmode] Rebinding of home and end keys

2010-11-12 Thread Liam Healy
Carsten, git blame lisp/org.el 668e28f4 (Carsten Dominik 2009-09-25 08:03:23 +0100 19025) (define-key org-mode-map [home] 'org-beginning-of-line) 668e28f4 (Carsten Dominik 2009-09-25 08:03:23 +0100 19026) (define-key org-mode-map [end] 'org-end-of-line) Liam On Fri, Nov 12, 2010 at 2:46 PM

Re: [Orgmode] Rebinding of home and end keys

2010-11-12 Thread Carsten Dominik
Hi, is there a git wizard who can find out when these lines were introduced in org.el. (define-key org-mode-map [home] 'org-beginning-of-line) (define-key org-mode-map [end] 'org-end-of-line) Maybe the commit message does explain why that was done? Thanks. - Carsten On Nov 10, 2010, at 9

Re: [Orgmode] include an .org file and lower the level of all its headers

2010-11-12 Thread Carsten Dominik
On Nov 10, 2010, at 3:46 AM, Jianshi Huang wrote: Hi, I know I can include any file using #+INCLUDE. I need to include several org files, but they were edited independently as a complete document. Now I want to lower the levels of headers in these org files automatically during inclusion. Is

Re: [Orgmode] Proposing a new way for org-get-level-face to behave (customizable)

2010-11-12 Thread Carsten Dominik
Ji Jonathan, thanks you for this, I have checked in a slightly modified version of your patch. Thanks - Carsten On Nov 10, 2010, at 7:15 AM, Jonathan BISSON wrote: Hi, I'm new to this list, and an 6-8 month (or so) user of org-mode. I needed to get my outline-level-9 and further to look

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-12 Thread Samuel Wales
Hi Eric, On 2010-11-12, Eric S Fraga wrote: > Sorry for hijacking the thread to some degree but I moved from Blogger > to Wordpress because of the more open nature of the latter and I believe > this fits with the philosophy of org. I don't think it's a hijacking; many will want to know about oth

[Orgmode] Bug: org-install must precede customization [7.02trans]

2010-11-12 Thread David Abrahams
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] bug in docstring for org-emphasis-regexp-components (org.el)

2010-11-12 Thread Carsten Dominik
Fixed, thanks. It used to be 6, but the last one was removed later. - Carsten On Nov 12, 2010, at 11:05 AM, Robert Goldman wrote: The docstring says: "...This is a list with 6 entries pre Chars allowed as prematch. Beginning of line will be allowed too. post Chars all

[Orgmode] bug in docstring for org-emphasis-regexp-components (org.el)

2010-11-12 Thread Robert Goldman
The docstring says: "...This is a list with 6 entries pre Chars allowed as prematch. Beginning of line will be allowed too. post Chars allowed as postmatch. End of line will be allowed too. border The chars *forbidden* as border characters. body-regexp A regexp li

[Orgmode] Re: bug in org-write-agenda?

2010-11-12 Thread Rainer Thiel
2010/11/12 Rainer Thiel : > I suspect there might be a bug in the org mode 7.3 org-write-agenda > function.  When trying to write a pdf-file, org-mode claims to have > written it, but neither a .ps nor a pdf-File is produced.  Things did > work with org-mode 7.02, and I don't seem to have changed a

Re: [Orgmode] [PATCH] (ELPA): Support for building Package Variants and Package Upload

2010-11-12 Thread Jambunathan K
hose that are 'unofficial' (as in forks and derived works). For the sake of recording my Makefile changes, as well as for the sake of argument, I could potentially use the following setting: PKG_BNAME=org PKG_SEP=@ PKG_FLAVOUR=OpenOffice and get a o...@openoffice-20101112.tar. This is wh

[Orgmode] bug in org-write-agenda?

2010-11-12 Thread Rainer Thiel
I suspect there might be a bug in the org mode 7.3 org-write-agenda function. When trying to write a pdf-file, org-mode claims to have written it, but neither a .ps nor a pdf-File is produced. Things did work with org-mode 7.02, and I don't seem to have changed anything but installing v. 7.3 sinc

Re: [Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Eric S Fraga
Ulf Stegemann writes: > Eric S. Fraga wrote: > >> Thanks. I realised after sending my earlier message that this is going >> to be quite complicated. There's no point in storing a link when the >> message is actually sent (after all, that will be sometime later). I >> would want to store the l

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Eric S. Fraga wrote: > Thanks. I realised after sending my earlier message that this is going > to be quite complicated. There's no point in storing a link when the > message is actually sent (after all, that will be sometime later). I > would want to store the link when I send the message to

Re: [Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Eric S Fraga
Ulf Stegemann writes: [...] > > If the hook approach does not work you could also advise > `gnus-inews-do-gcc', the function that actually creates the message > copies ... > > ... or you could replace `gnus-inews-do-gcc', e.g. replace the > call to `message-send-and-exit' in > `ulf-message-send-

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Ulf Stegemann wrote: > Eric S. Fraga wrote: > >> Ulf Stegemann writes: >> >>> I came back to the matter of storing an org link to a copy of a message >>> upon sending that message. The function below does just that and proves >>> to be quite useful together with a sensible key binding (if you

Re: [Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Eric S Fraga
Ulf Stegemann writes: > Eric S. Fraga wrote: > >> Ulf Stegemann writes: >> >>> I came back to the matter of storing an org link to a copy of a message >>> upon sending that message. The function below does just that and proves >>> to be quite useful together with a sensible key binding (if you

[Orgmode] Re: [PATCH 2/2] Fix broken CUSTOM_ID links

2010-11-12 Thread Carsten Dominik
Hi Jambunata, this looks good, However, I would like you to make a change to the patch more more clarity. Could you please write (or preferred target) instead of remove as the ID to be inserted? Even though these are the same, the first version is a lot clearer. With this chan

Re: [Orgmode] [PATCH 2/2] org-agenda: add org-agenda-day-face-function

2010-11-12 Thread Julien Danjou
On Fri, Nov 12 2010, Carsten Dominik wrote: > Applied, thanks. > > I did not test it myself (have grown to trust Julien...), so if someone can > put this to a test, that would be nice. Thanks Carsten. If people wants to try it, here's an example of what I'm using to mark days as holidays using t

Re: [Orgmode] [PATCH 2/2] org-agenda: add org-agenda-day-face-function

2010-11-12 Thread Carsten Dominik
Applied, thanks. I did not test it myself (have grown to trust Julien...), so if someone can put this to a test, that would be nice. Cheers - Carsten On Nov 12, 2010, at 9:34 AM, Julien Danjou wrote: On Fri, Nov 12 2010, Carsten Dominik wrote: to make sure I don't make a mistake here, co

Re: [Orgmode] [PATCH 2/2] org-agenda: add org-agenda-day-face-function

2010-11-12 Thread Julien Danjou
On Fri, Nov 12 2010, Carsten Dominik wrote: > to make sure I don't make a mistake here, could you please send a new patch > which contains all the changes in a single patch. > > Sorry about this. No problem, here it is. >From 38567a7d7a58e523964be216f791e4c78a085c52 Mon Sep 17 00:00:00 2001 From

Re: [Orgmode] [PATCH 2/2] org-agenda: add org-agenda-day-face-function

2010-11-12 Thread Carsten Dominik
Hi Julien, to make sure I don't make a mistake here, could you please send a new patch which contains all the changes in a single patch. Sorry about this. - Carsten On Nov 8, 2010, at 11:23 AM, Julien Danjou wrote: * lisp/org-agenda.el (org-agenda-day-face-function): New variable. (org-ag

Re: [Orgmode] [PATCH] (ELPA): Support for building Package Variants and Package Upload

2010-11-12 Thread Carsten Dominik
distributing under the names org-7.3.tar.gz org-7.3.zip or is this not a possible problem? - Carsten 2. make pkg This builds org-20101112.tar 3 Building Package Variants 3.1 Notes == Modify/Uncomment PKG_SEP and PKG_FLAVOUR setting in Makefile as

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
Eric S. Fraga wrote: > Ulf Stegemann writes: > >> I came back to the matter of storing an org link to a copy of a message >> upon sending that message. The function below does just that and proves >> to be quite useful together with a sensible key binding (if you use Gnus >> and Gcc that is). >

Re: [Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Eric S Fraga
Ulf Stegemann writes: > I came back to the matter of storing an org link to a copy of a message > upon sending that message. The function below does just that and proves > to be quite useful together with a sensible key binding (if you use Gnus > and Gcc that is). Very nice! Works very well.

Re: [Orgmode] bug: html export, latex fragments and emphasize

2010-11-12 Thread Carsten Dominik
On Nov 11, 2010, at 7:28 PM, Nicolas Goaziou wrote: Hello, Here is a problem when a latex fragment is split across two lines and an emphasize follows. The text won't be italicized upon exporting to HTML. = * latex-fragments bug Imagine we have a formula starting here $e^{i\pi} + 1 = 0$

[Orgmode] [PATCH] (ELPA): Support for building Package Variants and Package Upload

2010-11-12 Thread Jambunathan K
NG message saying that the package was not uploaded. This can be noted and ignored. 2.2 Build Procedure 1. make PKG_TAG=7.3 This builds org-7.3.tar 2. make pkg This builds org-20101112.tar 3 Building Package Variants

[Orgmode] Re: Store link upon sending a message

2010-11-12 Thread Ulf Stegemann
I came back to the matter of storing an org link to a copy of a message upon sending that message. The function below does just that and proves to be quite useful together with a sensible key binding (if you use Gnus and Gcc that is). --8<--cut herestart---

[Orgmode] Re: org-odt list bug - help reproducing?

2010-11-12 Thread Matt Price
On Fri, Nov 12, 2010 at 7:10 AM, Matt Price wrote: > > I wonder if anyone on the list can reproduce the bug I'm finding in > Jambunathan's odt exporter? The attached org file creates the attached > invalid odt file for me > gnashing of teeth... I failed to attach the right files -- attached h

[Orgmode] Re: org-odt list bug - help reproducing?

2010-11-12 Thread Matt Price
On Wed, Nov 10, 2010 at 11:14 AM, Jambunathan K wrote: > Matt > > I am unable to reproduce the said behaviour. > > From my work-area (which is same as that in git), the odt produced is > valid. I am attaching the odts produced in my work area. Let me know if > what is attached is not what you expe

Re: [Orgmode] bug: html export, latex fragments and emphasize

2010-11-12 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > > Here is a problem when a latex fragment is split across two lines and > an emphasize follows. The text won't be italicized upon exporting to > HTML. > > = > * latex-fragments bug > > Imagine we have a formula starting here $e^{i\pi} + > 1 = 0$. Now we

Re: [Orgmode] HTML export and blogging to blogger.com

2010-11-12 Thread Eric S Fraga
Hi, Just for completeness, in case others that haven't started blogging yet, but would like to, and are following this thread, org supports blogging to http://wordpress.com/ very easily. Check out, for instance, the blog post by Sacha Chua: : http://sachachua.com/blog/2010/09/new-note-taking-wo

[Orgmode] org-htmlslidy

2010-11-12 Thread Dov Grobgeld
org-htmlslidy is an org-mode html export option that outputs the result in HTML Slidy format, see: http://www.w3.org/Talks/Tools/Slidy2/#%281%29 . The work in progress may be downloaded from: https://github.com/dov/org-slidy Note that the resulting output may be heavily modified by supplying add