[Orgmode] [PATCH] Make sure `flet' is fbound when executing `org-write-agenda'

2010-06-27 Thread David Maus
Well, something I could come up is this: Simply check if flet is fbound in the lisp structure that is evaluated at runtime. If it is not, require 'cl. David Maus (1): Make sure `flet' is fbound when executing `org-write-agenda'. lisp/org-agenda.el |2 ++ 1 files changed, 2 insertions

[Orgmode] [PATCH] Make sure `flet' is fbound when executing `org-write-agenda'.

2010-06-27 Thread David Maus
* org-agenda.el (org-write-agenda): Make sure `flet' is fbound at runtime. --- lisp/org-agenda.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 8035add..957bbf2 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@

[Orgmode] [PATCH] Use backquotes to make byte compiler expand `flet' macro.

2010-06-27 Thread David Maus
* org-agenda.el (org-write-agenda): Use backquotes to expand `flet' at compile time. --- lisp/org-agenda.el | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 8035add..9056206 100644 --- a/lisp/org-agenda.el +++

[Orgmode] [PATCH] Use backquotes to make byte compiler expand `flet' macro.

2010-06-27 Thread David Maus
'load-path ~/code/org-mode/git/lisp/) (require 'org-install) (require 'org) (fboundp 'flet)) = nil M-x org-agenda RET a C-x C-w ~/test.pdf RET Happily creates the pdf. David Maus (1): Use backquotes to make byte compiler expand `flet' macro. lisp/org-agenda.el | 12 ++-- 1

[Orgmode] Bug: org-capture destroys target file when user aborting prompt in template [6.36trans (release_6.36.430.gec51)]

2010-06-26 Thread David Maus
/ictsoc.de/www/ :publishing-function org-publish-org-to-html :author David Maus :email dm...@ictsoc.de :author-info t :email-info nil :creator-info t :section-numbers t :sub-superscript nil :recursive t

Re: [Orgmode] org-feed not working for codeproject

2010-06-19 Thread David Maus
zwz wrote: I have the feed (codeproject http://www.codeproject.com/webservices/articlerss.aspx?cat=2; ~/feeds.org C++ on CodeProject) in the org-feed-alist. Everytime I update the feed, I got a new headline * codeproject added into the file feeds.org without any new items. I

[Orgmode] [PATCH 0/4] org-feed: Improve feed parsing

2010-06-19 Thread David Maus
entities. Some characters must be escaped for XML transport (e.g. ), they are properly unescaped using `xml-entity-alist' David Maus (4): Respect possible XML namespace of rss:item elements. Ignore case of rss element names. Unescape protected entities defined in `xml-entity-alist

[Orgmode] [PATCH 1/4] Respect possible XML namespace of rss:item elements.

2010-06-19 Thread David Maus
* org-feed.el (org-feed-parse-rss-feed): Respect possible XML namespace of rss:item elements. --- lisp/org-feed.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index 37b2327..c86ca90 100644 --- a/lisp/org-feed.el +++

[Orgmode] [PATCH 2/4] Ignore case of rss element names.

2010-06-19 Thread David Maus
* org-feed.el (org-feed-parse-rss-feed): Ignore case of rss element names. --- lisp/org-feed.el |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index c86ca90..b0373e5 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -579,7

[Orgmode] [PATCH 3/4] Unescape protected entities defined in `xml-entity-alist'.

2010-06-19 Thread David Maus
* org-feed.el (org-feed-unescape): New function. Unescape protected entities. (org-feed-parse-atom-entry): Use function for atom:content type text and html. --- lisp/org-feed.el | 15 +-- 1 files changed, 13 insertions(+), 2 deletions(-) diff --git a/lisp/org-feed.el

[Orgmode] [PATCH] Declare variable `xml-entity-alist' for byte compiler.

