On Thu, Jun 14 2012, Christoph Groth wrote:
> Hello,
>
> I recently switched from remember to org's new capture facility which
> seems to work fine. However, an issue I already had with remember is
> still bothering me, perhaps someone knows a good solution:
>
> I often call org-capture from with
The attached patch fixes a typo in the documentation.
I hope I got the format of the commit message right.
Best regards,
Jan
>From 7daa1f794794d515624ab28310db81a0e4099ea5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20B=C3=B6cker?=
Date: Sat, 16 Jun 2012 15:04:43 +0200
Subject: [PATCH] org.te
Hi all
I am almost done with adding the capture feature "%(sexp)" to
org-feed.el. Because for this I would like to use
org-capture-escaped-% from org-capture.el in org-feed.el I renamed
this function to org-template-escaped-% and call it in org-feed.el.
The only thing what is missing is that unles
Hello everyone,
I cannot understand the way to use #+name and #+call with babel.
All the mixes on headers I tried have been failures.
I just want something like :
* Hello Word in C++
Here is the source code :
#+call: cpp_hello_world [:exports code]
and here is the result :
#+call: cpp_hello_wor
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi!
This is about exporting to pdf and tags showing.
When exporting to pdf I use
#+OPTIONS tags:not-in-toc
Despite that tags are showing in toc in the resulting pdf file. How
can I get rid of tag-in-toc in pdf?
I use Emacs 24.1.1 on win7 and org m
* Sample Hampton wrote:
> Users,
Feeling like Tron 1982 :-)
> What do you use to capture when away from orgmode (in the car, on the
> subway) and what system do you use to migrate those captures into
> orgmode? Right now I just use a notebook and a pen--and it works fairly
> well--but movin
Hi!
* John Hendy wrote:
> I've really been getting into the Quantified Self movement recently,
Same holds to me. I just wanted to post almost the same things you
did. :-)
> and by "getting into," I mean reading and watching videos and
> /thinking/ about things I'd like to track about myself. [1
Hello everyone,
When I export a org file to html, string "--" in org file is converted
to "–" in html.
I want to display "--" verbatim, so could you tell me how to inhibit
converting "--"?
Thanks, sorry for stupid question
--
Tsunenobu Kai
> When I export a org file to html, string "--" in org file is converted to
> "–" in html.
>
> I want to display "--" verbatim, so could you tell me how to inhibit
> converting "--"?
What happens if you enclose the two dashes in equal signs? As:
=--=
-- Mike
Michael Brand wrote:
> I am almost done with adding the capture feature "%(sexp)" to
> org-feed.el. Because for this I would like to use
> org-capture-escaped-% from org-capture.el in org-feed.el I renamed
> this function to org-template-escaped-% and call it in org-feed.el.
> The only thing what
Thank you for your response, Mike.
At Sat, 16 Jun 2012 18:03:03 -0700 (PDT),
Michael Hannon wrote:
> What happens if you enclose the two dashes in equal signs? As:
>
> =--=
I tried exporting =--=, then =--= is unfortunately converted to =–=
in html. Is there any other way?
If possible, I wa
itm...@chrikro.net wrote:
> Hi!
>
> This is about exporting to pdf and tags showing.
>
> When exporting to pdf I use
>
> #+OPTIONS tags:not-in-toc
>
Missing colon perhaps?
#+OPTIONS: tags:not-in-toc
Nick
> Despite that tags are showing in toc in the resulting pdf file. How
> can I get rid
Hi everyone,
small weekly update;
I'm almost finished creating the parser. Because of the nature
of org mode grammar, the files are being parsed with regexs and
(f)lex.
Because Orgmode files can be written in any character encoding
supported in Emacs, I am looking into using libiconv to support
Tsunenobu Kai wrote:
> Thank you for your response, Mike.
>
> At Sat, 16 Jun 2012 18:03:03 -0700 (PDT),
> Michael Hannon wrote:
> > What happens if you enclose the two dashes in equal signs? As:
> >
> > =--=
> I tried exporting =--=, then =--= is unfortunately converted to =–=
> in html. Is
(2012/06/17 11:18), Nick Dokos wrote:
> Are you sure? In my case, both =--= and ~--~ get exported to HTML as
> -- with both the old and the new exporter.
I'm sorry I made a mistake. I exported "=--=help" by mistake, and then
it was
converted "–help". "=--help=" gets exported to HTML as "--help" and
Kai,
With the old exporter, you could make your own
special-string and convert it.
In init.el:
--
;; For old exporter: C-c C-e h
(eval-after-load "org"
'(setq org-export-html-special-string-regexps
(append org-export-html-special-string-
16 matches
Mail list logo