[O] Unable to get file link search to work

2014-02-21 Thread Alexis
Hi all, i'm running org-mode 8.2.5h in Emacs 24.3. Say i have file a.org: * Main ** Group *** Firstname Lastname My reading of http://orgmode.org/manual/External-links.html#External-links and http://orgmode.org/manual/Search-options.html#Search-options is that i should be able to,

Re: [O] Conditional in table formula with times

2014-02-21 Thread Sebastien Vauban
Loris Bennett wrote: I'm trying to keep track of total time spend at work, but I am having trouble with a conditional in table formula: | *Day*| *Came* | *Went* | *Worked* | *Required* | *Diff* | |--+++--++--| |

[O] LaTeX export: Handle hash symbol in footnote url links

2014-02-21 Thread Michael Bach
Dear org-mode Devs and Users, I am trying to export the following snippet #+BEGIN_ORG * LaTeX export of url with hash symbol The Org mode export facilities can be used to export Org documents or parts of Org documents to a variety of other formats.[fn:1] * Footnotes [fn:1]

Re: [O] LaTeX export: Handle hash symbol in footnote url links

2014-02-21 Thread Vladimir Lomov
Hello, ** Michael Bach [2014-02-21 11:52:14 +0100]: Dear org-mode Devs and Users, I am trying to export the following snippet #+BEGIN_ORG * LaTeX export of url with hash symbol The Org mode export facilities can be used to export Org documents or parts of Org documents to a variety of

Re: [O] Conditional in table formula with times

2014-02-21 Thread Loris Bennett
Hi Seb, Sebastien Vauban sva-n...@mygooglest.com writes: Loris Bennett wrote: I'm trying to keep track of total time spend at work, but I am having trouble with a conditional in table formula: | *Day*| *Came* | *Went* | *Worked* | *Required* | *Diff* |

Re: [O] Conditional in table formula with times

2014-02-21 Thread Sebastien Vauban
Loris Bennett wrote: Sebastien Vauban writes: Loris Bennett wrote: I'm trying to keep track of total time spend at work, but I am having trouble with a conditional in table formula: | *Day*| *Came* | *Went* | *Worked* | *Required* | *Diff* |

Re: [O] Conditional in table formula with times

2014-02-21 Thread Loris Bennett
Sebastien Vauban sva-n...@mygooglest.com writes: Loris Bennett wrote: Sebastien Vauban writes: Loris Bennett wrote: I'm trying to keep track of total time spend at work, but I am having trouble with a conditional in table formula: | *Day*| *Came* | *Went* | *Worked* |

Re: [O] LaTeX export: Handle hash symbol in footnote url links

2014-02-21 Thread Michael Bach
Hello Vladimir, On 21/02/2014 12:14, Vladimir Lomov wrote: Hello, ** Michael Bach [2014-02-21 11:52:14 +0100]: Dear org-mode Devs and Users, I am trying to export the following snippet #+BEGIN_ORG * LaTeX export of url with hash symbol The Org mode export facilities can be used to

Re: [O] Conditional in table formula with times

2014-02-21 Thread Sebastien Vauban
Loris Bennett wrote: Sebastien Vauban sva-n...@mygooglest.com writes: Loris Bennett wrote: Sebastien Vauban writes: Loris Bennett wrote: I'm trying to keep track of total time spend at work, but I am having trouble with a conditional in table formula: | *Day*| *Came* | *Went* |