2010-06-19 Thread David Maus
* org-feed.el (xml-entity-alist): Declare variable `xml-entity-alist' for byte compiler. --- lisp/org-feed.el |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index e7fd0f2..3edcf1a 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el

[Orgmode] [PATCH 4/4] Unescape rss element content.

2010-06-19 Thread David Maus
* org-feed.el (org-feed-parse-rss-entry): Unescape rss element content. --- lisp/org-feed.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lisp/org-feed.el b/lisp/org-feed.el index 2621008..e7fd0f2 100644 --- a/lisp/org-feed.el +++ b/lisp/org-feed.el @@ -617,7

[Orgmode] [PATCH] Remove superfluous lambda.

2010-06-19 Thread David Maus
Argh. Just realized that (lambda (e) (car e)) is equivalent to (car e). This one goes on top of the patches. * org-feed.el (org-feed-unescape): Remove superfluous lambda. --- lisp/org-feed.el |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/lisp/org-feed.el

Re: [Orgmode] [babel] exports, caching, remote execution

2010-06-18 Thread David Maus
Eric Schulte wrote: Is scpc in the line above a transport protocol? Maybe this should be an org-mode wide features, i.e. the ability to resolve remote file references with C-c C-o and on export. Does that sound reasonable, and would it take care of the need in this particular case? I've

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-18 Thread David Maus
William Henney wrote: Consider what one would want to happen when org-indent-indentation-per-level = 1 (which is what I prefer): Indentation of 0 * Level one heading Indentation of 2 ** Level two heading Indentation of 3 *** Level three heading Indentation of 4 So, the desired sequence

Re: [Orgmode] [ANN] Org to Atom, revisited

2010-06-18 Thread David Maus
Olivier Schwander wrote: [here]: http://ictsoc.de/code/org-atom/example.atom Is there the source of this feed somewhere ? It would be nice to have a self sufficient example. I've uploaded the source of the example feed to http://ictsoc.de/code/org-atom/example.org But it's really as

Re: [Orgmode] Agenda is slow because of vc-mode

2010-06-18 Thread David Maus
Daniel Clemente wrote: Hi. I have a shell script which exports my agenda to a file. It's pretty slow: about 90 seconds. There are many files (200 .org files, 76k lines, 3'6 Mb, 1600 open tasks) but the performance should be better. I found a way to bring it down to 11 seconds: temporarily

Re: [Orgmode] Re: For patch maintainers: A script to simplify your work

2010-06-17 Thread David Maus
Hi John, I suppose something went wrong with this message. The attachment is missing, I've just got the attachment markup of mml. #part type=application/octet-stream filename=~/bin/pw disposition=attachment description=pw #/part -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber

[Orgmode] [PATCH] org-taskjuggler.el: Call start-process-shell-command with just 3 arguments

2010-06-17 Thread David Maus
using more then 3 arguments is highly discouraged. David Maus (1): Call `start-process-shell-command' with just 3 arguments. lisp/org-taskjuggler.el |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ___ Emacs-orgmode mailing list

[Orgmode] [PATCH] Call `start-process-shell-command' with just 3 arguments.

2010-06-17 Thread David Maus
* org-taskjuggler.el (org-export-as-taskjuggler-and-open): Call `start-process-shell-command' with 3 arguments. Passing more than 3 arguments is strongly discouraged. See docstring of `start-process-shell-command'. --- lisp/org-taskjuggler.el |6 +++--- 1 files changed, 3

Re: [Orgmode] oddities with ical export

2010-06-15 Thread David Maus
:-//David Maus//Emacs with Org-mode//EN | X-WR-TIMEZONE:CEST | X-WR-CALDESC:nil | CALSCALE:GREGORIAN | BEGIN:VEVENT | UID: TS-efa24f4b-2d9e-4f6b-a7ef-3dcb11362ea4 | DTSTART:20100201T181500 | DTEND:20100201T183000 | RRULE:FREQ=DAILY;INTERVAL=3 | SUMMARY:Appt: Work | DESCRIPTION: 2010-02-01 Seg 18:15

Re: [Orgmode] Two bugs in org-indent (plus a fix to correct one of them)

