Re: [Orgmode] Re: OrgmodeOrgmodePOLL: Change of keys to move agenda through time

2009-08-25 Thread Dale Smith
Wes Hardaker wjhns...@hardakers.net writes: On Tue, 25 Aug 2009 08:30:51 -0700, Wes Hardaker wjhns...@hardakers.net said: On Tue, 25 Aug 2009 11:12:16 +0200, Carsten Dominik carsten.domi...@gmail.com said: CD 1. Make the cursor keys LEFT and RIGHT do normal cursor motion again WH +1. I

[Orgmode] icalendar importing

2009-01-30 Thread Dale Smith
Howdy list, My company recently moved to an exchange server (ugh!) and so now i've been getting icalendar meeting requests. I have icalendar-import-buffer in my gnus-article-prepare-hook, and that works well enough to add things to my diary. Diary entries show up im my appointemts, so that's

[Orgmode] Re: C-a and C-e in org-mode

2009-02-03 Thread Dale Smith
Ken Harris kengru...@gmail.com writes: On my keyboard layout, I can hit all of C-u, C-a, C-e, C-p, C-k, and C-y with my left hand, so I can a whole lot of simple navigation editing without putting down the mouse (or mousing back over to my emacs window). Wow. Big hands! -Dlae -- Dale P.

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Dale Smith
Baoqiu Cui cbao...@yahoo.com writes: The only thing that is missing (at least to me) in current Org-mode is the exporter for DocBook format. There is quite a bit of similarity between org and muse formats. I've found that I can edit .muse files in org-mode and stiil publish to docbook.

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-03 Thread Dale Smith
Sebastian Rose sebastian_r...@gmx.de writes: The LaTeX and XHTML export (which, by the way, could be transformed just as good as docbook) work and are widely used. I'm not sure sure. I think docbook is much more content oriented than LaTeX and xhtml, which seem to be more presentation

[Orgmode] Re: DocBook exporter for Org-mode

2009-03-05 Thread Dale Smith
Sebastian Rose sebastian_r...@gmx.de writes: Gour g...@mail.inet.hr writes: Otoh, number of tags in DocBook is overwhelming and, imgo, way too distracting for most documentation tasks, at least, for *my* use-cases. It is, and that's exactly why the DocBook export is such a great thing.

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-12 Thread Dale Smith
Baoqiu Cui cbao...@yahoo.com writes: I just posted the code for DocBook exporter to Google Code. I've been enjoying this docbook exporter for sveral days now. Thanks Baoqiu! Somthing that muse has that I'd really like to see in org is some way to insert raw docbook into the exported output.

[Orgmode] Re: DocBook exporter code (version 1.0)

2009-03-13 Thread Dale Smith
Carsten Dominik domi...@science.uva.nl writes: On Mar 13, 2009, at 3:05 AM, Baoqiu Cui wrote: Baoqiu Cui cbao...@yahoo.com writes: Dale Smith da...@vxitech.com writes: Somthing that muse has that I'd really like to see in org is some way to insert raw docbook into the exported output

[Orgmode] ditaa and dot blocks with docbook export

2009-05-09 Thread Dale Smith
Cui. -Dale From 0c534df7af71e0a742a7123a14e0293da9f0e4c6 Mon Sep 17 00:00:00 2001 From: Dale Smith da...@flexo.cle.vtiinstruments.lcl Date: Fri, 8 May 2009 10:54:49 -0400 Subject: [PATCH] Add support for docbook export for dot and ditaa blocks. --- contrib/lisp/org-exp-blocks.el |4 ++-- 1

[Orgmode] Commas in {{date(FORMAT)}}}

2009-05-14 Thread Dale Smith
I'm confused about the value of FORMAT in {{{date(FORMAT)}}}. I wanted to use %B %e, %Y, but I have two problems. With the quotes, I get an eval: End of file during parsing message. Without the quotes, processing stops at the comma, expanding to May 14 instead of May 14, 2009. Thanks, -Dale

Re: [Orgmode] Commas in {{date(FORMAT)}}}

2009-05-15 Thread Dale Smith
Dale Smith dsm...@vtiinstruments.com writes: I'm confused about the value of FORMAT in {{{date(FORMAT)}}}. I wanted to use %B %e, %Y, but I have two problems. With the quotes, I get an eval: End of file during parsing message. Without the quotes, processing stops at the comma, expanding

