Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-05 Thread Michael Brand
Carsten Dominik wrote: Applied, thanks. Thank you. Looking forward to 6.35 I am watching Changes.org and have seen a typo which I think is worth to be pointed out: == --- a/ORGWEBPAGE/Changes.org +++

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-05 Thread Carsten Dominik
On Apr 5, 2010, at 8:11 AM, Michael Brand wrote: Carsten Dominik wrote: Applied, thanks. Thank you. Looking forward to 6.35 I am watching Changes.org and have seen a typo which I think is worth to be pointed out: Thanks, applied. Pheuw, I will be very glad when I get this release out

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

2010-04-05 Thread Carsten Dominik
On Apr 5, 2010, at 7:39 AM, Eric Schulte wrote: Hi, It is now possible to send HTML mail directly form an org-mode buffer. Calling `org-mime-org-buffer-htmlize' (could probably use a better name) from inside of an org-mode buffer will use `org-export-as-html' to generate HTML of the

Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-04-05 Thread Luke Amdor
Hi guys, I believe I found one little thing that this patch broke. That is linking to either a text search or heading search in a different org file. I've attached two files which illustrate this. The first file test.orgcontains a link to a heading search of * Hello in the other file ( other.org).

Re: [Orgmode] Re: [PATCH] Allow regexps in org-file-apps to capture link parameters using groups

2010-04-05 Thread Jan Böcker
On 05.04.2010 02:33, Luke Amdor wrote: Hi guys, I believe I found one little thing that this patch broke. That is linking to either a text search or heading search in a different org file. I've attached two files which illustrate this. The first file test.org http://test.org contains a link to

[Orgmode] Request for feedback about LaTeX setup changes

2010-04-05 Thread Carsten Dominik
Dear all, I need some feedback. Here is new new section from the list of changes, about the LaTeX setup. I would like to hear honest answers if I have gone completely crazy, of if this actually makes any sense. Thanks. - Carsten

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

2010-04-05 Thread Dan Davison
Hi Eric, Thanks a lot for this, I think I'll use it quite a bit. This may be specific to my setup, but in case this is useful to others, as a gnus user I had to do (setq mail-user-agent 'message-user-agent) Without altering this --- i.e. with mail-user-agent set to the default value of

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

2010-04-05 Thread Dan Davison
Hmm, perhaps I should have been a bit more careful with protecting the various special email constructs in my message. Second try: Dan Davison davi...@stats.ox.ac.uk writes: Hi Eric, Thanks a lot for this, I think I'll use it quite a bit. This may be specific to my setup, but in case this

[Orgmode] Add org-habit to org-modules

2010-04-05 Thread Nathan Neff
Is there a way to add org-habit to the org-modules list without using org-custom and without specifying all the modules at once, like this: (setq org-modules (quote (org-bbdb org-bibtex blah blah blah))) I'm looking for something like this: ;; Except this doesn't work :-) (append org-modules

[Orgmode] Re: Add org-habit to org-modules

2010-04-05 Thread Matt Lundin
Nathan Neff nathan.n...@gmail.com writes: Is there a way to add org-habit to the org-modules list without using org-custom and without specifying all the modules at once, like this: (setq org-modules (quote (org-bbdb org-bibtex blah blah blah))) I'm looking for something like this: ;;

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

2010-04-05 Thread Eric Schulte
Carsten Dominik carsten.domi...@gmail.com writes: On Apr 5, 2010, at 7:39 AM, Eric Schulte wrote: Hi, It is now possible to send HTML mail directly form an org-mode buffer. Calling `org-mime-org-buffer-htmlize' (could probably use a better name) from inside of an org-mode buffer will use

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

2010-04-05 Thread Eric Schulte
It's certainly true that email clients can be particular about how they display HTML. One possible fix for issues like these is to use the `org-mime-html-hook' hook and the `org-mime-change-element-style' function for forcing inline css into the misbehaving elements. Best -- Eric Dan Davison

Re: [Orgmode] Add org-habit to org-modules

2010-04-05 Thread Nick Dokos
Nathan Neff nathan.n...@gmail.com wrote: Is there a way to add org-habit to the org-modules list without using org-custom and without specifying all the modules at once, like this: (setq org-modules (quote (org-bbdb org-bibtex blah blah blah))) I'm looking for something like this: ;;

Re: [Orgmode] Add org-habit to org-modules

2010-04-05 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: ... It might be better to use the add-to-list function instead though because it checks if the element is already in the list and only adds it if it is not - not that this function *does* modify its argument so you Bah, humbug: ^^^ This should be

Re: [Orgmode] Re: Can't import a remote reference to a whole column in orgtbl

2010-04-05 Thread Michael Brand
Carsten Dominik wrote: Sometimes I would like to rewrite the entire table editior for more structural clarity in the sode, so that it would be easier to implement more fancy stuff :-) Possibly one of these fancy things: Some time ago I thought about transposing a table. But only now I

Re: [Orgmode] Request for feedback about LaTeX setup changes

2010-04-05 Thread Mark Elston
Carsten, I, for one, like this writeup. It is very clear concerning the ins and outs of the new setup. Of course, I paid attention to all the other discussion on this topic so I may be somewhat biased. It only *sounds* complicated when you see it all laid out like you have it below. It breaks

[Orgmode] Re: Add org-habit to org-modules

2010-04-05 Thread Nathan Neff
On Mon, Apr 5, 2010 at 10:30 AM, Matt Lundin m...@imapmail.org wrote: Nathan Neff nathan.n...@gmail.com writes: Is there a way to add org-habit to the org-modules list without using org-custom and without specifying all the modules at once, like this: (setq org-modules (quote

[Orgmode] Updated patches for linking to notmuch mail from org

2010-04-05 Thread David Bremner
I'm happy to report that my patches for org-mode to support linking to notmuch mail are usable with the current master branch of notmuch (as of a few hours ago). These have been tested for a while, but I think only by me. I find them incredibly useful (well, I found the links to Wanderlust very

[Orgmode] [PATCH 1/2] Initial version of link support for the notmuch mail system.

2010-04-05 Thread David Bremner
It requires a version of notmuch from git after April 5 2010. The code here is based on org-wl.el. One thing to note is that links to threads are faked as a collection of message ids. This is because notmuch thread-ids are currently not stable between dump/restore of the database. ---

[Orgmode] [PATCH 2/2] Add org-notmuch.el to Makefile and to org-modules.

2010-04-05 Thread David Bremner
--- Makefile|1 + lisp/org.el |3 ++- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index 18b37d3..177139f 100644 --- a/Makefile +++ b/Makefile @@ -99,6 +99,7 @@ LISPF = org.el \ org-mhe.el \