Nick Dokos writes:
> Olivier Schwander 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:
>>
>> (s
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
Ouch! You'll want advice from an expert then.
All the best,
Tom
Volker Strobel 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
> (:gen-class))
> #+END_
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 wrote:
> Olivier Schwander writes:
>
> > Le 21 Feb 2014 16:43, Rasmus a écrit:
> >>
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
-
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 writes:
> Hi,
>
> I'm trying to use org-mode with Clojure and alread
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. Can’t
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 projec
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 i
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
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 be
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 appoin
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
Date: Fri, 21 Feb 2014 12:15:58 -0600
Subject: [PATCH] Allow customization of hyperrefsetup via
`org-latex-hyperref-templa
Olivier Schwander 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)
> (require 'org-pro
Hello,
Joe Hirn 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,
--
Nicolas Goaziou
Hello,
regcl 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 applies to the INCLUDE k
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
#+ATTR_
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
cu
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 c
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 l
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.
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 ()
| ...
|
Olivier Schwander 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 without
> the need to regis
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
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
---
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 Firefox/
"Loris Bennett" wrote:
> "Sebastien Vauban" 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*| *
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
"Sebastien Vauban"
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
"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* |
>>> |---
Hi Seb,
"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* |
>> |--++---
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
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] [[http://orgmode.org
"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* |
> |--+++--++--|
> |
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, in
35 matches
Mail list logo