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
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
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
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)))
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
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,
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
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
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
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
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
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
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
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
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
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
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
> 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
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
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
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-
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
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
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
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
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
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
27 matches
Mail list logo