[Orgmode] Creating a "multi-state checkbox"

2010-04-05 Thread Chad Birch
Hello, I'm fairly new to org-mode (but loving it so far), so my apologies if this is something that's been discussed before, I had no luck finding a similar topic in the mailing list or docs. I've been using nested checkboxes to set up lists of tasks I need to perform, because I really like being

Re: [Orgmode] Align column of table to the center

2010-04-05 Thread Carsten Dominik
On Mar 30, 2010, at 6:55 PM, filebat Mark wrote: Hi All From the following page, we can align column to the left/right by putting / at the header of a table. http://orgmode.org/manual/Column-width-and-alignment.html#Column-width-and-alignment My question is how we align a column to the cen

Re: [Orgmode] .ics export w/Alarms. Possible?

2010-04-05 Thread Carsten Dominik
On Mar 31, 2010, at 10:34 PM, David A. Gershman wrote: Hello, I was wondering if there was a feature in OrgMode to provide 'VALARM's when exporting to .ics? A sample event created, for example, in Sunbird generated this code: BEGIN:VALARM TRIGGER;VALUE=DURATION:-PT5M DESCRIPTION:Mozilla

Re: [Orgmode] Exporting of sexps to iCalendar

2010-04-05 Thread Carsten Dominik
On Mar 31, 2010, at 11:34 PM, Max wrote: Hi, I am using MobileOrg to carry my Org-Mode files with me while being away from Emacs. MobileOrg works excellent for my task management and note taking needs. However, I often need to find a free slot in my calendar or need to get an overview of up

Re: [Orgmode] org-reverse-note-order and date-tree

2010-04-05 Thread Carsten Dominik
On Apr 2, 2010, at 8:55 AM, Evan wrote: It seems that the org-reverse-note-order has no effects on the following remember template ("Diary" ?d "* %U\n %?\n %i\n %a" "daily_notes/diary.org" date-tree) Is this a feature? You might call it an incompleteness of the implementation. I

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

2010-04-05 Thread Carsten Dominik
Hi Michael, this is neat, but still kind of hard to do, because you have to put all these formulas there by hand. I am skipping this for the manual - maybe you'd like to put this into org-hacks, or into the FAQ on Worg? Thanks. Also: On Apr 5, 2010, at 8:26 PM, Michael Brand wrote: -..

[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 \

[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. --- lisp/org-no

[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 us

[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 wrote: > Nathan Neff 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

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

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 realize

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

2010-04-05 Thread Nick Dokos
Nick Dokos 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 "note that..." >

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

2010-04-05 Thread Nick Dokos
Nathan Neff 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: > ;; Except this does

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 wr

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

2010-04-05 Thread Eric Schulte
Carsten Dominik 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 `org-expo

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

2010-04-05 Thread Matt Lundin
Nathan Neff 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: > ;; Except this doesn

[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 (l

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 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 is useful to others

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

2010-04-05 Thread David Maus
Dan Davison wrote: >I noticed one small bug, but perhaps it's an org-mode bug? When I use >org-mime-org-buffer-htmlize on this >, >| *** Tasks >| - [ ] Check Popen.returncode of python system calls >` >I get the following, which renders as a checkbox with an X, whereas my >checkbox wa

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 'sendmai

[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] 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 12:07, Jan Böcker wrote: > 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 fil

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 contains a li