[O] [OT] Deft - another note taking approach that seems promising

2011-10-08 Thread Marcelo de Moraes Serpa
Hey guys, It's nice to see new (quality) stuff popping up for emacs and org, such as Deft: http://emacs-fu.blogspot.com/2011/09/quick-note-taking-with-deft-and-org.html . I'm installing it now, but I thought I'd share ;) Cheers, - M

[O] Asciidoc

2011-10-08 Thread Stephen Nelson-Smith
Hi there, I have a large piece of writing to do, which my publisher wants in asciidoc. I'd prefer to write in orgmode and export as asciidoc. Is this feasible? Anyone doing this or done this before? S.

[O] [agenda] Case-insensitive tag search

2011-10-08 Thread Marcelo de Moraes Serpa
Hey guys, When I started using org, I used to tag everything with upper-case tags. It just feels noisy now and I started tagging them in lower-case. The agenda tag search (C-a m) makes that distinction, and I'd like to just search for the tag string regardless of case. Is that possible to configur

Re: [O] [babel] Should babel be more error intolerant?

2011-10-08 Thread Eric Schulte
>> >> As a side note of this, I wonder if babel could use the same/similar >>way like the TODO field in org-mode to switch between all possible >>parameters for a certain code block? I learned, different code blocks >>can have quite different possible parameters. A bit difficult to >>remember esp.

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-10-08 Thread David Maus
At Sat, 8 Oct 2011 22:11:37 +0200, Carsten Dominik wrote: > > Hi David, > > On 8.10.2011, at 20:59, David Maus wrote: > > > Hi Carsten, > > > > At Thu, 6 Oct 2011 10:35:18 +0200, > > Carsten Dominik wrote: > >> > >> Hi David, > >> > >> I see that this patch is still on the patchwork server. > >> Wh

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-10-08 Thread Carsten Dominik
Hi David, On 8.10.2011, at 20:59, David Maus wrote: > Hi Carsten, > > At Thu, 6 Oct 2011 10:35:18 +0200, > Carsten Dominik wrote: >> >> Hi David, >> >> I see that this patch is still on the patchwork server. >> What is the status, I remember that you dot a number of >> comments > > Starte

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-08 Thread Eric Schulte
Torsten Wagner writes: > Hi Eric > >>> >>> ``:results output silent'' should suppress that I think. >>> >> >> Nick's solution should work well.  Also, (if you're exporting to LaTeX) >> couldn't you just combine the tikz picture and the wrapping figure >> environment into a single begin_latex bloc

Re: [O] [PATCH 0/5] loop over headlines in active region

2011-10-08 Thread David Maus
Hi Carsten, At Thu, 6 Oct 2011 10:35:18 +0200, Carsten Dominik wrote: > > Hi David, > > I see that this patch is still on the patchwork server. > What is the status, I remember that you dot a number of > comments Started to make a list of Org's behavior with headlines when region is active bu

Re: [O] [babel] Should babel be more error intolerant?

2011-10-08 Thread Eric Schulte
Torsten Wagner writes: > Hi, > > just playing around with a new aspect of org-mode and babel, I > noticed, that many of my typos and wrong syntax using are silently > accepted resp. ignored. > Even the message buffer keeps quite. > I just wonder if babel should be more error intolerant to tell us

Re: [O] short timestamp in org-log-note-headings

2011-10-08 Thread John J Foerch
Thank you, too John Foerch Carsten Dominik writes: > Accepted, thanks. > > - Carsten > On 7.10.2011, at 18:15, John J Foerch wrote: > >> Carsten Dominik writes: >>> Sure, please make a patch! >>> >>> - Carsten >>> >>> On 7.10.2011, at 17:22, John J Foerch wrote: >>> Hello, I

Re: [O] [PATCH] org.texi: yasnippet nested snippet

2011-10-08 Thread Carsten Dominik
Accepted, thanks. - Carsten On 26.8.2011, at 14:49, Sylvain Rousseau wrote: > Hi, > > The proposed workaround doesn't support nested snippet! > > (setq yas/triggers-in-field t) to enable it. > > Here is a patch to fix this: > > diff --git a/doc/org.texi b/doc/org.texi > index 002ada1..2295fd0

Re: [O] [PATCH] org-crypt: when running org-decrypt-entry, only run auto-save-mode check if on an encrypted entry

