Re: [Orgmode] a small inconsistency in summary cookie updation

2010-01-08 Thread Carsten Dominik
Fixed, thanks. - Carsten On Jan 7, 2010, at 7:45 PM, Manish wrote: I noticed a small inconsistency. If you start with following sample org file and press C-c C-c in the first cookie, it doesn't get updated correctly whereas the second one does. The only difference is that one has children

Re: [Orgmode] logbook + (re)schedule

2010-01-08 Thread Carsten Dominik
On Jan 7, 2010, at 3:19 PM, Fredrik wrote: Thank you, yes that is how do it now... just wondered if there was a command for it I had missed :) No, nothing yet. - Carsten Regards, Fredrik On 7 jan 2010, at 14.48, Carsten Dominik wrote: On Jan 7, 2010, at 2:10 PM, Fredrik wrote: I

Re: [Orgmode] viewing task notes in agenda

2010-01-08 Thread Carsten Dominik
On Jan 7, 2010, at 7:34 PM, Manish wrote: is there a way to show the notes taken with `z' in agenda view (C-c C-z in org file) in agenda log view? I take small/quick notes about the progress of a TODO with quick access to `z' key but the log mode only shows the title of the TODO item in the

Re: [Orgmode] Re: Error in FAQ

2010-01-08 Thread Carsten Dominik
On Jan 7, 2010, at 3:56 PM, Matt Lundin wrote: Joe Snikeris j...@snikeris.com writes: There is an error in the FAQ found here: http://orgmode.org/worg/org-faq.php#visual-line-mode The line: (define-key org-mode-map \C-a 'move-end-of-line))) should read: (define-key org-mode-map \C-e

Re: [Orgmode] ascii-export vs. and patch

2010-01-08 Thread Carsten Dominik
Hi Bryan, On Jan 7, 2010, at 6:30 PM, Bryan Fink wrote: Hi. I'm using org-mode to write some documentation about Erlang modules. Erlang's binary data type has a syntax like: this is binary data Org-mode's ascii-exporter in version 6.33f blindly strips all pairs from the file, leaving

[Orgmode] Automatic hash keys on new lines

2010-01-08 Thread Thomas Bach
Hi, using org- and fill-mode together on the following example: #+BEGIN_QUOTE ufnle #+END_QUOTE ule entering some word after the series of u’s the word gets a new line with a hash key (#) in front. How can I turn this of? BTW: What

Re: [Orgmode] viewing task notes in agenda

2010-01-08 Thread Manish
On Fri, Jan 8, 2010 at 1:07 PM, Carsten Dominik wrote: On Jan 7, 2010, at 7:34 PM, Manish wrote: is there a way to show the notes taken with `z' in agenda view (C-c C-z in org file) in agenda log view? I take small/quick notes about the progress of a TODO with quick access to `z' key but

[Orgmode] incorrect checkbox statistics

