After some off-list exchange, this bug is fixed.
- Carsten
On Jan 31, 2009, at 2:11 PM, Dan Griswold wrote:
Hello all,
I don't know where to begin diagnosing this, so please forgive me for
not having more information.
As of 6.20c at least (perhaps further back), whenever I call up an
agenda
Carsten Dominik writes:
> Hi Dan,
>
> If you want to help, the way to do it is to construct a minimal
> example, a testfile with minimal Org customization that can reliably
> reproduce this problem. I am sure that I can then easily find the
> bug and resolve it.
>
> - Carsten
Thank you, Carste
Hi Carsten,
On 2009-01-29 09:49:21(+0100), Carsten Dominik wrote:
> So here is my question to all of you. Could you, in reply to this
> message, list all the Org-related variables that you have customized,
> along with the values you used?
Here are my org settings, with commentary. I've included
Hi Tom,
On 2009-01-31 13:36:20(-0500), Tom Breton (Tehom) wrote:
> > Also, I am interested in the testing environment, and what
> > you made here may end up to be enough to establish a testing
> > framework for Org-mode.
>
> > If it turns out to be like this, maybe you can make a tutorial
> > on t
Hi,
wow, what a treat to read all those customizations everyone has made!
This has been extremely interesting for me, reminded me of some
customizations I had forgotten, and re-inforced the idea that
lots of variables is a good thing.
while Manish is digging through and organizing the
customiza
Hi --
I'm eager to use the TODO dependencies feature, but I can't make it
work. In my usual set-up, I (think I) have it set up correctly. (C-h
C-v indicates that org-enforce-todo-dependencies is set to t.) However,
the dependency simply isn't enforced. Nor is the "ordered" dependency
enforced.
I
On Feb 1, 2009, at 6:14 PM, John Rakestraw wrote:
Hi --
I'm eager to use the TODO dependencies feature, but I can't make it
work. In my usual set-up, I (think I) have it set up correctly. (C-h
C-v indicates that org-enforce-todo-dependencies is set to t.)
However,
the dependency simply isn'
Hi Carsten --
On Sun, 1 Feb 2009 18:21:49 +0100
Carsten Dominik wrote:
> What is the value of org-blocker-hook?
In the minimal configuration:
(org-block-todo-from-checkboxes
org-block-todo-from-children-or-siblings)
In my usual configuration, its value is nil.
--John
__
A clarification re this part of my initial message:
> 2. If I start emacs/org-mode with a minimal configuration, open
> this file, then delete the header line beginning "#+SEQ_TODO"
> and refresh the settings, dependencies work.
This is misleading. I realized that depende
On Feb 1, 2009, at 6:45 PM, John Rakestraw wrote:
A clarification re this part of my initial message:
2. If I start emacs/org-mode with a minimal configuration, open
this file, then delete the header line beginning "#+SEQ_TODO"
and refresh the settings, dependencies work.
I am not redefining org-expiry-handler-function in my .emacs, but my
calls to org-expiry-process-entry result in the following:
Symbol's function definition is void: org-expiry-handler-function
I find that the following patch fixes it for me:
--- contrib.orig/org-expiry.el 2009-01-26 09:0
On Sun, 1 Feb 2009 19:03:46 +0100
Carsten Dominik wrote:
> > This is misleading. I realized that dependencies *do* work
> > consistently
> > in the minimal configuration. With the header line in the test
> > file, I can change the main task from TODO to STARTED (or to any of
> > the other non-d
On Feb 1, 2009, at 7:23 PM, John Rakestraw wrote:
On Sun, 1 Feb 2009 19:03:46 +0100
Carsten Dominik wrote:
This is misleading. I realized that dependencies *do* work
consistently
in the minimal configuration. With the header line in the test
file, I can change the main task from TODO to STAR
In fact, we need a FAQ about this issue:
Several variables in Org must already be set a load time.
This is one of the reasons why you should not use (require 'org)
in your setup, but better only (require 'org-install).
However, org.el will also get loaded when you require some
other org-... file
Hi Carsten --
Thanks for the troubleshooting, and thanks also for this write-up. In
particular ---
> However, org.el will also get loaded when you require some
> other org-... file, for example an add-on from the contrib
> directory.
I was setting the variables before (require 'org-install), but
I noticed today that, at least in my set-up, setting these variables
this way:
(setq org-agenda-dim-blocked-tasks 'invisible)
(setq org-enforce-todo-checkbox-dependencies t)
means that a TODO task with checkboxes doesn't get included in the
agenda. However, the sub-tasks in the checkbox list don'
The csv and tsv table exporters are currently including the
'narrow columns' width specifiers. They are also appearing in the html
export. I think they should be excluded, but I'm not sure what the
best strategy is.
It seems to me that if a row contains only width specifiers, then that
row should
Hi,
When I change the default font to a custom font (such as Calibri or Arial),
the tables seem to get messed up. For instance, if I have a table where I
have forced a column to a width of 40 that has an entry greater than 40
characters, it will correctly clip the entry and display the full item w
Hello,
without redefining org-expiry-handler-function in my .emacs, all my
calls to org-expiry-process-entry result in the following:
Symbol's function definition is void: org-expiry-handler-function
I find that the following patch fixes it for me:
==
Ryan writes:
> When I change the default font to a custom font (such as Calibri or Arial),
> the tables seem to get messed up.
Calibri and Arial are sans-serif (i.e., not monospaced) fonts. Tables in
these fonts will not align, since the space between characters varies.
>
> I'm going to supp
Wow, thanks to Manish for a hard job well done.
Now is the time for data mining! Enjoy!
- Carsten
On Feb 1, 2009, at 9:55 PM, Manish wrote:
On Fri, Jan 30, 2009 at 2:46 PM, Carsten Dominik wrote:
[snip: table formula help (22 lines)]
Anyhow, I will try and add additional results to the dat
Hi,
On Mon, Feb 2, 2009 at 5:57 AM, Matthew Lundin wrote:
>
> Ryan writes:
>
>> When I change the default font to a custom font (such as Calibri or Arial),
>> the tables seem to get messed up.
>
> Calibri and Arial are sans-serif (i.e., not monospaced) fonts. Tables in
> these fonts will not ali
Carsten Dominik writes:
> In fact, we need a FAQ about this issue:
>
> Several variables in Org must already be set a load time.
> This is one of the reasons why you should not use (require 'org)
> in your setup, but better only (require 'org-install).
>
> However, org.el will also get loaded whe
23 matches
Mail list logo