Re: [Orgmode] underscores in img names

2008-11-16 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 16, 2008, at 10:34 PM, Richard Riley wrote: has something changed in link publishing? [[file:../images/ecb.png][file:../images/ecbs.png]] this gives a text link as opposed to an image. I havent published for a while so it might have been so for a while. L

Re: [Orgmode] Better links to usenet articles

2008-11-16 Thread Carsten Dominik
On Nov 16, 2008, at 10:41 PM, Tassilo Horn wrote: Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, is there no way to do this without having to show the headers? Seems to be unnecessary overhead... I'm not sure. Could you please point me to the location where org creates the link,

[Orgmode] Org-mode version number

2008-11-16 Thread Carsten Dominik
Hi, I want to clarify the version numbers I am using for org-mode. Some of this system was used already in the past, but in the future I will implement it more rigorously: Major releases have version numbers like 6.12. Small cleanup-releases quickly after a major release will be 6.12a,

Re: [Orgmode] ido's flex matching in org-refile

2008-11-16 Thread Carsten Dominik
Hi, I have applied Erics patch, with two changes: 1. There is an additonal option you need to set: `org-completion-use-ido'. 2. For a test period, each prompt using ido completion will be prefixed with "i:", so that we can easily identify areas where using ido's completion may not work

Re: [Orgmode] [PATCH] Added support for as a time specification in tag maching engine, and fixed .

2008-11-16 Thread Carsten Dominik
Hi Piotr, how nice to hear from you and to find out that you are still around, using Org-mode. I have applied your patch, thanks. - Carsten On Nov 16, 2008, at 11:10 PM, Piotr Zielinski wrote: <0006-Added-support-for-tomorrow-as-a-time- specification.patch>__

Re: [Orgmode] (1- nil) because of nil previous-single-property-change

2008-11-16 Thread Carsten Dominik
Fixed, thanks for the analysis. - Carsten On Nov 17, 2008, at 2:23 AM, Daniel Clemente wrote: In org 6.12a from 15-11-2008 I got this error when exporting a file to HTML (using htmlize): Debugger entered--Lisp error: (wrong-type-argument number-or-marker- p nil) 1-(nil) (max (point-m

Re: [Orgmode] (require 'htmlize) in org-exp should have NOERROR set

2008-11-16 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 17, 2008, at 1:25 AM, Daniel Clemente wrote: With org-mode 6.12a from Emacs 23 of 15-11-2008, I get the error (file-error "Cannot open load file" "htmlize") when exporting to HTML this file: #+BEGIN_SRC emacs-lisp ; bep (beep) #+END_SRC The p

[Orgmode] Re: ido's flex matching in org-refile

2008-11-16 Thread Eric Schulte
Bernt Hansen <[EMAIL PROTECTED]> writes: > Carsten Dominik <[EMAIL PROTECTED]> writes: > >> Hi Eric, this is very nice, but the changes also contain a whole >> mountain of changes where only the initial whitespace of lines is >> changed. This makes it very har to see what really is the core of >>

[Orgmode] (1- nil) because of nil previous-single-property-change

2008-11-16 Thread Daniel Clemente
In org 6.12a from 15-11-2008 I got this error when exporting a file to HTML (using htmlize): Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) 1-(nil) (max (point-min) (1- (previous-single-property-change ... ...))) (get-text-property (max (point-min) (1- ...)) (

[Orgmode] (require 'htmlize) in org-exp should have NOERROR set

2008-11-16 Thread Daniel Clemente
With org-mode 6.12a from Emacs 23 of 15-11-2008, I get the error (file-error "Cannot open load file" "htmlize") when exporting to HTML this file: #+BEGIN_SRC emacs-lisp ; bep (beep) #+END_SRC The problem seems to be in org-export-format-source-code (org-exp.el): ;; We

Re: [Orgmode] index-title in org-publish

2008-11-16 Thread Matthew Lundin
Carsten Dominik <[EMAIL PROTECTED]> writes: > On Nov 16, 2008, at 5:51 PM, Matthew Lundin wrote: > >> >> Carsten, >> >> Thanks so much for fixing the open buffer problem with auto-index was >> turned on in org-publish. All buffers now close properly after >> publishing. >> >> There is a new behavi

[Orgmode] [PATCH] Added org-test.el that contains some unit tests.

2008-11-16 Thread Piotr Zielinski
This is file is really provisional to get us started with unit tests. It tests some changes made recently by me, and exposes a bug org-make-tags-matcher. Please feel free to rewrite/reorganize it, and port it to a unit test framework when we decide which one to use. Piotr From 244885b51f6c85e4a3

[Orgmode] [PATCH] Added support for as a time specification in tag maching engine, and fixed .

2008-11-16 Thread Piotr Zielinski
From a5aa4cceb272185eb05c858a042a2b2a2991c095 Mon Sep 17 00:00:00 2001 From: Piotr Zielinski <[EMAIL PROTECTED]> Date: Sun, 16 Nov 2008 20:27:30 + Subject: [PATCH] Added support for as a time specification in tag maching engine, and fixed . --- lisp/org.el | 11 --- 1 files changed

[Orgmode] Re: ido's flex matching in org-refile

2008-11-16 Thread Bernt Hansen
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Eric, this is very nice, but the changes also contain a whole > mountain of changes where only the initial whitespace of lines is > changed. This makes it very har to see what really is the core of > this patch and makes me hesitate to apply it. >

Re: [Orgmode] Better links to usenet articles

2008-11-16 Thread Tassilo Horn
Carsten Dominik <[EMAIL PROTECTED]> writes: Hi Carsten, > is there no way to do this without having to show the headers? Seems > to be unnecessary overhead... I'm not sure. Could you please point me to the location where org creates the link, then I'll try to figure it out. > Sorry for being

[Orgmode] underscores in img names

2008-11-16 Thread Richard Riley
has something changed in link publishing? [[file:../images/ecb.png][file:../images/ecbs.png]] this gives a text link as opposed to an image. I havent published for a while so it might have been so for a while. Looking at the html generated its of the form: I know the file is there. It see

Re: [Orgmode] Better links to usenet articles

2008-11-16 Thread Carsten Dominik
Hi Tassilo, is there no way to do this without having to show the headers? Seems to be unnecessary overhead... Sorry for being picky, thanks for looking into this. - Carsten On Nov 14, 2008, at 10:09 AM, Tassilo Horn wrote: Tassilo Horn <[EMAIL PROTECTED]> writes: Ups, please correct that

Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-16 Thread Carsten Dominik
On Nov 13, 2008, at 5:36 PM, Matthew Lundin wrote: Question about org-export: I'd like to create invisible radio targets to html anchor links using org-export. E.g., # <> should become Currently, however, there are a couple of behaviors of org-exp.el that make this difficult. 1) Org-ex

[Orgmode] org and taskjuggler

2008-11-16 Thread Shelagh Manton
I am enrolled in a course that teaches methods of project administration and I'm using org for my personal notes. One of the set tasks for the project scenario is to produce a Gantt chart. It can be simply a spreadsheet or something from a program like planner or msproject. I vaguely remember a

Re: [Orgmode] Anchors/targets in org-export/publish

2008-11-16 Thread Carsten Dominik
On Nov 13, 2008, at 5:36 PM, Matthew Lundin wrote: Question about org-export: I'd like to create invisible radio targets to html anchor links using org-export. E.g., # <> should become Currently, however, there are a couple of behaviors of org-exp.el that make this difficult. 1) Org-ex

Re: [Orgmode] ido's flex matching in org-refile

2008-11-16 Thread Carsten Dominik
Hi Eric, this is very nice, but the changes also contain a whole mountain of changes where only the initial whitespace of lines is changed. This makes it very har to see what really is the core of this patch and makes me hesitate to apply it. Can this be avoided somehow? Bernt? - Carst

Re: [Orgmode] ido's flex matching in org-refile

2008-11-16 Thread Eric Schulte
Carsten Dominik <[EMAIL PROTECTED]> writes: > Hi Sam, > > if you get this to wrok correctly with outline-path-completion, > that would make me consider to put in some time to make Org more > ido compatible. > > - Carsten > Hi, I tried changing completing-reads in org-mode so that they will use i

Re: [Orgmode] Bug Report - org-edit-special eats the first newline

2008-11-16 Thread Carsten Dominik
Fixed, thanks. - Carsten On Nov 14, 2008, at 5:17 PM, Bernt Hansen wrote: Hi Carsten, This is really minor but I ran into it using C-c ' when playing with Eric's ditaa export code. ,[ test.org ] | * TODO Testing | | | | ` If you put the point on the blank line between

Re: [Orgmode] index-title in org-publish

2008-11-16 Thread Carsten Dominik
On Nov 16, 2008, at 5:51 PM, Matthew Lundin wrote: Carsten, Thanks so much for fixing the open buffer problem with auto-index was turned on in org-publish. All buffers now close properly after publishing. There is a new behavior in auto-index with 6.12. The index-title now is written in the

[Orgmode] index-title in org-publish

2008-11-16 Thread Matthew Lundin
Carsten, Thanks so much for fixing the open buffer problem with auto-index was turned on in org-publish. All buffers now close properly after publishing. There is a new behavior in auto-index with 6.12. The index-title now is written in the index-file as a heading, rather than the first line of