Applied, thanks.
- Carsten
On Aug 6, 2009, at 12:26 AM, Christopher Suckling wrote:
Best wishes,
Christopher
diff --git a/contrib/lisp/org-checklist.el b/contrib/lisp/org-
checklist.el
index 63daf3e..657c6e1 100644
--- a/contrib/lisp/org-checklist.el
+++ b/contrib/lisp/org-checklist.el
@@
Carsten Dominik writes:
> Hi,
>
> I believe the issue is now fixed, please verify.
>
> - Carsten
It is! Outstanding! Thank you.
Dan
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://li
Carsten, Nick,
I finally could solve the issue. I got confused by what I consider are two
typos in the mails, I was mislead by 'filed formula' which I thought was
something new to me, when it was really a simple 'field formula'. Moreover,
column formulas (as the docs say, since I checked) start li
Best wishes,
Christopher
diff --git a/contrib/lisp/org-checklist.el b/contrib/lisp/org-checklist.el
index 63daf3e..657c6e1 100644
--- a/contrib/lisp/org-checklist.el
+++ b/contrib/lisp/org-checklist.el
@@ -95,7 +95,7 @@ of checkbox items"
(t t)
(nil (y
Bernt Hansen norang.ca> writes:
> > 1) When I hit tab on the last item in a list, everything until the
> >next heading is folded under that item. Is this expected behavior,
> >and is there a way to turn it off?
>
> (setq org-cycle-include-plain-lists nil) maybe?
Thanks. That works.
>
>
RC writes:
> I have a couple of questions about lists in org-mode and exporting to
> latex. I have attached a example file that illustrates this
> behavior.
> 1) When I hit tab on the last item in a list, everything until the
>next heading is folded under that item. Is this expected behavio
Hi,
I believe the issue is now fixed, please verify.
- Carsten
On Jul 30, 2009, at 2:51 AM, Dan Griswold wrote:
Hi there,
Well, I think this a bug.
Given this org input file:
,
| * Things
| ** A Heading
|- some
|- stuff
|- in
|- a
|- list
| ** Another heading
|-
Hi,
I have a couple of questions about lists in org-mode and exporting to latex.
I have attached a example file that illustrates this behavior.
1) When I hit tab on the last item in a list, everything until the next heading
is folded under that item. Is this expected behavior, and is there a way t
OK, done. Thanks.
- Carsten
On Aug 5, 2009, at 5:51 PM, Hsiu-Khuern Tang wrote:
* On Wed 03:13PM +, 05 Aug 2009, Carsten Dominik (carsten.domi...@gmail.com
) wrote:
Actually, I have no idea, this was copied from latex2png.el.
If you remove the -E, does it still work?
It works with and
Carsten Dominik writes:
>> The error is the following :
>>
>> org-do-emphasis-faces: Wrong type argument: integer-or-marker-p, nil
>
> I am unable to reproduce this bug.
>
> I do see that the table alignment is not correct when emphasis
> markers are hidden, but this is too hard to fix.
>
>>
>>
* On Wed 03:13PM +, 05 Aug 2009, Carsten Dominik
(carsten.domi...@gmail.com) wrote:
> Actually, I have no idea, this was copied from latex2png.el.
>
> If you remove the -E, does it still work?
It works with and without the -E. dvipng appears to discard invalid options
(with a warning). The
Noorul Islam K M writes:
> Please take a look at the below org file. Initially I created the TODO
> item and then clocked in and out. Then inserted a note. Followed by some
> clock ins and outs. Everything is organized from top to bottom as we
> enter items. Earlier I remember the clock entries
Actually, I have no idea, this was copied from latex2png.el.
If you remove the -E, does it still work?
- Carsten
On Aug 5, 2009, at 3:15 AM, Hsiu-Khuern Tang wrote:
Hi all,
In org.el, dvipng is called with the -E option, but I can't find out
what this
option does. If I call dvipng -E ...
Hi,
Please take a look at the below org file. Initially I created the TODO
item and then clocked in and out. Then inserted a note. Followed by some
clock ins and outs. Everything is organized from top to bottom as we
enter items. Earlier I remember the clock entries were grouped and
always appea
Samuel Wales writes:
> Hi Carsten,
>
> On 2009-08-02, Carsten Dominik wrote:
>> If you mark some headlines (for example you remember targets)
>> with a tag like "r", you could make yourself a restricted
>> refile command like this:
>>
>> (defun my-org-restricted-refile ()
>>(interactive)
>>
Carsten Dominik writes:
> On Aug 5, 2009, at 1:06 AM, Sebastian Rose wrote:
>
>>
>>
>> In my org-setup, I want to have something like this:
>>
>> (defun sr-org-id-insert-maybe ()
>>(if (y-or-n-p "Create a unique ID for this section?")
>> (org-id-get-create)))
>>
>> (org-insert-heading-
Hi,
El dt, ago 04 2009 a les 23:15, Carsten Dominik va escriure:
> General mechanism for local variable settings
> ==
> …
>
> A line like:
>
> #+BIND: variable value
>
>
> will bind the variable to value. For example, the line
> …
1. That's very us
Fixed, thanks.
- Carsten
On Aug 5, 2009, at 7:39 AM, Chris Mann wrote:
Carsten Dominik writes:
could you please do the following:
- Run Emacs with a minimal configuration
- Make me a test file that will let me reproduce the bug if possible.
Hello Carsten,
I've also been experiencing th
Ouch,
I *did* find a big bug there, so I hope this problem will disappear now,
one you have upgraded to the latest git version...
- Carsten
On Aug 3, 2009, at 8:33 PM, Michael Gilbert wrote:
Hi --
I have more information on this error. I think I've traced it down
to whether the command is
Hi Chris,
On Aug 5, 2009, at 7:39 AM, Chris Mann wrote:
Carsten Dominik writes:
could you please do the following:
- Run Emacs with a minimal configuration
- Make me a test file that will let me reproduce the bug if possible.
Hello Carsten,
I've also been experiencing this behaviour lat
On Aug 4, 2009, at 4:08 PM, Vedang wrote:
Hi All,
I'm facing a small annoyance. I like to use priorities on my tasks,
for sorting them in agenda view. So I have something like this:
* TODO [#A] Big task 1
** WORKING subtask
** TODO subtask
...
* TODO [#A] Big Task 2
...
so on.
Agenda mod
On Aug 4, 2009, at 2:44 PM, Eric S Fraga wrote:
At Mon, 3 Aug 2009 15:31:55 -0700,
Samuel Wales wrote:
It gives me an idea for remember. For consistency, we can
optionally make remember use restricted refile as you
propose above.
The way it would work is this. A template can optionally
spec
22 matches
Mail list logo