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
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,
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,
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
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>__
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
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
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
>>
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- ...)) (
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
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
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
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
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.
>
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
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
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
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
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
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
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
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
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
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
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
25 matches
Mail list logo