Re: [Orgmode] Possible buglet in latex export

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

[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 comman

Re: Small bug in the LaTeX exporter? [was: Re: [Orgmode] I_can_not_understand_ +strike-through+]

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

Small bug in the LaTeX exporter? [was: Re: [Orgmode] I_can_not_understand_ +strike-through+]

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

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 > 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

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

2009-08-16 Thread 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.] Another expression for it is "crossing out": basically a horizontal line drawn

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" 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

[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. Emacs-orgmode@g

[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] 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 for each % in the *Remember* buffer. For example, `C-c i a' shall toggle the in

[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... | | * Headli

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 > 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

[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 | Date: Fri Aug 14 17:18:14 2009 +0200 | | Avoid text properties on elements in custom variables ` The problem does not occur whe

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" 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

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] http://or

[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 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

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

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

[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. Emacs-or

[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 is

[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: table.center {margin-left:auto; margin- > right:auto;} > > * A centered table > > #+ATTR_HTML: class="center" > | a | b | c | > |---+---+---| > | 1 | 2 | 3 | > > * A

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

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

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 Date: Thu, 13 Aug 2009 11:19:30 +0200 Subject: [PATCH] added "MACRO" to org-additional-option-like-keywords '#+MACRO' c

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 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