[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: --- http://orgmode.org/manu

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

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 > t

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 inst

[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 mai

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 \end

Re: [Orgmode] Smart(er) word wrapping with org-mode and visual-line-mode

2010-01-08 Thread Carsten Dominik
On Jan 6, 2010, at 4:25 PM, Martin Pohlack wrote: Hi Matthew, Matthew Dempsky wrote: While playing around with the different options for handling word wrapping in org-mode, I decided to instead hack an extension that improves visual-line-mode's word wrapping when used in conjunction with org-

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

2010-01-08 Thread Carsten Dominik
Applied, thanks. - Carsten On Jan 8, 2010, at 4:51 PM, Wes Hardaker wrote: On Thu, 07 Jan 2010 22:26:04 +0100, Christian Lasarczyk > 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 th

Re: [Orgmode] Re: Orgmode + other modes for outlining and studying.

2010-01-08 Thread Thomas S. Dye
Hi Seb and Marcelo, Currently, java isn't on the list of Org-babel supported languages, so I don't know if Seb's solution will work out of the box. Org-babel has a facility for adding new language support. A java addition would be great. Seb, if you have this working could you share your

[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 > 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 "pop

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 sugges

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 ✓ see page: http://www.mistywindow.com/reference/html-characters.htm) It looks th

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 ule

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 buffe

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 buffe

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-sys

[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 C

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' ke

[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 i

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

2010-01-08 Thread Eric S Fraga
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 suggests that the BEAMER_extra > > proper

[Orgmode] Re: Orgmode + other modes for outlining and studying.

2010-01-08 Thread Sébastien Vauban
Hi Marcelo, Marcelo de Moraes Serpa wrote: > Orgmode files are great for studying, for example, code. > > Everytime I need to study some unknown code, I create a new org file, put a > * Code headline, paste the code in there and start making notes below or in > the code (as comments). It is extrem

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,

Re: [Orgmode] geolocation / geotagging in org-mode

2010-01-08 Thread Carsten Dominik
Hi Kurt, that sounds like fun, but I have no idea how to access geolocation data. This would be a great extension for Org-mode, both geotaggging of location in the logbook, and export to KLM. Is there anyone around here who understands how these things work and who would be willing to hel

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 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" 'move-end-of-line)))

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 lo

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] 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 TO