[O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Olivier Schwander
Dear list, I would like to announce the first version of an extension to call org-capture through org-protocol from Firefox: - http://chadok.info/firefox-org-capture/ It just does the same thing as the Javascript bookmarklet but without the need to register the scheme org-protocol:// in

Re: [O] Use date in Easy Templates?

2014-02-21 Thread John Kitchin
I solved a similar problem to this with yasnippets: http://kitchingroup.cheme.cmu.edu/blog/2014/02/16/A-dynamic-snippet-for-a-task-due-7-days-from-now/ You can dynamically evaluate lisp code in the snippet when it is expanded. That way you can get whatever format suits you! John

[O] Text emphasize with fill-paragraph ?

2014-02-21 Thread Martin Leduc
Hi all, I don't know whether it is a bug, an unimplemented feature or simply that I use it wrongly, but I can't emphasize text (with // ** or _ _) within a filled paragraph. Moreover, sometime I get it to work but I'm not sure how to reproduce. Thanks, Martin

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Rasmus
Olivier Schwander olivier.schwan...@chadok.info writes: Dear list, I would like to announce the first version of an extension to call org-capture through org-protocol from Firefox: - http://chadok.info/firefox-org-capture/ It just does the same thing as the Javascript bookmarklet but

[O] Problem with org-bibtex-read with fields type, key

2014-02-21 Thread Stefan-W. Hahn
Good evening, I have a little problem with org-bibtex function org-bibtex-read: My bibtex entries have the keyword type and key. When reading such an entry with org-bibtex-read I get an alist with the entries :type and :key each twice. , | (defun org-bibtex-read () | ... |

[O] [PATCH] Org-bibtex: checking string length in org-bibtex-read before using aref

2014-02-21 Thread Stefan-W. Hahn
Good afternoon, I have a problem with org-bibtex function org-bibtex-read if I have an empty field in a bibitem like this: @article(test, description = ) In this case the aref gives an exception. I would like to suggest the attached following fix. With kind regards, Stefan -- Stefan-W.

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Olivier Schwander
Le 21 Feb 2014 16:43, Rasmus a écrit: So what do I do after installing it? I get a new button but nothing happens when I click it. Do you have emacs server and org-protocol enabled ? Something like this in your .emacs: (server-start) (require 'org-protocol) If not, you should add these two

[O] ox-latex: need win-cygwin path translation

2014-02-21 Thread mirko
Hi, This is on Windows 7 and Cygwin64 with TeXLive When exporting to latex and pdf, the compilation fails because the path passed to pdflatex is the Windows one. I installed and activated cygwin-mount and setup-cygwin packages, but that did not help. Before I dig in (I did find the pdf export

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Xebar Saram
wow Olivier thanks so much, ive been waiting for something like this for ages :), never managed to get the registering the protocol parts working. one thing though, is there a way to define which client it oepns? i have several emacs client opened at once and prefer the extension nowt to use a

[O] controling width of graphviz source block result

2014-02-21 Thread regcl
When I try to control the width of the image produced by included graphviz (DOT) code like so ... #+ATTR_HTML: :width 300 #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results ... width is not controlled. This works ... #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports none

Re: [O] controling width of graphviz source block result

2014-02-21 Thread Nicolas Goaziou
Hello, regcl re...@channing.harvard.edu writes: When I try to control the width of the image produced by included graphviz (DOT) code like so ... #+ATTR_HTML: :width 300 #+INCLUDE: gnus.dot SRC dot :file gnus.png :exports results ... width is not controlled. Here the HTML attribute

Re: [O] org-export-latex-hyperref-options-format

2014-02-21 Thread Nicolas Goaziou
Hello, Joe Hirn joseph.h...@gmail.com writes: With recommended changes. Thank you. It looks good. Could you add a commit message (see Commit messages and ChangeLog entries section in http://orgmode.org/worg/org-contribute.html) and send it again, using git format-patch? Regards, --

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Nick Dokos
Olivier Schwander olivier.schwan...@chadok.info writes: Le 21 Feb 2014 16:43, Rasmus a écrit: So what do I do after installing it? I get a new button but nothing happens when I click it. Do you have emacs server and org-protocol enabled ? Something like this in your .emacs: (server-start)

Re: [O] org-export-latex-hyperref-options-format

2014-02-21 Thread Joe Hirn
Here you go. Thanks a lot for all your help. Was really nice working on it with you. From af2a8066be01b94504fff9e009617ce186bd9e03 Mon Sep 17 00:00:00 2001 From: Joe Hirn joseph.h...@gmail.com Date: Fri, 21 Feb 2014 12:15:58 -0600 Subject: [PATCH] Allow customization of hyperrefsetup via

[O] Timestamps in properties not exported by icalendar exporter

2014-02-21 Thread David Engster
I have the problem that a certain kind Org entries is not exported by the icalendar exporter, namely those created by the gnus-icalendar package. This package creates Org entries from calendar invites in the following way (I've omitted some of the properties, but you get the idea); ** Some

Re: [O] [patch] Support CUSTOM_ID property in latex export

2014-02-21 Thread Richard Lawrence
Hi Nicolas and all, Here's a new patch that adds a variable org-latex-custom-id-as-label to control whether CUSTOM_ID should be used to generate labels during LaTeX export. Let me know what you think. In particular, I wasn't sure if I should provide more information in the defcustom statement

[O] Any linguists (or other gb4e/linguex users) on this list?

2014-02-21 Thread Richard Lawrence
Hi Org folks, I am wondering if anyone on this list uses the gb4e or linguex packages in LaTeX documents that they export from Org. I have been working on an export backend derived from the LaTeX exporter to allow exporting ordinary Org lists as linguistics examples formatted by one of these two

Re: [O] Non-interactive export

2014-02-21 Thread Simon Thum
Sorry, I was being imprecise. I do have maxima and shell and other source bocks since the dawn of org, approximately. I did not have any gnuplot blocks until before two weeks. The gnuplot blocks break my setup, currently. So, what is weird is that maxima and shell do well but gnuplot wants

[O] Namespace problem org-mode / Clojure

2014-02-21 Thread Volker Strobel
Hi, I'm trying to use org-mode with Clojure and already posted my problem at https://groups.google.com/forum/#!topic/clojure/lnZWUH4XxJM All my code blocks get evaluated in the namespace user, even if I evaluate the (ns ...) code block first. EXAMPLE (core.org in src/org-works of Leiningen

[O] Configuring html footnote (or adding to end of body)

2014-02-21 Thread Blanchette, Marco
Sorry if this has been answered before, can’t seem to find a way to search for it… Is there a way to configure the default content of the footer produced during html formatted export? There is a javaScript that I would like to be the last bit of my html every time an org file is exported.

Re: [O] Namespace problem org-mode / Clojure

2014-02-21 Thread Thomas S. Dye
Aloha Volker, I don't use Clojure, but ob-clojure.el defines a header argument :package. You should be able to do something like: #+header: :package org-works.core to execute code in that name space. hth, Tom Volker Strobel volker.strobe...@gmail.com writes: Hi, I'm trying to use org-mode

Re: [O] Namespace problem org-mode / Clojure

2014-02-21 Thread Volker Strobel
Thanks for your answer, Tom! I tried to modify my org file like this: - #+header: :package org-works.core #+BEGIN_SRC clojure :tangle core.clj (ns org-works.core (:gen-class)) #+END_SRC #+header: :package org-works.core #+BEGIN_SRC clojure :tangle core.clj (def a 5) #+END_SRC

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Peter Salazar
I'm having the same issue as Nick: the command line invocation works, but the button in Firefox has no effect. I changed the emacs binary path to /usr/bin/aquamacs On Fri, Feb 21, 2014 at 12:48 PM, Nick Dokos ndo...@gmail.com wrote: Olivier Schwander olivier.schwan...@chadok.info writes:

Re: [O] Namespace problem org-mode / Clojure

2014-02-21 Thread Thomas S. Dye
Ouch! You'll want advice from an expert then. All the best, Tom Volker Strobel volker.strobe...@gmail.com writes: Thanks for your answer, Tom! I tried to modify my org file like this: - #+header: :package org-works.core #+BEGIN_SRC clojure :tangle core.clj (ns org-works.core

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Erik Hetzner
At Fri, 21 Feb 2014 18:34:17 -0500, Peter Salazar wrote: I'm having the same issue as Nick: the command line invocation works, but the button in Firefox has no effect. I changed the emacs binary path to /usr/bin/aquamacs I had to start emacsclient in a terminal, probably because my emacs was

Re: [O] [ANN] Firefox extension for org-protocol and org-capture

2014-02-21 Thread Nick Dokos
Nick Dokos ndo...@gmail.com writes: Olivier Schwander olivier.schwan...@chadok.info writes: Le 21 Feb 2014 16:43, Rasmus a écrit: So what do I do after installing it? I get a new button but nothing happens when I click it. Do you have emacs server and org-protocol enabled ? Something like