On Aug 14, 2009, at 12:53 PM, Nick Dokos wrote:
Graham Smith wrote:
Something I, as a comparative beginner can answer :-)
how to draw picture in org-mode ? Does it support tikz/pgf ?
Yes, I found it worked fine for me. I had a silly problem with page
margins (searchng the forum for tikz
Applied, thanks.
- Carsten
On Aug 13, 2009, at 11:23 AM, Stephan Schmitt wrote:
From 8e59b595b855f7cd9377598219a7b8dbb22e41f6 Mon Sep 17 00:00:00 2001
From: Stephan Schmitt
Date: Thu, 13 Aug 2009 11:19:30 +0200
Subject: [PATCH] added "MACRO" to org-additional-option-like-keywords
'#+MACRO' c
Fireforg is now capable of sending a BibTeX entry for every item
imported into Zotero to Org. For details see the doc at
http://orgmode.org/worg/org-devel.php#fireforg
I've added a workaround for the broken protocol registration in
Firefox, that keeps mac users from enjoying org-protocol:
- Set
On So, Aug 16 2009, Carsten Dominik wrote:
> Hi Henry, Nick,
>
> another way would be this:
>
> #+STYLE: table.center {margin-left:auto; margin-
> right:auto;}
>
> * A centered table
>
> #+ATTR_HTML: class="center"
> | a | b | c |
> |---+---+---|
> | 1 | 2 | 3 |
>
> * A
Hi Carsten,
I find the following M-RET behaviour a bit strange.
For example, in an empty buffer with orgstruct-mode on. A list like this
can be created with 1 at the beginning of buffer and using M-RET to
insert the second item.
1. one
2. two
However, if there is
I write a link of `file:df.pdf' in org file .
When I point the link with mouse , It use gv to open pdf .
How to make org use evince to open pdf file ?
Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-or
Hi Andreas,
Andreas Burtzlaff writes:
> Fireforg is now capable of sending a BibTeX entry for every item
> imported into Zotero to Org. For details see the doc at
> http://orgmode.org/worg/org-devel.php#fireforg
Wow, that is a *killer* feature.
I look forward to trying out fireforg. Thanks fo
waterloo writes:
> I write a link of `file:df.pdf' in org file .
>
> When I point the link with mouse , It use gv to open pdf .
>
> How to make org use evince to open pdf file ?
Look at your mailcap entries. IIRC org-mode opens other files using the
mime interface.
I am assuming you're on Linu
Hi,
Adding support for a new block type is fairly easy for any tool that can
be called from the command line. If you would like to try this please
read the documentation of org-exp-blocks on worg [1] and follow the
example of the asymptote block type [2].
Best -- Eric
Footnotes:
[1] http://or
Sorry,
Please disregard this email, I didn't realize tikz/pgf was a package of
TeX macros and not an external tool. -- Eric
"Eric Schulte" writes:
> Hi,
>
> Adding support for a new block type is fairly easy for any tool that can
> be called from the command line. If you would like to try this
Hi Carsten,
The following commit causes an error when I call org-agenda:
,
| commit 8c177dc832980bd8cf23fc2ae72b18e0b472b59e
| Author: Carsten Dominik
| Date: Fri Aug 14 17:18:14 2009 +0200
|
| Avoid text properties on elements in custom variables
`
The problem does not occur whe
Thanks very much. asymptote's function is very much like tikz . I can use
asymptote.
Besides asymptote, I can use metapost.
2009/8/17 Eric Schulte
> Sorry,
>
> Please disregard this email, I didn't realize tikz/pgf was a package of
> TeX macros and not an external tool. -- Eric
>
> "Eric Schult
Evening,
While debugging some unexpected behaviour of my Pos1-Key I stumpled
upon somethinkg I consider a display-bug when folding a headline at
the end of a file whose last line of content does not have a new line
in org-mode dev.
Example file:
,
| * Headline
|
| Some text...
|
| * Headli
Hi all,
Remember is a convenient tool for collecting tasks. However I always
feel it can be more flexible in someway since I started using it quite a
while ago. So I have the following proposal.
1. Add a key C-c i for each % in the *Remember* buffer. For
example, `C-c i a' shall toggle the in
Attached is a small patch for a small issue.
Sometimes a language uses a major mode which can't be guessed from it's
name. This patch introduces the `org-src-lang-modes' variable which can
be used to map language names to major modes when this is the case.
This is used when editing a source-code
In subsetction `Emphasis and monospace ' of 12.1 Markup rules of manual ,
I can not understand how to use ‘+strike-through+’ ?
what does it mean ?
Thanks
___
Emacs-orgmode mailing list
Remember: use `Reply All' to send replies to the list.
Emacs-orgmode@g
I simply file with the default template and remove extraneous stuff when
refiling.
On Aug 17, 2009 12:27 AM, "Leo" wrote:
Hi all,
Remember is a convenient tool for collecting tasks. However I always
feel it can be more flexible in someway since I started using it quite a
while ago. So I have th
waterloo wrote:
> In subsetction `Emphasis and monospace ' of 12.1 Markup rules of manual ,
> I can not understand how to use =91+strike-through+=92 ?
> what does it mean ?
[Much better !-) Thanks for the reference.]
Another expression for it is "crossing out": basically a horizontal line
drawn
I see +xxx+ is cross out.
Thanks.
2009/8/17 Nick Dokos
> waterloo wrote:
>
> > In subsetction `Emphasis and monospace ' of 12.1 Markup rules of manual ,
> > I can not understand how to use =91+strike-through+=92 ?
> > what does it mean ?
>
> [Much better !-) Thanks for the reference.]
>
> Anoth
Trying to answer waterloo's question about strike-through, I tried
LaTeX-exporting the following:
--8<---cut here---start->8---
* Emphasis and monospace
- *bold*
- /italic/
- _underlined_
- =code=
- ~verbatim~
- +strike-through+
--8<--
Nick Dokos wrote:
> ...
> The correct markup, according to the TeX FAQ:
>
> http://www.tex.ac.uk/cgi-bin/texfaq2html?label=overstrike,
>
> is obtained using the ulem package:
>
>
> \usepackage{ulem}
>
> ...
> \sout{strike-through}
> ...
>
>
...or as the FAQ clearly states but I omitted to
When I do a latex export, a simple URL in text, or a simple link url of
the form [[URL]] --- with no description --- gets emitted as
\href{URL}{URL}
which causes Latex to crash for me.
I believe that this is because it won't accept a URL as the second
argument to href.
Changing the \href comman
Robert Goldman wrote:
> When I do a latex export, a simple URL in text, or a simple link url of
> the form [[URL]] --- with no description --- gets emitted as
>
> \href{URL}{URL}
>
> which causes Latex to crash for me.
>
> I believe that this is because it won't accept a URL as the second
> ar
23 matches
Mail list logo