Hi David,
David Maus wrote:
> Sébastien Vauban wrote:
>> Just came back of holidays, did not have time yet for reading the posts on
>> the ML, but git pull'ed the master branch.
>> When refiling, I now have this error coming up:
>
> Fixed in master.
I confirm it's fixed. Thanks!
Best regards,
Richard Riley wrote:
>Now I get a backtrace :-
>,
>| Debugger entered--Lisp error: (error "Not enough arguments for format
>string")
>| format("^\\(\\*+\\)[
>]+\\(?:\\(TODO\\|STARTED\\|WAITING\\|DONE\\|CANCELLED\\|REPORT\\|BUG\\|KNOWNCAUSE\\|FIXED\\)\\>\\)?\\(?:[
> ]*\\(\\[#.\\
Joseph Buchignani writes:
> Hi Org-mode,
>
> I've read all the mailing lists and manuals and still can't get my org-habit
> module working.
>
> I presume there ought to be some sort of entry in my agenda, or the "k" key
> should do something. I get nothing. Here is my setup:
>
>
>- org-mode 7
Richard Riley wrote:
>What would be the best approach, if at all possible, to having org
>manage tasks which allow me set dates for a task to be scheduled and
>then let me manually progress/cycle that task and have it then invoke
>code/scripts?
Maybe something like this: Store the name of the fun
Sébastien Vauban wrote:
>Hello,
>Just came back of holidays, did not have time yet for reading the posts on the
>ML, but git pull'ed the master branch.
>When refiling, I now have this error coming up:
Fixed in master.
Best,
-- David
--
OpenPGP... 0x99ADB83B5A4478E6
Jabber dmj...@jabber.o
I dont know if its related but something has broken the use of
,
| org-default-notes-file is a variable defined in `org.el'.
| Its value is "refile.org"
|
| Documentation:
| Default target for storing notes.
| Used as a fall back file for org-remember.el and org-capture.el, for
| templates t
On 08/30/2010 10:10 PM, Nick Dokos wrote:
> Scott Randby wrote:
>
>> Whenever I export to HTML, I get the following:
>>
>> HTML generated by org-mode TAG=7.01g in emacs 23
>>
>> I would like to get rid of the "TAG=" (which wasn't present in earlier
>> org-mode versions) without having to edit the
Alan L Tyree wrote:
> Disable footnotes like [2010], but keep footnotes like [fn:2010]
>
> The reason is that I write legal texts that have references to case law
> that look like: Marreco v Richardson [1908] 2 KB 584. The dates in
> square brackets are an essential part of the reference.
Perhaps
Thanks! That works fine. I suppose I should point out that I only used =
an
ASCII export for the example situation, but I ran into this problem expor=
ting
to HTML.
--Aidan Gauland
signature.asc
Description: OpenPGP digital signature
___
Emacs-orgmo
Hi Carsten,
this little patch fixes an issue Richard brought up.
We always used the "w" template as the default for `org-remember' and
also used it for `org-capture' for historical reasons.
Unfortunately, this breaks, if the user has no "w" template defined.
The patch below simply set's the cu
Mattias Jämting writes:
> Hello,
>
> Have someone managed to get org-protocol (
> http://orgmode.org/worg/org-contrib/org-protocol.php) working in chrome on
> linux (i use ubuntu) ?
>
> (I have tried; it works in firefox, but not in chrome - which is my
> preferred browser nowadays.)
>
> Please le
Richard Riley writes:
> My firefox key to call org-capture now causes my emacs server to
> produce:
>
> ,
> | Greedy org-protocol handler. Killing client.
> | No server buffers remain to edit
> `
This is in your *Messages* buffer, isn't it?
It doesn't cause any trouble, does it?
Those a
Hello,
Just came back of holidays, did not have time yet for reading the posts on the
ML, but git pull'ed the master branch.
When refiling, I now have this error coming up:
--8<---cut here---start->8---
Debugger entered--Lisp error: (error "Not enough argument
Erik Iverson ccbr.umn.edu> writes:
> See the :exports argument, the default is code only.
>
> http://orgmode.org/org.html#exports
That was my initial assumption, which is why I had BEGIN_SRC blocks in the file.
But then I found that it crashed during export with these blocks, and stopped
crashin
Paul Sexton wrote:
David Maus ictsoc.de> writes:
I cannot reproduce this wiht Org-mode version 7.01trans (pulled
yesterday) on GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version
2.20.0) of 2010-08-14 on raven, modified by Debian
There is a documentation file, README.org, that accompanies org
David Maus ictsoc.de> writes:
> I cannot reproduce this wiht Org-mode version 7.01trans (pulled
> yesterday) on GNU Emacs 23.2.1 (i486-pc-linux-gnu, GTK+ Version
> 2.20.0) of 2010-08-14 on raven, modified by Debian
There is a documentation file, README.org, that accompanies org-drill.
It can be d
Hello! I have pasted an org-mode file with my question, it's
easies to explain by copying the below file and exporting it
to HTML.
Thanks,
--Erik
* Silent code block evaluation on export.
The goal is to /run/ a code block on expor
Rainer M Krug writes:
> I could use a code block with a bash script to extract that information
> from svn info, but that seems to be awkward for me - there must be an
> easier way.
Provided your vc setup works correctly, then (vc-working-revision FILE) will
deliver just this information.
Achi
Hi Org-mode,
I've read all the mailing lists and manuals and still can't get my org-habit
module working.
I presume there ought to be some sort of entry in my agenda, or the "k" key
should do something. I get nothing. Here is my setup:
- org-mode 7.01h
- emacs file included below.
The re
Hello,
Have someone managed to get org-protocol (
http://orgmode.org/worg/org-contrib/org-protocol.php) working in chrome on
linux (i use ubuntu) ?
(I have tried; it works in firefox, but not in chrome - which is my
preferred browser nowadays.)
Please let my know if it works for you, or if you h
Hi,
Rainer M Krug writes:
> Hi
>
> I want to tangle the following code into two files, specified as
> properties, but no blocks are tangled - why?
>
> I thought that the property is valid for the whole subtree below?
>
> Thanks,
>
> Rainer
>
>
It looks like you have bad properties syntax.
>
>
Hi Rainer,
Rainer M Krug writes:
> On 31/08/10 02:06, Eric Schulte wrote:
>> Hi Rainer,
>>
>> The easiest way to do this should be,
>>
>> --8<---cut here---start->8---
>> ** pulling information from tags :blue:
>>
>> #+
Paul Sexton wrote:
>There seems to be a fairly nasty bug caused by :PROPERTIES: drawers still
>being recognised by org when they appear inside BEGIN_EXAMPLE or
>BEGIN_SRC blocks. I encountered this behaviour while writing docs for
>"org-drill". The doc file, README.org, contains quoted examples of
Giovanni,
Thanks for that. I have the same problem, since I put citations in my
footnotes in the format \cite[50]{Ridolfi_2011_Autobiography}. This is
great. It's also a nice model for a few other petty troubles I want to
postprocess away.
Scot
On Tue, Aug 31, 2010 at 3:13 PM, Giovanni Rido
Hi Douglas,
Douglas Bates writes:
> On Tue, Aug 31, 2010 at 8:08 AM, Douglas Bates wrote:
>> I have been unable to find in the documentation whether the verbatim
>> environment created by LaTeX exports of source code blocks can be
>> configured.
>>
It is possible to export code using the LaTeX
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
I want to tangle the following code into two files, specified as
properties, but no blocks are tangled - why?
I thought that the property is valid for the whole subtree below?
Thanks,
Rainer
* Simulation model HakSim
** Tool Functions
*** Laye
2010/8/31 Rainer M Krug :
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> On 31/08/10 12:10, Kevin Brubeck Unhammer wrote:
>> Hi,
>>
>> I just discovered synctex, which lets you shift-click a point in a pdf
>> in Okular and find yourself back in the tex-file at the point that
>> corresponds w
My firefox key to call org-capture now causes my emacs server to
produce:
,
| Greedy org-protocol handler. Killing client.
| No server buffers remain to edit
`
It works fine from a bookmark link button.
I have no custom handlers (org-protocol-protocol-alist is nil).
I checked the code
Carsten Dominik writes:
> unfortunately this is difficult to fix in a good way.
> I do want to go back to footnotes, because I think there are many
> things that do not yet work satisfactorily. And then I also hope to
> address the issue you raised. For the time being, unfortunately, I do
> not
This is a two-part problem.
1. Right square bracket in inline footnote prematurely terminates the
footnote.
IMO this is not a bug, it's an inherent and quite reasonable
limitation on the inline footnote format, and is easily solved by
falling back on the block footnote syntax.
#+
Hi,
the name is supposed to be "headline", and this bug has been fixed
already.
- Carsten
On Aug 30, 2010, at 11:56 PM, Indraneel Majumdar wrote:
Hi,
Is this a typo?
org-find-exact-headling-in-buffer
occurs thrice instead of
org-find-exact-headline-in-buffer
I couldn't get it to work with
On Tue, Aug 31, 2010 at 8:08 AM, Douglas Bates wrote:
> I have been unable to find in the documentation whether the verbatim
> environment created by LaTeX exports of source code blocks can be
> configured.
>
> Exporting to LaTeX a section like
>
> --8<---cut here---start--
Hi,
Is this a typo?
org-find-exact-headling-in-buffer
occurs thrice instead of
org-find-exact-headline-in-buffer
I couldn't get it to work with headling. headline works fine.
I'm new to orgmode, and lisp in general, so I may be wrong.
Please let me know if I screwed up something (please cc, I'm
I have been unable to find in the documentation whether the verbatim
environment created by LaTeX exports of source code blocks can be
configured.
Exporting to LaTeX a section like
--8<---cut here---start->8---
#+LaTeX_CLASS: beamer
#+LaTeX_CLASS_OPTIONS: [pres
Hi Aidan,
unfortunately this is difficult to fix in a good way.
I do want to go back to footnotes, because I think there are many
things that do not yet work satisfactorily. And then I also hope to
address the issue you raised. For the time being, unfortunately, I do
not have a solution f
Am 31.08.2010 12:43, schrieb Giovanni Ridolfi:
Aidan Gauland writes:
Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
of 2010-08-29 on dimension8
Package: Org-mode version 7.01trans
It is impossible to have closing brackets in a footnote, because they
are treat
Aidan Gauland writes:
> Emacs : GNU Emacs 24.0.50.6 (x86_64-unknown-linux-gnu, GTK+ Version 2.20.1)
> of 2010-08-29 on dimension8
> Package: Org-mode version 7.01trans
> It is impossible to have closing brackets in a footnote, because they
> are treated as the closing bracket for the foot note
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 31/08/10 12:10, Kevin Brubeck Unhammer wrote:
> Hi,
>
> I just discovered synctex, which lets you shift-click a point in a pdf
> in Okular and find yourself back in the tex-file at the point that
> corresponds with that point in the pdf =D
Now on
Hi,
I just discovered synctex, which lets you shift-click a point in a pdf
in Okular and find yourself back in the tex-file at the point that
corresponds with that point in the pdf =D
But now the obvious question is: does there exist a "syncorg" to
transport me back into the org-mode file to the
> "Sergey" == Sergey Konoplev writes:
Sergey> Hi all, Are there ways to use Pomodoro technique
Sergey> (http://www.pomodorotechnique.com/) with org-mode? If there
Sergey> are what are the best practices?
Sergey> Thank you in advice.
Hello,
I always start a clock when I work
It is impossible to have closing brackets in a footnote, because they
are treated as the closing bracket for the foot note. Example...
* A heading
This is a broken footnote.[fn:: Some book at [42-24].]
This will export to (as ASCII, for example)...
org-fn-bug-example
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
is it possible to automatically insert the svn version number of the org
file visited by the org buffer into the text and also to pass it to a
code block as a variable?
I could use a code block with a bash script to extract that information
from s
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 31/08/10 02:06, Eric Schulte wrote:
> Hi Rainer,
>
> The easiest way to do this should be,
>
> --8<---cut here---start->8---
> ** pulling information from tags :blue:
>
> #
On Aug 26, 2010, at 2:21 AM, Neil Hepburn wrote:
Greetings all,
I have column view configured differently in several different org
files. In some the columns include things like priority and tags,
another file has columns like blocker and so on. When I do an agenda
search for special tod
On Aug 31, 2010, at 5:13 AM, Paul Sexton wrote:
There seems to be a fairly nasty bug caused by :PROPERTIES: drawers
still
being recognised by org when they appear inside BEGIN_EXAMPLE or
BEGIN_SRC blocks. I encountered this behaviour while writing docs for
"org-drill". The doc file, README.or
Hi Nick Dokos,
seems like my direct mail to nicholas dot dokos at hp dot com
is bouncing, at least when emacs-orgmode is also recipient (have not
tried without)
- Carsten
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to
Fixed, thanks.
- Carsten
On Aug 31, 2010, at 4:56 AM, Paul Sexton wrote:
Today (31 August),
if I evaluate "(org-read-date t)", then at the prompt type
"+3"
The string returned is:
"2010-08-34"
Paul
___
Emacs-orgmode mailing list
Please use `Reply
On Aug 31, 2010, at 8:51 AM, Nick Dokos wrote:
Carsten Dominik wrote:
On Aug 30, 2010, at 5:58 PM, Nick Dokos wrote:
Erik Iverson wrote:
That would be my thought, too. However, it appears that cm-super
is
only "suggested" by texlive-fonts-extra, so in general
will not get installed
48 matches
Mail list logo