Hi John,
when you look into gnuplot-ob.el, there are some commentary about
requirements:
#+begin_example
;;; Requirements:
;; - gnuplot :: http://www.gnuplot.info/
;;
;; - gnuplot-mode ::
http://cars9.uchicago.edu/~ravel/software/gnuplot-mode.html
#+end_example
The 3.7 most probably is from
Eric Schulte wrote:
> It seems there are *two* ways to pass variables into gnuplot. One uses
> user variables [1], and the other directly replaces variables in the
> code block [2]. You've been using the former, and I've been using the
> latter. The bug only existed in the former, but I believ
Ah,
My apologies, thank you both for persisting in raising this issue.
It seems there are *two* ways to pass variables into gnuplot. One uses
user variables [1], and the other directly replaces variables in the
code block [2]. You've been using the former, and I've been using the
latter. The b
Nick Dokos wrote:
> Eric Schulte wrote:
>
> > Hi Nigel,
> >
> > Org-mode gnuplot code blocks do make use of user variables [1] for
> > passing arguments into gnuplot. I believe that this feature may only be
> > available in later versions of gnuplot. I'm using gnuplot 4.4 locally
> > and I'v
Louis Turk wrote:
> Is there any way to prevent org-agenda files from loading except when
> visiting files with the org extension?
>
Care to be a bit more explicit?
Thanks,
Nick
___
Emacs-orgmode mailing list
Please use `Reply All' to send repli
Is there any way to prevent org-agenda files from loading except when
visiting files with the org extension?
Lou
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/li
Hi Marvin,
> Org mode is now a part of my daily work-flow, not only do I use it for
> teaching, scheduling my time, but I also use it to store my research notes.
> The only snag is several of my collaborators is tied to microsoft word, and
> thus my only work around is to export my notes and draft
Hi Bar,
You should use C-c a m, and use a search string of the form
mytag+TODO="WAITING"
This matches for a specific TODO state (for example, WAITING).
Check the corresponding manual section here:
http://orgmode.org/manual/Matching-tags-and-properties.html#Matching-tags-and-properties
BR
"Gez" writes:
> I've had my main system in org mode for a couple of weeks now and I'm getting
> on really well - it's an amazing
> tool. I'm very grateful for it. And for the support here too.
>
> I want to set up org-capture but cannot find it using M-x customize-apropos.
> I'm guessing th
bar tomas writes:
> Hi,
> I like to create an agenda view of all items that have a specific tag
> and also a specific TODO keyword.
> I've tried with
>
> C-c a M
>
> but this retrieves all TODO items that are not DONE but I would like
> to match only a specific TODO keyword (I've defined my own T
Thanks, it works now though I am not sure about the best way to load
emacs. Nowadays I use 'emacsclient -c' and let it handle the process of
starting the daemon but
1. Should I let org-interaction.el start the server from now on?
(eg. by loading it in my .emacs)
2. Should I start another emacs in
Am 26.10.2010 10:05, schrieb Dan Davison:
[...]
Am 24.10.2010 05:44, schrieb Bernd Weiss:
[...]
Dear all,
Yesterday, I spent some time (re-)discovering the power of org-babel
and R. Everything works well but there is one issue that I find
somewhat annoying (I apologise if this word is too
Eric Schulte wrote:
> Hi Nigel,
>
> Org-mode gnuplot code blocks do make use of user variables [1] for
> passing arguments into gnuplot. I believe that this feature may only be
> available in later versions of gnuplot. I'm using gnuplot 4.4 locally
> and I've had no problems using gnuplot from
Eric - thanks. I'm using 4.4 as well. Up until today, the gnuplot code
blocks using data from org-mode tables worked fine. As of today, the
data from the org-mode tables appears to come through to gnuplot in a
format that gnuplot cannot understand. I guessing thats why gnuplot is
complaining t
Hi,
First my previously pasted :exports code will throw errors on
interactive evaluation (i.e. when not exporting), this alternative
should be more robust.
:exports (if (and (boundp 'latexp) latexp) "code" "results")
As for placing latex headers in a latex code block, I don't believe that
is cu
Carsten Dominik writes:
> On Oct 26, 2010, at 3:53 PM, Rainer Stengele wrote:
>
>> Am 26.10.2010 13:30, schrieb Carsten Dominik:
>>> Hi Rainer, hi Bernt,
>>>
>>> On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote:
>>>
Am 21.07.2010 16:24, schrieb Carsten Dominik:
>
> On Jul 13, 2010,
I have the latest git version in emacs and am trying to use encryption.
The Mobileorg files look to me as if they got properly encrypted, but
on the iPhone the v 1.4 app can't determine the encoding, and is never
prompting for a password?
What's up, what gives?
Thanks for what looks like a promisi
Perhaps Babel can do it inline?
On Tue, Oct 26, 2010 at 04:47:01PM -0400, Marvin Doyley wrote:
> This sounds like a good plan. I think I can convert my latex snippet to pdf
> using latexit and past it directly in word, which should be a breeze.
>
> Cheers
> M
>
> On Tue, Oct 26, 2010 at 3:48 PM, R
Hi Nigel,
Org-mode gnuplot code blocks do make use of user variables [1] for
passing arguments into gnuplot. I believe that this feature may only be
available in later versions of gnuplot. I'm using gnuplot 4.4 locally
and I've had no problems using gnuplot from Org-mode code blocks which I
do m
John - thanks for the quick reply (and, btw, the very useful tutorial).
I ought to have noted that the example works fine when invoked directly
from the command line, with the only change being that I move the data
into a file (mainly because I don't know the correct gnuplot syntax for
putting tab
Hello,
> Anthony Lander writes:
> With regards to the discussion below, if I set
> org-list-ending-method to 'regex
The correct value is 'regexp.
> it seems to get confused if there is a drawer between the headline
> and the first line of text, so pressing TAB with the cursor at the
> verti
Maybe it would just be easier if someone attached a .org file that functions
as you think would work well -- with both the document and the babel/TikZ
export having the same sans-serif font. Perhaps then I could simply C-e p
the document and C-c C-c the babel block myself to examine how it behaves?
As a workaround, you could use description lists, such that your
source code becomes:
** Timeline
- September 2011 :: Research team assembles initial documents
Though this will be less useful in HTML export since the exporter adds
a line break after 2011. It should render how you want using th
On Tue, Oct 26, 2010 at 3:10 PM, Nigel Beck wrote:
> I refreshed today 7.01trans and noticed I couldn't get my gnuplots to
> plot anymore: data from a table within the org file is no longer
> digested nicely by gnuplot.
>
>
That's odd. I wrote the tutorial and thus my heart skipped a beat for a
m
Hi,
A recent question made me recall something I'd been meaning to ask. I have
gnuplot 4.4.2 installed but whenever I generate gnuplot from org-mode/babel,
the minibuffer flashes:
gnuplot-mode- 0.6.0 (gnuplot 3.7)
or soemthing similar. Where is the 3.7 coming from? I checked gnuplot-ob.el
for a
Following up my own email (hopefully this will be threaded correctly) - I've
found the customize interface for capture now. It appeared _after_ I'd
written some settings into my .emacs file.
Is there a reason capture wasn't in the customize browser before? I mean,
is that the expected behaviour
I refreshed today 7.01trans and noticed I couldn't get my gnuplots to
plot anymore: data from a table within the org file is no longer
digested nicely by gnuplot.
To test, I used the snippet below from the worg
http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.php:
** Data Table
This sounds like a good plan. I think I can convert my latex snippet to pdf
using latexit and past it directly in word, which should be a breeze.
Cheers
M
On Tue, Oct 26, 2010 at 3:48 PM, Russell Adams wrote:
> On Tue, Oct 26, 2010 at 12:49:28PM -0400, Marvin Doyley wrote:
> > Org mode is now a
Hi Jambunathan,
This would be wonderful, I will keep a watch for the announcement.
Rewriting the equations shouldn't be a major problem
Best
M
On Tue, Oct 26, 2010 at 2:42 PM, Jambunathan K wrote:
>
> Hello Marvin
>
> > Org mode is now a part of my daily work-flow, not only do I use it for
> >
At Fri, 08 Oct 2010 16:35:06 +0800,
Water Lin wrote:
>
>
> I am using org project to build my web page. I have written a lot of
> stuff but while I am publishing the org files, I just want to publish
> the part which are marked as DONE( the keyword ).
>
> Is it possbile?
Yes, for example with this
On Mon, Oct 25, 2010 at 17:39, Bill Zingler wrote:
> All,
> Is it possible to have multi-line headlines? If so, how do I set it up?
Not as such, no, but you could use visual-line-mode to wrap the overly
long line on screen. (I think this was added with emacs 23.1.)
// Ben
_
On Tue, Oct 26, 2010 at 12:49:28PM -0400, Marvin Doyley wrote:
> Org mode is now a part of my daily work-flow, not only do I use it for
> teaching, scheduling my time, but I also use it to store my research notes.
> The only snag is several of my collaborators is tied to microsoft word, and
> thus
At Fri, 15 Oct 2010 14:18:05 -0400,
Raymond Zeitler wrote:
>
> I just finished studying John Wiegley's excellent tutorial[1], and now I'm
> customizing his recommended setup. After changing the list of default tags
> that follow the #+TAGS setting, I wondered about the other in-buffer
> settings t
Thanks, Carsten.
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
On Mon, 25 Oct 2010 11:39:11 -0400, Bill Zingler wrote:
>
> Is it possible to have multi-line headlines? If so, how do I set it up?
Not within an org file. After all, how could org distinguish the
second and subsequent lines as being supplementary headline lines
versus normal text lines? You
Carsten
>>
>>
>>> For people who cannot use git, the
>>> snapshot release files,
>>> corresponding to the latest git version,
>>> are provided http://repo.or.cz/w/org-mode.git";>in the git
>>> repository. Choose which snapshot you want, presumably
>>> the first line in the "shortlog" section an
Marvin
> This looks very interesting, and would definitely save time - no more
> reading into word and reformatting.
> How much does docq cost ?
I'm using the free version of docq, which has some limitations in
terms of number of uploads etc. Paid versions are $7 and $13
depending on requiremen
Hello Marvin
> Org mode is now a part of my daily work-flow, not only do I use it for
> teaching, scheduling my time, but I also use it to store my research notes.
> The only snag is several of my collaborators is tied to microsoft word, and
> thus my only work around is to export my notes and d
I've had my main system in org mode for a couple of weeks now and I'm getting
on really well - it's an amazing tool. I'm very grateful for it. And for the
support here too.
I want to set up org-capture but cannot find it using M-x customize-apropos.
I'm guessing that the customize browser is
Hi Matthew,
Matthew Oesting writes:
> A few of us at my institution have started using CALC in our documents
> (not embedded, which is far too clumsy for most of us, but C-x * u and
> simple embedded phrases, often to the tune of several pages) to use
> Emacs text files rather like Maple and Mat
Graham,
This looks very interesting, and would definitely save time - no more
reading into word and reformatting.
How much does docq cost ?
cheers
M
On Tue, Oct 26, 2010 at 1:13 PM, Graham Smith wrote:
> Marvin,
>
> Although, not exactly answering your question, I have just started using
>
> h
I just updated my org mode for the first time, using a snapshot, and I had
an issue with org-install. Although I think it's resolved I'm documenting
it here in case
a) I've done something incorrect which needs pointing out to me
b) it helps others with the same problem
c) it is useful for
Carsten wrote:
2. A complex new structure that would somehow utilize properties to
crease a tag-like parallel structure that can be used in searches.
I think it is a interesting idea to use properties for an "extended"
use of tags.
My first attempt to implement my use of tags to organize
Marvin,
Although, not exactly answering your question, I have just started using
https://docq.com/
and
http://a.nnotate.com/
You can compile as PDF from OrgMode and upload to either of these
sites. Send a web link to the reviewer, who can then annotate and
comment on your document.
You still
Org mode is now a part of my daily work-flow, not only do I use it for
teaching, scheduling my time, but I also use it to store my research notes.
The only snag is several of my collaborators is tied to microsoft word, and
thus my only work around is to export my notes and draft from Org to plain
Hi Matt,
In LaTeX with the standard article class, I believe that \paragraph{}
and \subparagraph{} are the sections that set the heading on the same
line as the text. How you get that in the LaTeX output depends on how
you've set org-export-latex-classes.
All the best,
Tom
On Oct 26, 20
Matt Price writes:
> Hi eveyrone,
>
> I'm coming up on this with some frequency now -- I often need to write
> documents in a pretty compact format, in which subheadings really need to be
> on the same line as their component text. so for instance here:
>
> ** Timeline
> *** September 2011
> Rese
On Oct 26, 2010, at 3:53 PM, Rainer Stengele wrote:
Am 26.10.2010 13:30, schrieb Carsten Dominik:
Hi Rainer, hi Bernt,
On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote:
Am 21.07.2010 16:24, schrieb Carsten Dominik:
On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote:
Hi all!
lately I
On Oct 23, 2010, at 4:37 AM, Samuel Wales wrote:
Here is an idea for a minor feature in capture.
Sometimes you don't want the buffer to stay around, but you
want to capture to it. Perhaps the plist notation could
include the possibility of killing the buffer after
capturing to it? I didn't f
Carsten Dominik writes:
> On Oct 25, 2010, at 11:52 PM, Baoqiu Cui wrote:
>
>> Sebastian Rose writes:
>>
>>> Carsten Dominik writes:
OK, I will use class. I could make a special case for the docbook
exporter..
>>>
>>> +1
>>
>> +1 for making a "special case for the docbook exporte
Hi eveyrone,
I'm coming up on this with some frequency now -- I often need to write
documents in a pretty compact format, in which subheadings really need to be
on the same line as their component text. so for instance here:
** Timeline
*** September 2011
Research team assembles initial document
Vincent Belaïche writes:
>>> My Org mode version is not able to interprete any `%20' or suchlike
>>> escape codes in file://... URL
>>Which Org mode version are you using?
>>
>>M-x org-version RET
>>
>>And can you give an example of a link that does not work as expected?
>>
>
> [[file://local
Hi,
I like to create an agenda view of all items that have a specific tag
and also a specific TODO keyword.
I've tried with
C-c a M
but this retrieves all TODO items that are not DONE but I would like
to match only a specific TODO keyword (I've defined my own TODO
categories with +SEQ_TODO)
Many
Hi Nicolas,
With regards to the discussion below, if I 'set org-list-ending-method
to 'regex, it seems to get confused if there is a drawer between the
headline and the first line of text, so pressing TAB with the cursor
at the vertical bar in this example:
>8---
** Headline
:PROP
On Oct 26, 2010, at 3:53 PM, Rainer Stengele wrote:
Am 26.10.2010 13:30, schrieb Carsten Dominik:
Hi Rainer, hi Bernt,
On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote:
Am 21.07.2010 16:24, schrieb Carsten Dominik:
On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote:
Hi all!
lately I
On Tue, Oct 26, 2010 at 3:17 AM, Eric S Fraga wrote:
> On Mon, 25 Oct 2010 13:58:41 -0500, John Hendy wrote:
> >
> > [1 ]
> >
> > [2 ]
> > On Mon, Oct 25, 2010 at 1:53 PM, Eric Schulte
> wrote:
> >
> > Hi John,
> >
> > In the case you describe I would export the *code* of the tikz lat
"Eric Schulte" writes:
> Hi Bernd,
>
> It seems that you have already found the best solution in the indirect
> edit buffers (by calling C-c ' from inside of a code block). I would
> only add that in the email you mentioned below, I was specifically
> talking about syntax highlighting of R code
Am 26.10.2010 13:30, schrieb Carsten Dominik:
> Hi Rainer, hi Bernt,
>
> On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote:
>
>> Am 21.07.2010 16:24, schrieb Carsten Dominik:
>>>
>>> On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote:
>>>
Hi all!
lately I use the marvelous clocktab
> Carsten Dominik writes:
> I think it would be OK to modify the indentation code to do the most
> useful thing in this case, which is indenting to under the list. Is
> is OK to put the burden for terminating list by indentation on the
> user.
I fear that by doing this modification, we're
On Oct 26, 2010, at 12:58 PM, Nicolas Goaziou wrote:
Hello,
Rainer Stengele writes:
Sometime I do save some an email body text under an org item.
Pasting the text under "item" leads to
* heading
- item
E-Mail body text line1
E-Mail body text line2
...
Now I cannot use C-j of course.
- Original Message -
From: "Carsten Dominik"
To: "Gez"
Subject: Re: [Orgmode] VISIBILITY property and C-u C-u
On Oct 17, 2010, at 5:41 PM, Gez wrote:
I have a query about the C-u C-u TAB command. When I've just edited
or used S-TAB (no matter which part of the global cycle it'
Hi Rainer, hi Bernt,
On Jul 22, 2010, at 9:16 AM, Rainer Stengele wrote:
Am 21.07.2010 16:24, schrieb Carsten Dominik:
On Jul 13, 2010, at 11:21 AM, Rainer Stengele wrote:
Hi all!
lately I use the marvelous clocktables a lot...
For toplevel clocktables which just sum up "all" I use ":maxl
Hello,
> Rainer Stengele writes:
> Sometime I do save some an email body text under an org item.
> Pasting the text under "item" leads to
> * heading
> - item
> E-Mail body text line1
> E-Mail body text line2
> ...
> Now I cannot use C-j of course. How do I easily get
> * heading
> - i
Am 26.10.2010 11:06, schrieb Nicolas Goaziou:
> Hello,
>
>> Rainer Stengele writes:
>
>> One thing that is annoying me still:
>
>> Having
>
>> ** headline
>>- indent
>> text
>> ^
>
>> and pressing "TAB" I end up with
>
>> ** headline
>>- indent
>>text
>>^
>
>> but would l
On Mon, 25 Oct 2010 13:30:29 -0400, Matt Lundin wrote:
>
> Eric S Fraga writes:
[...]
>
> Thanks for this clarification Eric. I updated the FAQ accordingly.
Thanks! You beat me to it. I was off-line most of yesterday
(examining a PhD student...) but had given myself a task for today to
up
I just downloaded ido-hacks.el and added the following lines to my .emacs
(require 'ido-hacks)
(ido-hacks-mode t)
but it still does use ido for attachments.
Chris
On 23 October 2010 22:45, Samuel Wales wrote:
> Look for ido-hacks.el.
>
--
Postdoctoral Research Fellow
Molecular Imaging Group
On Mon, 25 Oct 2010 13:58:41 -0500, John Hendy wrote:
>
> [1 ]
>
> [2 ]
> On Mon, Oct 25, 2010 at 1:53 PM, Eric Schulte wrote:
>
> Hi John,
>
> In the case you describe I would export the *code* of the tikz latex
> block rather than the file resulting from evaluating the bloc
Hello,
> Rainer Stengele writes:
> One thing that is annoying me still:
> Having
> ** headline
>- indent
> text
> ^
> and pressing "TAB" I end up with
> ** headline
>- indent
>text
>^
> but would like to have
> ** headline
>- indent
> text
> ^
> Is this co
Hi Carsten,
Carsten Dominik wrote:
> On Oct 25, 2010, at 7:30 PM, Matt Lundin wrote:
>> Eric S Fraga writes:
>>> On Sun, 24 Oct 2010 17:11:34 +0200, Rainer Thiel wrote:
* TODO Class 10:00am-12:00am
<%%(org-diary-class 10 18 2010 2 12 2011 3)>
>>>
>>> What is wrong (if you can call
On Oct 22, 2010, at 1:43 PM, Richard Riley wrote:
What determines the level of a new capture element? e.g I just created
one and it started at "".
That is dependent on where your target is. If the target is a level 3
entry,
then the capture item will be level 4.
feature request :
Hello,
> Rainer Stengele writes:
> One thing that is annoying me still:
> Having
> ** headline
>- indent
> text
> ^
> and pressing "TAB" I end up with
> ** headline
>- indent
>text
>^
> but would like to have
> ** headline
>- indent
> text
> ^
> Is this co
Am 25.10.2010 19:06, schrieb Nicolas Goaziou:
> Hello,
>
>> Rainer Stengele writes:
>
>> Dear all,
>
>> I am struggling with a simple indentation problem.
>
>> Having this: (1)
>>
>
>> * test
>> - indented
>> li
On Tue, Oct 26, 2010 at 2:05 PM, Marcel van der Boom wrote:
> On di 26-okt-2010 13:54
> Noorul Islam wrote:
>
>>On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom
>> wrote:
>>> On di 26-okt-2010 06:35
>>> Carsten Dominik wrote:
>>>
>> I find that puzzling. What might have changed in Emacs
On Mon, Oct 25, 2010 at 5:04 PM, Carsten Dominik
wrote:
> Hi Noorul,
>
> could you please make a more detailed test case of this but, with an example
> files (capture target and refile target files) and step by step
> instructions. I am not sure I understand what exactly you are doing.
>
I think
On di 26-okt-2010 13:54
Noorul Islam wrote:
>On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom
> wrote:
>> On di 26-okt-2010 06:35
>> Carsten Dominik wrote:
>>
> I find that puzzling. What might have changed in Emacs 24 to
> cause such
> differences? I do not use Emacs 24 on a d
On Tue, Oct 26, 2010 at 1:46 PM, Marcel van der Boom wrote:
> On di 26-okt-2010 06:35
> Carsten Dominik wrote:
>
I find that puzzling. What might have changed in Emacs 24 to
cause such
differences? I do not use Emacs 24 on a day-to-day basis yet.
>>>
>>> On emacs 24 (newline
Hello,
> Nathaniel Flath writes:
> I think I've fixed the issues brought up with this new patch. Please
> let me know what you think.
I've noticed a couple of glitches.
First, you are using
(> 28 (length struct))
to know when to replace letters by numbers. But (length struct)
doesn't al
On Oct 26, 2010, at 10:21 AM, Nicolas Goaziou wrote:
Hello,
Nathaniel Flath writes:
I think I've fixed the issues brought up with this new patch. Please
let me know what you think.
I've noticed a couple of glitches.
First, you are using
(> 28 (length struct))
to know when to replace
On di 26-okt-2010 06:35
Carsten Dominik wrote:
>>> I find that puzzling. What might have changed in Emacs 24 to
>>> cause such
>>> differences? I do not use Emacs 24 on a day-to-day basis yet.
>>>
>>
>> On emacs 24 (newline 0) inserts a new line which I think is
>> incorrect.
>
>Sounds like
On di 26-okt-2010 11:06
Noorul Islam wrote:
[...]
>>> Sounds like a but to me too.
>>> For now I am working around this in the latest git version.
>>>
>>> Marcel, this should be fixed. Could you please submit a bug report
>>> to Emacs 24, stating that (newline 0) does insert a newline?
>>>
>>
>>
80 matches
Mail list logo