2011-10-08 Thread Carsten Dominik
Accepted, thanks. - Carsten On 28.8.2011, at 15:46, Pieter Praet wrote: > * lisp/org-crypt.el (org-crypt-check-auto-save): New function, see next > change. > * lisp/org-crypt.el (org-decrypt-entry): Break the auto-save-mode check out > into a separate function, and call it at a later point, to

Re: [O] Entities Parsing Code

2011-10-08 Thread Carsten Dominik
On 19.9.2011, at 23:39, Pavel Panchekha wrote: > I've been noticing that the org-pretty-entities code incorrectly lexes > numbers as part of TeX command names; for example, if I type $\sim2n^2$, the > \sim will not be replaced with a ~ because the 2 is lexed as part of the > command name. Thi

Re: [O] short timestamp in org-log-note-headings

2011-10-08 Thread Carsten Dominik
Accepted, thanks. - Carsten On 7.10.2011, at 18:15, John J Foerch wrote: > Carsten Dominik writes: >> Sure, please make a patch! >> >> - Carsten >> >> On 7.10.2011, at 17:22, John J Foerch wrote: >> >>> Hello, >>> >>> I wonder if a format code could be added for org-log-note-headings that >>

[O] [babel] Should babel be more error intolerant?

2011-10-08 Thread Torsten Wagner
Hi, just playing around with a new aspect of org-mode and babel, I noticed, that many of my typos and wrong syntax using are silently accepted resp. ignored. Even the message buffer keeps quite. I just wonder if babel should be more error intolerant to tell users that they are actually doing somet

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-08 Thread Torsten Wagner
Hi Eric >> >> ``:results output silent'' should suppress that I think. >> > > Nick's solution should work well.  Also, (if you're exporting to LaTeX) > couldn't you just combine the tikz picture and the wrapping figure > environment into a single begin_latex block? > Yep Nick solution is working

Re: [O] [babel] create tikz pictures in an floating LaTeX environment

2011-10-08 Thread Torsten Wagner
Hi Nicholas, >> a line similar like >> [[file:fig/mypicture.pdf ]] >> > > > ``:results output silent'' should suppress that I think. > Yep, thanks that did the job. Nevertheless, I have to add the generated output as a static link to add resp. export it in an org-mode way.. #+CAPTION: My great

Re: [O] Patch for numbering continuation in source blocks.

2011-10-08 Thread Niels Giesen
Carsten Dominik writes: > Hi Niels, > > is the purpose of this patch to be able to insert an unnumbered code block > between two numbered ones and to continue the numbering from the first in the > third? Yes, that is the precise purpose. How concise you can put it! -- http://pft.github.com/

[O] Bug Report: latex export interaction with inlinetasks

2011-10-08 Thread Colin Fraizer
I have a file like this: * Item 1 - list1a - list1b * Item 2 - list2a *** TODO Test *** END - list2b * Item 3 (1)If I export the whole file to LaTeX, everything works fine. (2)If I export the subtree "* Item 2" to HTML, everything works fine.

Re: [O] feature suggestion: apply datetime prompt magic to selected region

2011-10-08 Thread suvayu ali
On Fri, Oct 7, 2011 at 4:36 PM, Brian van den Broek wrote: > What I was suggesting was it would be cool and a small time-saver if I > could select the text "Tuesday at 3pm" and hit C-u C-c . and have the > region replaced with the stamp <2011-10-11 Tue 15:00>, entirely > bypassing the kill and yan

Re: [O] org-export-blocks, HTML, problem.

2011-10-08 Thread Jacek Generowicz
On 2011 Oct 8, at 01:58, Samuel Wales wrote: Although you are talking about special blocks, it's worth pointing out that the following exports with incorrect nesting. To make it nest properly you have to add newlines. [...] === #+html: this is a paragraph. and another. #+html: third.

Re: [O] [patch] (was: [feature request] org-indirect-buffer-follow [7.7 (release_7.7.350.g9a179e)])

2011-10-08 Thread Carsten Dominik
Accepted. THanks. - Carsten On 24.9.2011, at 21:29, Dave Abrahams wrote: > From 81ab272ab709c45e898831e5e019e02cfc6617fe Mon Sep 17 00:00:00 2001 > From: Dave Abrahams > Date: Sat, 24 Sep 2011 15:21:53 -0400 > Subject: [PATCH] Add indirect agenda follow mode > > By setting `org-agenda-follow-