Re: [Orgmode] how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-16 Thread Carsten Dominik
On Aug 14, 2009, at 12:53 PM, Nick Dokos wrote: Graham Smith myotis...@gmail.com 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

Re: [Orgmode] patch: added macro to org-additional-option-like-keywords

2009-08-16 Thread Carsten Dominik
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 drmab...@cs.tu-berlin.de Date: Thu, 13 Aug 2009 11:19:30 +0200 Subject: [PATCH] added MACRO to

[Orgmode] Re: export table html centered

2009-08-16 Thread henry atting
On So, Aug 16 2009, Carsten Dominik wrote: Hi Henry, Nick, another way would be this: #+STYLE: styletable.center {margin-left:auto; margin- right:auto;}/style * A centered table #+ATTR_HTML: class=center | a | b | c | |---+---+---| | 1 | 2 | 3 | * An

[Orgmode] Is this a bug in orgstruct-mode

2009-08-16 Thread Leo
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

[Orgmode] How to use evince to open a pdf file that is made to link in org file ?

2009-08-16 Thread waterloo
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.

[Orgmode] Re: Fireforg: org-protocol mac workaround and BibTeX import using Zotero

2009-08-16 Thread Matt Lundin
Hi Andreas, Andreas Burtzlaff and...@gmx.net 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

[Orgmode] Re: How to use evince to open a pdf file that is made to link in org file ?

2009-08-16 Thread Bernt Hansen
waterloo waterloo2...@gmail.com 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

Re: [Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-16 Thread Eric Schulte
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]

Re: [Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-16 Thread 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 Schulte schulte.e...@gmail.com 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

[Orgmode] Update breaks custom agenda commands

2009-08-16 Thread Matt Lundin
Hi Carsten, The following commit causes an error when I call org-agenda: , | commit 8c177dc832980bd8cf23fc2ae72b18e0b472b59e | Author: Carsten Dominik carsten.domi...@gmail.com | Date: Fri Aug 14 17:18:14 2009 +0200 | | Avoid text properties on elements in custom variables ` The

Re: [Orgmode] Re: how to draw picture in org-mode ? Does it support tikz/pgf ?

2009-08-16 Thread waterloo
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 schulte.e...@gmail.com Sorry, Please disregard this email, I didn't realize tikz/pgf was a package of TeX macros and not an external tool. --

[Orgmode] Display bug: Folding headline at EOF without newline

2009-08-16 Thread David Maus
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... | | *

[Orgmode] Is this a good feature to have?

2009-08-16 Thread Leo
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 char for each %char in the *Remember* buffer. For example, `C-c i a' shall

[Orgmode] [PATCH] handle the case when a language's name isn't it's major mode's name

2009-08-16 Thread Eric Schulte
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

[Orgmode] I can not understand ‘+strike-throu gh+’ .

2009-08-16 Thread waterloo
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.

Re: [Orgmode] Is this a good feature to have?

2009-08-16 Thread Andrew Stribblehill
I simply file with the default template and remove extraneous stuff when refiling. On Aug 17, 2009 12:27 AM, Leo sdl@gmail.com 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

Re: [Orgmode] I can not understand ‘+strike-throu gh+’ .

2009-08-16 Thread Nick Dokos
waterloo waterloo2...@gmail.com 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

Re: [Orgmode] I can not understand ‘+strike-throug h+’ .

2009-08-16 Thread waterloo
I see +xxx+ is cross out. Thanks. 2009/8/17 Nick Dokos nicholas.do...@hp.com waterloo waterloo2...@gmail.com 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 !-)

[Orgmode] Possible buglet in latex export

2009-08-16 Thread Robert Goldman
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

Re: [Orgmode] Possible buglet in latex export

2009-08-16 Thread Nick Dokos
Robert Goldman rpgold...@sift.info 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