2010-01-08 Thread Manish
Hello Carsten, The inconsistency between TODO and list statistics works now. Thanks! Statistics cookie updates still have some quirks. In Heading 1, the cookie shows whatever is the value in the cookie for item 1 irrespective of the number of items in the list or the cookie position (even

Re: [Orgmode] Exporting non utf8 org documents

2010-01-08 Thread Francesco Pizzolante
Hi Carsten, here is a possible solution: Please get the latest git version of org-mode. Then put the following code into .emacs: (defun my-org-export-latex-fix-inputenc () Set the codingsystem in inputenc to what the buffer is. (let* ((cs buffer-file-coding-system)

Re: [Orgmode] Exporting non utf8 org documents

2010-01-08 Thread Carsten Dominik
On Jan 8, 2010, at 1:36 PM, Francesco Pizzolante wrote: Hi Carsten, here is a possible solution: Please get the latest git version of org-mode. Then put the following code into .emacs: (defun my-org-export-latex-fix-inputenc () Set the codingsystem in inputenc to what the

Re: [Orgmode] Exporting non utf8 org documents

2010-01-08 Thread Carsten Dominik
On Jan 8, 2010, at 1:36 PM, Francesco Pizzolante wrote: Hi Carsten, here is a possible solution: Please get the latest git version of org-mode. Then put the following code into .emacs: (defun my-org-export-latex-fix-inputenc () Set the codingsystem in inputenc to what the

Re: [Orgmode] Automatic hash keys on new lines

2010-01-08 Thread Carsten Dominik
Hi Thomas, this is a FAQ: Hi Thomas, this is a FAQ: see http://orgmode.org/worg/org-faq.php#auto-fill-and-unwanted-comments HTH - Carsten On Jan 8, 2010, at 11:51 AM, Thomas Bach wrote: Hi, using org- and fill-mode together on the following example: #+BEGIN_QUOTE ufnle #+END_QUOTE

Re: [Orgmode] symbol request ins org-html-entities

2010-01-08 Thread Carsten Dominik
OK, I added this. Thanks. - Carsten On Jan 6, 2010, at 5:23 PM, Xin Shi wrote: Hello Experts, Sometimes, I found it would be handy to put checkmarks in tables. In TeX, it is \checkmark, while in HTML, its #10003 see page: http://www.mistywindow.com/reference/html-characters.htm) It

Re: [Orgmode] [beamer] frame arguments must be in envargs, not extra

2010-01-08 Thread Carsten Dominik
On Jan 8, 2010, at 10:29 AM, Eric S Fraga wrote: At Thu, 7 Jan 2010 10:38:00 +0100, Carsten Dominik wrote: On Jan 7, 2010, at 1:10 AM, Eric S Fraga wrote: the documentation for beamer support, http://orgmode.org/worg/org-tutorials/org-beamer.php under the Special properties heading

[Orgmode] Re: OrgmodeGeneric export: Missing (?) 'body-section-suffix'

2010-01-08 Thread Wes Hardaker
On Thu, 07 Jan 2010 22:26:04 +0100, Christian Lasarczyk christ...@lasarczyk.de said: CL In my opinion the body-section-suffix [ here =) ] is missing for CL all last section levels (hhh jjj), so I expected an additional CL )) at the end. You're right that after the parsing is done it doesn't

Re: [Orgmode] [beamer /or latex export] problem with old style footnotes

2010-01-08 Thread Carsten Dominik
Hi Eric, On Jan 7, 2010, at 12:47 AM, Eric S Fraga wrote: Carsten, In latex, I often use a simple \begin{itemize} with labelled items, as in \begin{itemize} \item [3] This will be labelled with 3 instead of a bullet \item [$\checkmark$] This will have a checkmark in lieu of the bullet

[Orgmode] Re: OrgmodeGeneric export: Missing (?) 'body-section-suffix'

2010-01-08 Thread Christian Lasarczyk
Dear Wes, thank you fixing this issue so fast. I will test it, as so as patch is in the repository. Best regards, Christian Wes Hardaker wrote: Here's a patch to fix this (Carsten: can you apply it to your git tree?) ___ Emacs-orgmode

Re: [Orgmode] [beamer /or latex export] problem with old style footnotes

2010-01-08 Thread Eric S Fraga
At Fri, 8 Jan 2010 17:47:06 +0100, Carsten Dominik wrote: Hi Eric, On Jan 7, 2010, at 12:47 AM, Eric S Fraga wrote: Carsten, In latex, I often use a simple \begin{itemize} with labelled items, as in \begin{itemize} \item [3] This will be labelled with 3 instead of a bullet

Re: [Orgmode] [beamer] frame arguments must be in envargs, not extra

2010-01-08 Thread Eric S Fraga
At Fri, 8 Jan 2010 16:31:38 +0100, Carsten Dominik wrote: On Jan 7, 2010, at 1:10 AM, Eric S Fraga wrote: the documentation for beamer support, http://orgmode.org/worg/org-tutorials/org-beamer.php Actually, I am hoping very much that you and maybe a few other will turn the Worg page

Re: [Orgmode] [beamer] frame arguments must be in envargs, not extra

2010-01-08 Thread Carsten Dominik
On Jan 8, 2010, at 8:29 PM, Eric S Fraga wrote: At Fri, 8 Jan 2010 16:31:38 +0100, Carsten Dominik wrote: On Jan 7, 2010, at 1:10 AM, Eric S Fraga wrote: the documentation for beamer support, http://orgmode.org/worg/org-tutorials/org-beamer.php Actually, I am hoping very much that you and

[Orgmode] About the in-buffer setting of nologdone

2010-01-08 Thread Water Lin
I have enable variables org-log-done by following code: (setq org-log-done 'time) (setq org-log-done 'note) But in some file I don't want to enable done time and done note, so I use in-buffer setting to fix this. Here is the reference: ---