Re: [Orgmode] Commas in {{date(FORMAT)}}}

2009-05-18 Thread Dale Smith
Carsten Dominik carsten.domi...@gmail.com writes: On May 14, 2009, at 11:03 PM, Dale Smith wrote: I'm confused about the value of FORMAT in {{{date(FORMAT)}}}. I wanted to use %B %e, %Y, but I have two problems. With the quotes, I get an eval: End of file during parsing message

[Orgmode] {{{macro}}} expansion not working properly for docbook export

2009-05-19 Thread Dale Smith
{{{maxro}}} expansion does not happen for docbook export until an html export is done. After that, macros seems to be expanded properly for docbook export. Thanks! -Dale -- Dale P. Smith da...@vtiinstruments.com 216-447-4059 x2018 216-447-8951 FAX (Company mandated disclaimer follows...)

Re: [Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Dale Smith
Baoqiu Cui cbao...@yahoo.com writes: Thanks for reporting this bug. For some reason I missed the coverage of macro support in DocBook exporter, and the bug was caused by an optimization that I thought I did in the code... Variable org-export-opt-plist should have been set but it was not in

Re: [Orgmode] Re: {{{macro}}} expansion not working properly for docbook export

2009-05-20 Thread Dale Smith
Baoqiu Cui cbao...@yahoo.com writes: This bug may be related to another I noticed. I don't yet have a clear picture yet of what is (not) going on. Basically, the time reported by modification time was just plain wrong. By over a day. And I *know* I just saved the file. I'm guessing now

[Orgmode] Custom docbook stylesheets.

2009-05-26 Thread Dale Smith
Greetings List, I was suprised an pleased to discover that the docbook exporter has the ability to apply the stylesheets to transform to fo and to also process that to pdf. Somehing I'd like to see is a document specific way to specify the stylesheet. I tried setting

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-05-28 Thread Dale Smith
Carsten Dominik carsten.domi...@gmail.com writes: Thanks for the suggestion, Carsten! It's a little hard for me to decide which way is better to specify the stylesheet: #+XSLT or Local Variables:. Maybe #+XSLT is better? I don't see many local variables being used in Org mode...

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-06-22 Thread Dale Smith
Baoqiu Cui cbao...@yahoo.com writes: The current org-export-docbook-xslt-proc-command is a format string, with a fixed order of arguments (the fo filename and then the input docbook filname). Thats probably good enough for most (all?) xslt processors, but things may be more limited when it

Re: [Orgmode] Re: Custom docbook stylesheets.

2009-06-22 Thread Dale Smith
Dale Smith dsm...@vtiinstruments.com writes: The current org-export-docbook-xslt-proc-command is a format string, with a fixed order of arguments (the fo filename and then the input docbook filname). Thats probably good enough for most (all?) xslt processors, but things may be more limited

[Orgmode] Re: Org-mode version 5.01

2007-07-03 Thread Dale Smith
Carsten Dominik [EMAIL PROTECTED] writes: I am releasing Org-mode 5.01. It is available at my website http://www.astro.uva.nl/~dominik/Tools/org and also through Emacs CVS. I am pretty excited about this release, a new major version. Wow! What a lot of new functionality. I can

[Orgmode] Linux Journal

2007-11-07 Thread Dale Smith
I didn't see this here yet. Sorry if I'm being redundant. (again?) I just noticed there is an article on org-mode in the December Linux Journal by Abhijeet Chavan. Yaayy. Nice job, Abhijeet. -Dale -- Dale P. Smith [EMAIL PROTECTED] 216-447-4059 216-447-8951 FAX

[Orgmode] Re: Linux Journal

2007-11-08 Thread Dale Smith
Bastien [EMAIL PROTECTED] writes: Dale Smith [EMAIL PROTECTED] writes: I just noticed there is an article on org-mode in the December Linux Journal by Abhijeet Chavan. Great. Any chance that people in this list could read it *somewhere*, even if not Linux Journal subscribers? I'm

[Orgmode] Re: Feature request: Highlight the agenda line with the cursor on it

2008-08-13 Thread Dale Smith
Rob Weir [EMAIL PROTECTED] writes: On 13 Aug 2008, Robert Miesen wrote: I've noticed that as I go through tasks listed in my agenda, it's very easy to select and operate on the wrong task because it's too easy to loose track of what task I am operating on. If the entire task line entry were