-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 05/12/11 22:29, Dov Grobgeld wrote:
> I had a look at the org-mode sources and found that this was quite
> trivial to implement on the source level. E.g. the following patch
> embeds the output of an org formula in ~~ to make it org-verbatim.
> Th
At Tue, 6 Dec 2011 08:43:34 +0100,
Carsten Dominik wrote:
>
>
> On 6.12.2011, at 07:04, Erik Hetzner wrote:
>
> > Hi all,
> >
> > I would like to use a capture template to capture calendar entries &
> > file them to a date tree organized calendar.org file.
>
> […]
>
> I tried to reproduce this.
Hi Erik,
if yout get the latest git version, this is how it is working now.
I agree that it is more consistent this way.
- Carsten
On 6.12.2011, at 09:23, Erik Hetzner wrote:
> At Tue, 6 Dec 2011 08:43:34 +0100,
> Carsten Dominik wrote:
>>
>>
>> On 6.12.2011, at 07:04, Erik Hetzner wrote:
>>
Steve Prud'Homme wrote:
> Hi,
> when i export something with orgmode everything is find now with
> latex. I don't have accent problem thanks...
> I have an other problem. How can I change Table of content to Table
> des matières in french. Author for Auteur, etc.
> Can i change the output langage
Marcelo de Moraes Serpa writes:
> Here's a new version:
>
> (defun find-wiki-by-tags (tags)
> (interactive "sEnter tags: ")
> (shell-command (format "cd ~/org; ack \"\\* tags.*(%s).*\" --all" tags)
> "mybuf")
> (set-buffer "mybuf")
> (beginning-of-buffer)
> (ignore-errors
> (while (search-fo
Hi everybody! I recently discovered blockdiag [0] and org-export-diag,
how to integrate it as a new language of babel?
[0] http://blockdiag.com/en/
[1] https://github.com/xcezx/org-export-diag
--
::
Osiris Alejandro Gomez (OSiUX) os...@osiux.com.ar
AA70 93FD B6EF EB42 6920 7530 A799 B226 7
At Tue, 6 Dec 2011 09:26:03 +0100,
Carsten Dominik wrote:
>
> Hi Erik,
>
> if yout get the latest git version, this is how it is working now.
> I agree that it is more consistent this way.
Thanks, Carsten! I haven’t upgraded, but I copied the diff into my
org-capture.el, and it works great.
bes
In my exports to pdf standard double-quote and single-quote (apostrophe)
characters both get translated to corresponding pairs of opening and closing
quotes. But in export to html both double- and single-quotes seem to be same
in resulting html as they were in the org text, non-paired, non-directi
On 12/6/11 7:25 PM, Herbert Sitz wrote:
What is best way to get directional pairs of open- and close-quotes in html
export?
-- Herb
Hi, Herb,
I keep this in my .emacs:
(setq org-export-html-special-string-regexps
(cons
'(" \"\\([^\"]+\\)\"" . " “\\1”")
org-export-html-spe
On Thu, 01 Dec 2011 11:40:11 -0300, Kenny Meyer wrote:
> I am getting the same message here upon calling various org-functions
> (e.g.: org-drill, org-submit-bug-report), since I have compiled org-mode
> from git, but I am not sure where exactly the error was introduced.
>
>> Explicitly Loading `
Christian Moe christianmoe.com> writes:
>
> Hi, Herb,
>
> I keep this in my .emacs:
>
> (setq org-export-html-special-string-regexps
>(cons
> '(" \"\\([^\"]+\\)\"" . " “\\1”")
> org-export-html-special-string-regexps))
>
> There may be a better way to do it altogether,
On Tue, Dec 06, 2011 at 06:25:09PM +, Herbert Sitz wrote:
> In my exports to pdf standard double-quote and single-quote (apostrophe)
> characters both get translated to corresponding pairs of opening and closing
> quotes. But in export to html both double- and single-quotes seem to be same
> i
Shelagh Manton wrote:
> On Thu, 01 Dec 2011 11:40:11 -0300, Kenny Meyer wrote:
>
> > I am getting the same message here upon calling various org-functions
> > (e.g.: org-drill, org-submit-bug-report), since I have compiled org-mode
> > from git, but I am not sure where exactly the error was intr
tycho garen tychoish.com> writes:
>
> The directional quotes are processed by LaTeX and org have very little
> to do with this.
Ahh, thanks, I should have known that.
>
> > What is best way to get directional pairs of open- and close-quotes in html
> > export?
>
> http://daringfireball.net/pr
tycho garen writes:
> On Tue, Dec 06, 2011 at 06:25:09PM +, Herbert Sitz wrote:
>> In my exports to pdf standard double-quote and single-quote (apostrophe)
>> characters both get translated to corresponding pairs of opening and closing
>> quotes. But in export to html both double- and single
On 12/6/11 9:37 PM, Herbert Sitz wrote:
Question: Does this work only if quotes both appear on the same line of Org-mode
text? Or is the regex applied to paragraph as a whole after it's been assembled
as part of export?
Oops, that's embarrassing. I never even noticed. I'm not sure why it
does
Wow! Evil is simply awesome! I like that it runs smoothly (differently from
viper-mode, which makes the whole text editing experience very slow when
using orgmode). Kudos to Evil's developers, and thank you for letting us
know about it!
On Mon, Dec 5, 2011 at 3:09 AM, Eric S Fraga wrote:
> Marce
On Tue, 06 Dec 2011 16:19:36 -0500, Nick Dokos wrote:
> Shelagh Manton wrote:
>
>> On Thu, 01 Dec 2011 11:40:11 -0300, Kenny Meyer wrote:
>>
>> > I am getting the same message here upon calling various org-functions
>> > (e.g.: org-drill, org-submit-bug-report), since I have compiled
>> > org-m
Hello,
I've been tinkering with different operating systems lately, and
the past couple of times I've tried to install my org-mode setup,
I receive this error:
>Symbol's value as variable is void: shortcut-definition list
My init.el loads org-mode-config.org using org-babel, like this:
(require
19 matches
Mail list logo