2010-06-15 Thread David Maus
William Henney wrote: Hi all 1. If one sets org-indent-indentation-per-level to any value other than the default of 2, then the indentation of lines following a heading is not correct. I seem to have managed to fix this by changing line 231 of org-indent.el from n (* (or level 0)

Re: [Orgmode] preventing automatic rebuild of agenda on refiling?

2010-06-15 Thread David Maus
Michael Gilbert wrote: Hi — I may have missed when this happened or if it's been discussed already, but I'm noticing that recent Org-mode automatically rebuilds the agenda each time I refile a task. This can dramatically slow down the process of refiling a lot of items. Is there a setting to

[Orgmode] [PATCH] Consider verse/quote environments that end at eob.

2010-06-15 Thread David Maus
' assumes the end of the block to be at the end of the line with the #+end_ declaration + 1, what causes `delete-region' to fail when there this position is invalid. Available at git://github.com/dmj/dmj-org-mode.git quickfix David Maus (1): Consider environments that end at eob. lisp/org-exp.el

[Orgmode] [PATCH] Consider environments that end at eob.

2010-06-15 Thread David Maus
* org-exp.el (org-export-mark-blockquote-verse-center): Consider environments that end at eob. --- lisp/org-exp.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 915e1f5..502f253 100644 --- a/lisp/org-exp.el +++

[Orgmode] [ANN] Org to Atom, revisited

2010-06-15 Thread David Maus
The Org to Atom exporter I've preliminary announce some weeks ago entered a state I consider to be stable and consistent enough to be included into Org mode. It provides export, publishing and a sitemap functions that let you create an Atom feed for a web page project based on (multiple) Org

Re: [Orgmode] sup-mail link

2010-06-13 Thread David Maus
Daniel Goldin wrote: Anybody know of a way to link to a sup-mail email? Integration with sup is not (yet?) supported by Org mode. What you basically need is (a) a way to create a link from within sup and (b) a way to remotely open a message in sup. Maybe this tutorial about integrating Org mode

Re: [Orgmode] Rescheduling an item works properly only if SCHEDULED is after the heading

2010-06-13 Thread David Maus
Tom wrote: I sometimes move the SCHEDULED keyword after textual content of a heading, because for me the content is more important to see than the keyword which is a technical detail of org implementation. The problem is if I use org-schedule on such a heading to reschedule the task then it

Re: [Orgmode] Could inline footnotes be made to work with latex commands that have arguments?

2010-06-13 Thread David Maus
Scot Becker wrote: If I put a LaTeX citation command inside one of org's inline footnotes, no problem, thus: Lorem ipsum dolor sit amet,\footnote{\cite{rowe_acts_2007} } consectetur adipisicing elit, But if I need an optional argument, no dice.  This:  ex ea commodo consequat.[fn::

[Orgmode] Org mode issue file

2010-06-13 Thread David Maus
Hello all, The Org mode issue file located at http://orgmode.org/worg/org-issues.php was just updated with a explanations about the nomenclature of keywords and tags, how the recorded issues flow inside the file, and some remarks on operating on this file collaboratively. Most notably the

Re: [Orgmode] Meta-grouping properties?

2010-06-10 Thread David Maus
Sven Bretfeld wrote: Hi all ... This would be easiest if I could make org aware who actually belongs to the PR-Group and then just filter the Agenda View for John (or Mary resp.). Is that possible? Maybe the tutorial Org-mode tricks for team management by Juan Reyero at

Re: [Orgmode] Org-mode todo and Lotus Notes ToDo

2010-06-01 Thread David Maus
Srinivas wrote: Has anyone tried to integrate Org-mode todo items with Lotus Notes ToDo items? I am interested in at least populating from orgmode to Lotus Notes and not necessarily looking for reverse population. I don't know if it is possible to access Lotus Notes ToDo items directly from

Re: [Orgmode] byte-code: Key sequence contains invalid event

2010-06-01 Thread David Maus
Alexandre Billon wrote: [1 multipart/alternative (7bit)] [1.1 text/plain; UTF-8 (7bit)] [1.2 text/html; UTF-8 (quoted-printable)] Dear list members, I updated my org-mode files a month ago and since then, I get the following error message byte-code: Key sequence contains invalid event  

Re: [Orgmode] org-export-as-pdf: Unable to disable timestamp

2010-06-01 Thread David Maus
chandan wrote: Hi, I am using org-mode available on GNU Emacs 23.2. org-export-as-pdf generates a *.pdf file with a timestamp at the beginning even though I have added the following line in my *.org file. #+OPTIONS: timestamp:nil The timestamp option does not work, because the date is not a

Re: [Orgmode] New development organization - DRAFT, please comment

2010-06-01 Thread David Maus
Eric Schulte wrote: Hi David, David Maus dm...@ictsoc.de writes: Hi Eric, I just used this file to record a babel change, and I really like the overall idea and the layout. A couple of things that occurred to me. - would it be desirable to have a headline property (e.g. ASSIGNEE or somesuch

Re: [Orgmode] Publishing feed

2010-05-29 Thread David Maus
Hi John, John Hendy wrote: I've been looking at the mailing list archive here: http://www.mail-archive.com/emacs-orgmode@gnu.org/msg22964.html I have some questions/issues: 1) is there a 'current' version of org-atom.el? The attachment on the email listing is from March and there doesn't appear

Re: [Orgmode] New development organization - DRAFT, please comment

2010-05-28 Thread David Maus
Hi Eric, I just used this file to record a babel change, and I really like the overall idea and the layout. A couple of things that occurred to me. - would it be desirable to have a headline property (e.g. ASSIGNEE or somesuch) so that users can take responsibility of issues, and search for

[Orgmode] [PATCH] Escape percent character.

2010-05-28 Thread David Maus
* org.el (org-fixup-message-id-for-http): Escape percent character. --- lisp/org.el |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 33f395b..00de5dc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8273,6 +8273,12 @@ This is the list

[Orgmode] [PATCH] Escape percent character in `org-fixup-message-id-for-http'

2010-05-28 Thread David Maus
A message id header field can contain the percent sign which must be escaped in the context of a url. David Maus (1): Escape percent character. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] Re: [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-27 Thread David Maus
John Wiegley wrote: David Maus dm...@ictsoc.ed writes: Again, forgot to mention: Patch is available on David, Can you please explain for me the rationale behind this change? Sure: The problem is, that `w3m-anchor' is not a function, but a macro. So it must be present when byte compiling org

Re: [Orgmode] emacs 23.1 crash on small org file (org-version 6.36)

2010-05-22 Thread David Maus
Fritz Kunze wrote: I am a novice org-mode user.  I am trying to learn how to use some of the features of org-mode to implement a GTD system.  Emacs crashes when I load a file (named todobug.org) containing the text between the dashed lines (and not including the dashed lines).  It took some

[Orgmode] [PATCH 0/3] Proper serializing of publishing cache + refactor `org-clone-subtree-with-time-shift'

2010-05-22 Thread David Maus
shifting time stamps - patch 3 is for the ChangeLog file HTH -- David David Maus (3): org.el: Remove duplicate code in `org-clone-subtree-with-time-shift'. Serialize publishing project cache with `puthash' expressions. Update ChangeLog for 37e0fa88c1b0b691e2933808dc6dbcdd886de6af

[Orgmode] [PATCH 2/3] Serialize publishing project cache with `puthash' expressions.

2010-05-22 Thread David Maus
--- lisp/org-publish.el | 29 + 1 files changed, 17 insertions(+), 12 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index fefd50d..dc94f7d 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -902,15 +902,18 @@ If FREE-CACHE, empty the

[Orgmode] [PATCH 3/3] Update ChangeLog for 37e0fa88c1b0b691e2933808dc6dbcdd886de6af and ba62b4a448ba3f9781c94bed57f60cee50b04c25.

2010-05-22 Thread David Maus
--- lisp/ChangeLog |9 + 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1fc20b7..8653197 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2010-05-22 David Maus dm...@ictsoc.de + + * org.el (org-clone

[Orgmode] [PATCH 1/3] org.el: Remove duplicate code in `org-clone-subtree-with-time-shift'.

2010-05-22 Thread David Maus
Operating on the clone (e.g. remove/recreated ID property) is independent on whether the subtree is cloned with time shift or not. --- lisp/org.el | 40 ++-- 1 files changed, 14 insertions(+), 26 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index

[Orgmode] [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-22 Thread David Maus
Fixes reported by David Maus in mid:87632mk4ha.wl%dm...@ictsoc.de. HTH -- David David Maus (1): * lisp/org-w3m.el: Get text property directly, not using macro `w3m-anchor'. lisp/ChangeLog |4 lisp/org-w3m.el | 10 +- 2 files changed, 9 insertions(+), 5 deletions

[Orgmode] [PATCH] * lisp/org-w3m.el: Get text property directly, not using macro `w3m-anchor'.

2010-05-22 Thread David Maus
--- lisp/ChangeLog |4 lisp/org-w3m.el | 10 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8653197..b3a3529 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2010-05-22 David Maus dm...@ictsoc.de

[Orgmode] Re: [PATCH] org-wl: Remove dependency on w3m macro `w3m-anchor'

2010-05-22 Thread David Maus
Again, forgot to mention: Patch is available on git://github.com/dmj/dmj-org-mode.git quickfix HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgp69ciWgHafc.pgp Description: PGP signature ___

[Orgmode] Re: [PATCH] org-html.el: Don't add link type if link is relative

2010-05-22 Thread David Maus
WTF?! These patches are mine and I have no idea how I managed it to messed up the from line oO. -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpvXlYs6UYwh.pgp Description: PGP signature ___

Re: [Orgmode] Re: Announce: Org-mode's Patchwork server up and running

2010-05-21 Thread David Maus
Dan Davison wrote: I was kind of expecting my mailing list post in the same thread that contained the patch to appear on the patchwork page, but that didn't seem to happen. How exactly do we reference the patch? I couldn't find the message with the patch of yours, but looking at patchwork's code

[Orgmode] [patch] patchwork patch.html template

2010-05-21 Thread David Maus
Not sure if I got it right but attached patch is for the template of patchwork that displays the patches (patch.html). It adds a link back to gmane to the displayed message id header field using gmane's message id resolver (mid.gmane.org). Thus one can jump back to the thread in the mailing list

Re: [Orgmode] Co-maintainer, a least for some time?

2010-05-20 Thread David Maus
Carsten Dominik wrote: Dear all, I am having a lot of trouble keeping up with everything here in emacs- orgmode, in combination with the rest of my life. Is there anyone who would be willing to step up as a co-maintainer, at least for some time? The tasks would include looking at small patches

Re: [Orgmode] Bug: Invalid content in publishing cache: Printed representation of hash table [6.36trans]

2010-05-20 Thread David Maus
Carsten Dominik wrote: Actually - this seems to work for me just fine... Don't know why, because I know that statement in the Emacs Lisp manual as well. Ah, maybe there are different Emacs versions in play? 23.1.90.1 is the one I jut now tried. It does not work in Emacs 22. Here it's 23.1.1,

[Orgmode] [PATCH] Fix refile bug

2010-05-19 Thread David Maus
David Maus (1): Return empty list after refile cache was cleared. lisp/ChangeLog |5 + lisp/org.el|2 +- 2 files changed, 6 insertions(+), 1 deletions(-) ___ Emacs-orgmode mailing list Please use `Reply All' to send replies

[Orgmode] [PATCH] Return empty list after refile cache was cleared.

2010-05-19 Thread David Maus
--- lisp/ChangeLog |5 + lisp/org.el|2 +- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7cc28e4..01672a0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-19 David Maus dm...@ictsoc.de

[Orgmode] Bug: Invalid content in publishing cache: Printed representation of hash table [6.36trans]

2010-05-19 Thread David Maus
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.

[Orgmode] [PATCH] org.el: Create new ID property for cloned subtrees

2010-05-19 Thread David Maus
The clones of a subtree that has a ID property now get a shiny new ID, too. HTH -- David David Maus (1): Maybe create ID property in cloned subtrees. lisp/ChangeLog |2 ++ lisp/org.el| 18 ++ 2 files changed, 12 insertions(+), 8 deletions

[Orgmode] [PATCH] Maybe create ID property in cloned subtrees.

2010-05-19 Thread David Maus
--- lisp/ChangeLog |2 ++ lisp/org.el| 18 ++ 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01672a0..ec2fa36 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -2,6 +2,8 @@ * org.el

[Orgmode] [PATCH 0/2] org.el: Customize subtree cloning + remove empty property drawer after cloning

2010-05-19 Thread David Maus
First patch adds customization variable `org-clone-delete-id' that controls whether or not clones of a subtree shall inherit the ID property (with a new value), second one removes empty property drawer after cloning. Available at git://github.com/dmj/dmj-org-mode.git quickfix David Maus (3

[Orgmode] [PATCH 3/3] Remove empty property drawers in cloned subtrees.

2010-05-19 Thread David Maus
--- lisp/ChangeLog |2 ++ lisp/org.el|7 +++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba65761..7c743a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -7,6 +7,8 @@ (org-clone-delete-id): New customization

[Orgmode] [PATCH 2/3] Provide customization variable `org-clone-delete-id'.

2010-05-19 Thread David Maus
When non-nil, clones of a subtree don't inherit the ID property. Otherwise they do and it will be set to a new unique identifier. --- lisp/ChangeLog |3 +++ lisp/org.el| 16 ++-- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog

Re: [Orgmode] Bug: `org-w3m-copy-for-org-mode' fails with byte compiled Org [6.36trans]

2010-05-19 Thread David Maus
Carsten Dominik wrote: Hi David, do you have an idea to fix this, without requiring w3m during compilation? I don't Kind of: I'm going to look what the macro(s) do and see if we could do it on our own w/o the macro. A first glance looked promising. -- David -- OpenPGP...

Re: [Orgmode] [PATCH 2/3] Provide customization variable `org-clone-delete-id'.

2010-05-19 Thread David Maus
Carsten Dominik wrote: Hi David, do you have these patches on a branch? Arg, yes, of course: git://github.com/dmj/dmj-org-mode.git quickfix -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpWMIHGzWzCN.pgp Description: PGP signature

[Orgmode] [PATCH 0/2] org-id: New org-id-method uuid

2010-05-18 Thread David Maus
. the call to the program does not return a UUID) an elisp function is used to create a random (version 4) UUID. Docstrings and comments are modified accordingly. The old customization value 'uuidgen is silently accepted as an alias for 'uuid. David Maus (2): Provide function that returns a string

[Orgmode] [PATCH 1/2] Provide function that returns a string with a random (version 4) UUID.

2010-05-18 Thread David Maus
--- lisp/ChangeLog |5 + lisp/org-id.el | 24 2 files changed, 29 insertions(+), 0 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4fb3aac..fafe7db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-16 David Maus dm

[Orgmode] Re: [PATCH 0/2] org-id: New org-id-method uuid

2010-05-18 Thread David Maus
Sorry, forgot: Patches are available in git://github.com/dmj/dmj-org-mode.git org-id-uuid HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgp95la4NIttd.pgp Description: PGP signature ___

[Orgmode] [PATCH 2/2] Use new customization value for `org-id-method'.

2010-05-18 Thread David Maus
Silently accept the old value for backward compatibility. --- lisp/ChangeLog |3 +++ lisp/org-id.el | 28 2 files changed, 15 insertions(+), 16 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fafe7db..b143fbf 100644 --- a/lisp/ChangeLog +++

Re: [Orgmode] Bug involving *bold* text in second level headings

2010-05-18 Thread David Maus
Ali Tofigh wrote: i'm using org version 6.36. writing *bold* text does not work in second level headings, which is very weird since it works in all other levels (i've tried up to 60 levels...). For example try the following: * text *bold* text ** text *bold* text *** text *bold* text I can

[Orgmode] Bug: `org-w3m-copy-for-org-mode' fails with byte compiled Org [6.36trans]

2010-05-17 Thread David Maus
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] [patch] org-id: New org-id-method 'uuid' w/ elisp function that creates random uuid

2010-05-16 Thread David Maus
Carsten Dominik wrote: - `org-id-new' uses uuidgen if present and falls back to the elisp function otherwise I like that. WOuld you like to modify your patch accordingly? Yes, I'll do that. Just for the records: using the elisp function as fall back for the external program changes the

Re: [Orgmode] [patch] org-id: New org-id-method 'uuid' w/ elisp function that creates random uuid

2010-05-16 Thread David Maus
Carsten Dominik wrote: On May 16, 2010, at 11:14 AM, David Maus wrote: Carsten Dominik wrote: - `org-id-new' uses uuidgen if present and falls back to the elisp function otherwise I like that. WOuld you like to modify your patch accordingly? Yes, I'll do that. Just for the records

[Orgmode] [PATCH 2/2] Remove superfluous third argument to `org-publish-cache-set'.

2010-05-14 Thread David Maus
--- lisp/org-publish.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index c35e3f4..e77b1a0 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -939,7 +939,7 @@ and return it. (setq org-publish-cache

[Orgmode] [PATCH 1/2] Use `make-hash-table' to create hash table of org-publish-cache.

2010-05-14 Thread David Maus
--- lisp/org-publish.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-publish.el b/lisp/org-publish.el index 7a2f3c3..c35e3f4 100644 --- a/lisp/org-publish.el +++ b/lisp/org-publish.el @@ -937,7 +937,7 @@ and return it. (if cexists (load-file

Re: [Orgmode] [PATCH 0/2] org-wl: Minor bugfix and cosmetic change to meet coding style

2010-05-14 Thread David Maus
Carsten Dominik wrote: Thanks David, please check the result of my merge - but I think it went fine. Yes, everything is where it should be. VERY convenient this way! Indeed. Just discovered that I can use git rebase to update the branch org-wl to master. Regards, -- David -- OpenPGP...

Re: [Orgmode] Bug: Cloning a task also clones the unique id [6.36trans]

2010-05-14 Thread David Maus
Bernt Hansen wrote: I use unique ids for my tasks (enabling org-id in org-modules) If you clone a task with a unique id by using C-c C-x c the clone has a copy of the property drawer with the same ID. Commit b18a4f8a2b093f951fdd143b1331a135eab4e515 in git://github.com/dmj/dmj-org-mode.git

[Orgmode] Re: Bug: Cloning a task also clones the unique id [6.36trans]

2010-05-14 Thread David Maus
Bernt Hansen wrote: David Maus dm...@ictsoc.de writes: Bernt Hansen wrote: I use unique ids for my tasks (enabling org-id in org-modules) If you clone a task with a unique id by using C-c C-x c the clone has a copy of the property drawer with the same ID. Commit

[Orgmode] Re: Bug: Cloning a task also clones the unique id [6.36trans]

2010-05-14 Thread David Maus
Bernt Hansen wrote: David Maus dm...@ictsoc.de writes: Ah, yes, thanks. Deleting the property occurred on the wrong place. Fixed in 51a37ca09529e2597a863e7b7390da4409c750dc in git://github.com/dmj/dmj-org-mode.git quickfix. I'm not sure if we should delete an empty property drawer after

[Orgmode] [PATCH 2/2] Adjust indentation to meet coding style.

2010-05-12 Thread David Maus
--- lisp/org-wl.el | 65 +-- 1 files changed, 34 insertions(+), 31 deletions(-) diff --git a/lisp/org-wl.el b/lisp/org-wl.el index 3faf2ea..a5c8218 100644 --- a/lisp/org-wl.el +++ b/lisp/org-wl.el @@ -181,7 +181,8 @@ ENTITY is a message

[Orgmode] [PATCH 1/2] Don't throw error when `org-store-link' called on WL folder group.

2010-05-12 Thread David Maus
--- lisp/ChangeLog |5 + lisp/org-wl.el | 11 +-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2361328..584da7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-05-12 David Maus dm...@ictsoc.de

[Orgmode] [PATCH 0/2] org-wl: Minor bugfix and cosmetic change to meet coding style

2010-05-12 Thread David Maus
if the git magic (tm) works as expected. HTH -- David David Maus (2): Don't throw error when `org-store-link' called on WL folder group. Adjust indentation to meet coding style. lisp/ChangeLog |5 +++ lisp/org-wl.el | 76 --- 2 files

Re: [Orgmode] Error on store-link in Normal File

2010-05-08 Thread David Maus
Daniel E. Doherty wrote: All, In doing a C-c l in a normal .tex file, I get an error, similar to one I was getting earlier in dired. The dired error is fixed, but I just noticed today that I get a similar error when trying to store a link within an buffer for an open file. Attached patch

Re: [Orgmode] [patch] org-id: New org-id-method 'uuid' w/ elisp function that creates random uuid

2010-05-08 Thread David Maus
Carsten Dominik wrote: what is the difference/advantage of this idea over using uuidgen as Org does now? Well, it allows uuids without depending on the presence of the uuidgen binary. E.g. I happen to occasionally use computers I have no control of and carry my Emacs/Org configuration with me.

Re: [Orgmode] [patch] org-wl: Code cleanup and enhancements

2010-05-08 Thread David Maus
Carsten Dominik wrote: Hi David, I have applied the patch, thanks. Also, thanks for providing the ChangeLog. These never apply cleanly, because I usually have made other changes in the mean time. But it still saves me time if you provide the entires. The best way would still be to publish a

[Orgmode] [patch] org-wl: Code cleanup and enhancements

2010-05-07 Thread David Maus
Attached patch for org-wl.el contains some code cleanup and two enhancements: 1. Store and open link to Wanderlust folders. 2. Store link to Wanderlust message while visiting the message buffer. Up to now it was only possible to store a link to a message when point was in the

[Orgmode] Bug: Infinite loop when escape replace string contains escape sequence it replaces [6.35trans]

2010-05-07 Thread David Maus
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] Exporting to single LaTeX file and multiple HTML files

2010-05-07 Thread David Maus
Ulf Stegemann wrote: I'm wondering what's the best way to export a single org file to a /single/ LaTeX file but also to /multiple/ HTML files. Think of lengthy manuals and things like that where such a strategy may be sensible. What came to my mind were include commands or publishing functions

[Orgmode] [patch] org-id: New org-id-method 'uuid' w/ elisp function that creates random uuid

2010-05-07 Thread David Maus
Attached patch for org-id adds a new function `org-id-uuid' that returns a random (version 4) uuid following the format and suggestions in RFC 4122: - it collects some random, system ans user specific data - creates a md5 hash for this data to obtain the require 32 octets - flips the

Re: [Orgmode] Re: Linking Mail ?

2010-04-30 Thread David Maus
David Frascone wrote: [1 multipart/alternative (7bit)] [1.1 text/plain; ISO-8859-1 (7bit)] [1.2 text/html; ISO-8859-1 (quoted-printable)] On Thu, Apr 29, 2010 at 9:08 AM, Matt Lundin m...@imapmail.org wrote: David Frascone d...@frascone.com writes: I finally got gnus working with

Re: [Orgmode] Why does org-html.org refuse to export a table of contents when body-only is t?

2010-04-27 Thread David Maus
At Tue, 27 Apr 2010 11:55:44 +0200, Carsten Dominik wrote: On Apr 18, 2010, at 7:32 PM, Jan Böcker wrote: Hi all, I'd like to add a table of contents to a HTML export with body-only set to t (to feed into jekyll later), but org-html.el automatically disables the TOC when

Re: [Orgmode] org-mime - issues and remarks

2010-04-27 Thread David Maus
At Mon, 26 Apr 2010 10:04:12 -0600, Eric Schulte wrote: David Maus dm...@ictsoc.de writes: While skimming the source code of org-mime I noticed two severe issues with regards to the MIME specifications: - when creating an attachment for a image org-mime (still) uses the file

Re: [Orgmode] Agenda View window splits vertically

2010-04-27 Thread David Maus
At Tue, 27 Apr 2010 17:43:35 +0300, Juri Artamonov wrote: I'm newbie in emacs. Could please advice. Somehow I get my agenda view appears vertically, i.e from the right side from my org file. I open org file then press C-c a and I see Agenda Commands in the window to the right, not to the

[Orgmode] org-mime - issues and remarks

2010-04-23 Thread David Maus
While skimming the source code of org-mime I noticed two severe issues with regards to the MIME specifications: - when creating an attachment for a image org-mime (still) uses the file extension as MIME media subtype for Gnus messages. This not in compliance with RFC 2046. As mentioned

Re: [Orgmode] Newbie elisp programmer requests a pointer to backtics...

2010-04-14 Thread David Maus
Russell L. Carter wrote: I greatly prefer a pointer to the fundamental docs in lieu of an explanation here. I figured these out by mimicking working code, and they work for me. But what are these operators|delimiters actually doing? I have both the latest versions of the GNU Emacs Lisp

Re: [Orgmode] [patch] Extended link capabilities to Wanderlust messages

2010-04-13 Thread David Maus
Carsten Dominik wrote: Hi David, thanks for this! I have applied the patch. I had to apply it by hand - so please double-check. Everything is where it belongs. -- David -- OpenPGP... 0x99ADB83B5A4478E6 Jabber dmj...@jabber.org Email. dm...@ictsoc.de pgpCYs0oOWbCD.pgp Description:

Re: [Orgmode] removing timestamps from the agenda

2010-04-13 Thread David Maus
Brody, William (Buck) wrote: From the agenda, how can I remove a timestamp? I can add one with C-c C-d, or modify one with S-right, but how do I remove one? To remove a scheduled or deadline simply use a prefix: C-u C-c C-d removes the deadline, C-u C-c C-s a scheduled timestamp. HTH -- David

[Orgmode] [patch] Extended link capabilities to Wanderlust messages

2010-04-11 Thread David Maus
Hello all, Attached patch extendes Org mode's capabilities to store and open links to Wanderlust messages. The gist of the extended capabilities: - Remove filter conditions for messages in a filter folder If customization variable `org-wl-link-remove-filter' is non-nil, filter

Re: [Orgmode] [ANN] org-mime -- using orgmode to send html mail?

2010-04-09 Thread David Maus
Matt Price wrote: Just quickly -- so if I'm using wanderlust, will the resultant message still be properly formatted? This depends *entirely on recipients environment*. May be, may be not. Maybe the parts are displayed, maybe they are not:

Re: [Orgmode] bug in org-table?

2010-04-07 Thread David Maus
Carsten Dominik wrote: Hi Rainer, this works just fine for me. Works fine here, too. Using Org-mode version 6.33x shipped with GNU Emacs 24.0.50.1 (i486-pc-linux-gnu, GTK+ Version 2.18.9) of 2010-03-26 on elegiac, modified by Debian HTH -- David -- OpenPGP... 0x99ADB83B5A4478E6

Re: [Orgmode] Re: using orgmode to send html mail?

2010-04-04 Thread David Maus
Eric Schulte wrote: Alright, here are two final points summarizing my perspective. 1) Emacs is not about the paternalistic removal of potentially unsafe functionality. Emacs is about giving users as much power and choice as possible, even if that amounts to given them enough rope to hang

Re: [Orgmode] Re: using orgmode to send html mail?

2010-04-03 Thread David Maus
Eric Schulte wrote: Hi, Given the current setup, sending messages with multiple multipart sections is simply one optional way of using the `org-mime-htmlize' function. By default when `org-mime-htmlize' is called without an active region the entire message body is encoded as a single MIME

<    1   2   3   4   5   6   7   >