Re: [Orgmode] Tiny bugfix for org-checklist.el

2009-08-05 Thread Carsten Dominik
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 @@

Re: [Orgmode] LaTeX export bug

2009-08-05 Thread Dan Griswold
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

Re: [Orgmode] formula

2009-08-05 Thread Haroldo Stenger
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

[Orgmode] Tiny bugfix for org-checklist.el

2009-08-05 Thread Christopher Suckling
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

[Orgmode] Re: Questions about lists and export to latex

2009-08-05 Thread RC
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. > >

[Orgmode] Re: Questions about lists and export to latex

2009-08-05 Thread Bernt Hansen
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

Re: [Orgmode] LaTeX export bug

2009-08-05 Thread Carsten Dominik
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 |-

[Orgmode] Questions about lists and export to latex

2009-08-05 Thread RC
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

Re: [Orgmode] dvipng: -E is not a valid option

2009-08-05 Thread Carsten Dominik
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

[Orgmode] Re: org-hide-emphasis-markers problem

2009-08-05 Thread Nicolas Goaziou
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. > >> >>

Re: [Orgmode] dvipng: -E is not a valid option

2009-08-05 Thread Hsiu-Khuern Tang
* 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

[Orgmode] Re: Notes and Clock entries

2009-08-05 Thread Bernt Hansen
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

Re: [Orgmode] dvipng: -E is not a valid option

2009-08-05 Thread Carsten Dominik
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 ...

[Orgmode] Notes and Clock entries

2009-08-05 Thread Noorul Islam K M
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

[Orgmode] Interactively add refile targets - was: refile ideas

2009-08-05 Thread Sebastian Rose
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) >>

Re: [Orgmode] org-id-get-create maybe...

2009-08-05 Thread Sebastian Rose
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-

[Orgmode] Local variables

2009-08-05 Thread Daniel Clemente
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

Re: [Orgmode] Re: Refile error - Kill is not a (set of) trees

2009-08-05 Thread Carsten Dominik
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

Re: [Orgmode] Refile error - Kill is not a (set of) trees

2009-08-05 Thread Carsten Dominik
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

Re: [Orgmode] Re: Refile error - Kill is not a (set of) trees

2009-08-05 Thread Carsten Dominik
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

Re: [Orgmode] Priorities and sub-tasks in Agenda View

2009-08-05 Thread Carsten Dominik
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

Re: [Orgmode] refile ideas

2009-08-05 Thread Carsten Dominik
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