Matthew Landis wrote:
> Hello orgmode fans,
>
> Another issue with org and R giving me headaches tonight.
>
> In the example below, using the :session header argument seems to
I guess you forgot to include the example?
Nick
> cause problems with export to html. On export, the *R* buffer is
Matthew Landis wrote:
> Matthew Landis isciences.com> writes:
>
> ...
>
> > #+begin_src R :session :results graphics :file regress_session.png :exports
> both
> >
> > plot(x, y, bty = 'n')
> > abline(f, lty = 'dashed')
> >
> > #+end_src
> > This code block doesn't work. No error, but no f
Hello orgmode fans,
Another issue with org and R giving me headaches tonight.
In the example below, using the :session header argument seems to cause
problems with export to html. On export, the *R* buffer is opened up,
but no file is created. in the *Messages* buffer, I see
org-export-blo
Matthew Landis isciences.com> writes:
>
> Hello all,
...
> Unfortunately, I can't seem to get graphics
> to insert themselves properly on export.
> org example
>
...
> * A stand-alone code block
>
> First, create some data, perform a regression, and plot
Hi Eric,
Thanks for the background. It looks like ob-screen may be very limited in
that it doesn't
It seems to me that a decent method would behave similarly to the way to
"M-x compile" works--- another buffer opens in which the compilation
progresses. Is there any reason why this might not be
Hello all,
I believe this is my first post on this list, and I'm very new to org-babel, so
forgive me if I am posting nonsense. However, I'm really enthused about the
possibilities org-babel presents. Unfortunately, I can't seem to get graphics
to insert themselves properly on export. I've i
George Kettleborough writes:
> On Tue, Feb 28 2012, Bernt Hansen wrote:
>> This patch needs a changelog entry in the commit text and a long
>> description would also be appreciated. The long description allows us
>> to see the purpose of the patch and how to use it without the necessity
>> to re
> Marcelo de Moraes Serpa writes:
> Hi folks, What is the best way to setup notifications to work with Growl for
> orgmode? I know org can work with emacs Appt system, but is anyone currently
> using it with Growl for notifications?
> If you could point me to the right direction, I'd be grat
Andreas Leha writes:
> "Sebastien Vauban"
> writes:
>
>> Hi Jonathan,
>>
>> Jonathan Leech-Pepin wrote:
>>> I ran into exactly that question this morning and managed to figure it out.
>>>
>>> If I use "emacs -q" then C-c & works as expected and is mapped to
>>> (org-mark-ring-goto & optional N).
@Shine thanks! I'll try that.
On Wed, Feb 29, 2012 at 5:20 PM, Marcelo de Moraes Serpa <
celose...@gmail.com> wrote:
> Oh crap! I tried a google search but it didn't brought any results. I did
> not remember. I'm sorry about that.
>
> I will check it out, thanks!
>
>
> On Wed, Feb 29, 2012 at 1:0
Oh crap! I tried a google search but it didn't brought any results. I did
not remember. I'm sorry about that.
I will check it out, thanks!
On Wed, Feb 29, 2012 at 1:00 PM, Shine Zhong wrote:
> There is a good tool integrate with Growl, "todochiku"
> http://www.emacswiki.org/emacs/ToDoChiKu
>
>
Hi Erik,
Currently there is not (to my knowledge) any support for asynchronous
code block evaluation. The one possible exception could be ob-screen
which I mention only because I don't really know anything about it.
This would certainly be a worthwhile feature to add to Org-mode code
blocks, how
"Sebastien Vauban"
writes:
> Hi Jonathan,
>
> Jonathan Leech-Pepin wrote:
>> I ran into exactly that question this morning and managed to figure it out.
>>
>> If I use "emacs -q" then C-c & works as expected and is mapped to
>> (org-mark-ring-goto & optional N). However when trying C-c & C-h I f
Hello,
Jambunathan K writes:
> I am attaching a patch that should fix this issue. I will let Nicolas
> review/apply it.
Ok, I have applied it.
Regards,
--
Nicolas Goaziou
Hi Jonathan,
Jonathan Leech-Pepin wrote:
> I ran into exactly that question this morning and managed to figure it out.
>
> If I use "emacs -q" then C-c & works as expected and is mapped to
> (org-mark-ring-goto & optional N). However when trying C-c & C-h I find
> out that C-c & is a prefix for a
I've attached 'minimal.org', which demonstrates (for me) an odd
behavior in current git head (I encountered this just after doing a git
pull).
There are two ls listings in this file, one after the 'foo' block, and
prefixed by a results: tag. The other is before the block, and not so
prefix
Eric Schulte writes:
> My guess is that when I removed require statements for org-html and
> org-ascii from from test-org-html and test-org-exp, they removed some
> functionality not loaded by default in the test scripts. These should
> probably be added into the Makefile.
Unless someone can giv
d.tchin writes:
Hi,
> |
> |# Local Variables:
> |# org-export-taskjuggler-target-version: 3.0
> |# org-export-taskjuggler-default-reports: ("include
> | \"gantexport.tji\"")
> |# End:
> `---
Achim Gratz writes:
> Eric Schulte writes:
>> Moving forward on this point, many of the existing tests explicitly
>> `require' new Org-mode functionality (mainly language support for
>> testing code blocks execution). I do not think that tests should ever
>> be activating new packages changing
Hello,
Martin Gürtler writes:
> Probably we need some option that tells the exporter to export section
> numbers for description-less links referring to org-mode headlines.
It will be standard across all major back-ends in the next export engine
(which is actually experimental).
Regards,
--
Hi,
I'm just starting to use org-mode and babel to structure exploratory data
analysis which I do for my work.
One issue that I've run into is that many of the queries I have to issue
will take a very long time to complete.
Is there any method I could use to execute them in a background process?
Eric Schulte writes:
>>> Does this do what you want?
>>
>> No.
>>
>> When I put point under the headline and type C-c @ C-c C-e d, it prompts
>> me to evaluate each of the blocks, and when I answer 'no' to each, it
>> produces a document that omits the previously computed results.
>>
>> What I w
Am Mittwoch, den 29.02.2012, 23:26 +0530 schrieb Jambunathan K:
> Martin Gürtler writes:
>
> > Hi,
> >
> > I wonder whether there is an easy way to refer to section numbers in ODT
> > export. TOCs including these numbers can be produced automatically
> > during export. Does anybody have an idea h
Eric Schulte writes:
> Moving forward on this point, many of the existing tests explicitly
> `require' new Org-mode functionality (mainly language support for
> testing code blocks execution). I do not think that tests should ever
> be activating new packages changing a users global environment.
Hello Thomas,
I ran into exactly that question this morning and managed to figure it out.
If I use "emacs -q" then C-c & works as expected and is mapped to
(org-mark-ring-goto & optional N). However when trying C-c & C-h I find
out that C-c & is a prefix for a few yasnippet commands:
,
| `y
Nick Dokos writes:
>Exactly what you've done: send the patch to the list.
>
>Modulo possible changelog formatting issues (see
>http://orgmode.org/worg/org-contribute.html#sec-5 for the gory details),
>the patch looks good to me. Thanks for submitting it!
Oh, thanks -- I should have looked for tho
Karl Fogel wrote:
> Nick Dokos writes:
> >There have been a couple of recent reports on this problem (headlines
> >with just a timestamp cause this error) in addition to the ones you
> >found:
> >
> >http://thread.gmane.org/gmane.emacs.orgmode/52621
> >http://thread.gmane.org/gmane.emacs
Nick Dokos writes:
>There have been a couple of recent reports on this problem (headlines
>with just a timestamp cause this error) in addition to the ones you
>found:
>
>http://thread.gmane.org/gmane.emacs.orgmode/52621
>http://thread.gmane.org/gmane.emacs.orgmode/52786
>
>The first one co
Hi,
I use the following testtj3.org file that I export to taskjuggler 3.0 :
,
|#+TITLE: testtj3.org
|#+PROPERTY: Effort_ALL 2d 5d 10d 20d 30d 35d 50d
There is a good tool integrate with Growl, "todochiku"
http://www.emacswiki.org/emacs/ToDoChiKu
Here is the section of my .emacs
---
;; begin todochiku, enable the growlnotify
(load-file "~/.emacs.d/plugins/todochiku.el")
(setq todochiku-icons-directory "~/Downloads/todochiku-icons")
;; end todoc
In the following paragraph, the highlighted and active link
is "Severity" as expected and the link is correct.
If you remove the spaces after the period, the label and
link are both corrupted.
If you are an advocate or want to be, the most important
article is
[[http://thekafkapandemic.blogs
Marcelo de Moraes Serpa wrote:
> Hi folks,
>
> What is the best way to setup notifications to work with Growl for orgmode? I
> know org can work with
> emacs Appt system, but is anyone currently using it with Growl for
> notifications?
>
> If you could point me to the right direction, I'd be
Thomas Holst writes:
> Hello orgers,
>
> · Ian Dalton wrote:
>
>> When I run `emacs -q' and evaluate `(setq org-babel-load-languages
>> '((ditaa . t)))', then try to export an org document to PDF, after
>> answering yes to "Evaluate this ditaa code block", I get:
>>
>> Wrong type argument: strin
Hi folks,
What is the best way to setup notifications to work with Growl for orgmode?
I know org can work with emacs Appt system, but is anyone currently using
it with Growl for notifications?
If you could point me to the right direction, I'd be grateful.
- Marcelo.
Martin Gürtler writes:
> Hi,
>
> I wonder whether there is an easy way to refer to section numbers in ODT
> export. TOCs including these numbers can be produced automatically
> during export. Does anybody have an idea how one could access that
> information inside the org file?
What you ask for,
At Tue, 28 Feb 2012 10:57:11 -0600,
Marcelo de Moraes Serpa wrote:
>
> Anyway, I can't emphasize enough how useful this feature is. Having
> different agenda filtered views at the same time is a
> timesaver. This should be in the main org branch!
Thanks for the kind words, I think you are the o
On Tue, Feb 28 2012, Bernt Hansen wrote:
> This patch needs a changelog entry in the commit text and a long
> description would also be appreciated. The long description allows us
> to see the purpose of the patch and how to use it without the necessity
> to read and parse any of the code changes.
>> Does this do what you want?
>
> No.
>
> When I put point under the headline and type C-c @ C-c C-e d, it prompts
> me to evaluate each of the blocks, and when I answer 'no' to each, it
> produces a document that omits the previously computed results.
>
> What I want is to grab *existing* result
t...@tsdye.com (Thomas S. Dye) writes:
> cbe...@tajo.ucsd.edu writes:
>
>> I sometimes create large documents with many dozens of src blocks and
>> associated #+RESULTS.
>>
>> I'd like to be able to grab some of these results blocks and export them
>> into a document. Since revisions of the src bl
Moving forward on this point, many of the existing tests explicitly
`require' new Org-mode functionality (mainly language support for
testing code blocks execution). I do not think that tests should ever
be activating new packages changing a users global environment.
For this reason I have just p
Andreas Leha writes:
> t...@tsdye.com (Thomas S. Dye) writes:
>
>> Andreas Leha writes:
>>
>>> Hi all,
>>>
>>> attached is a patch that enhances org-babel-goto-named-src-block (bound
>>> to C-c C-v g by default). Included are two enhancements:
>>>
>>> 1. the point is pushed to the org-mark-rin
Martin
I am attaching a patch that should fix this issue. I will let Nicolas
review/apply it.
ps: If you are not comfortable applying patches, the best way to get
things working again, is to force a blank line before the first
non-commented line in your Org file i.e., replace
--8<--
Hi,
I wonder whether there is an easy way to refer to section numbers in ODT
export. TOCs including these numbers can be produced automatically
during export. Does anybody have an idea how one could access that
information inside the org file?
Thanks,
Martin
Hello orgers,
· Ian Dalton wrote:
> When I run `emacs -q' and evaluate `(setq org-babel-load-languages
> '((ditaa . t)))', then try to export an org document to PDF, after
> answering yes to "Evaluate this ditaa code block", I get:
>
> Wrong type argument: stringp, nil
>
> Emacs : GNU Emacs 24.
Hi,
thanks for quick response.
Am Mittwoch, den 29.02.2012, 14:51 +0530 schrieb Jambunathan K:
> Martin Gürtler writes:
>
> I am not sure what version of Orgmode this corresponds to...What does
> M-x org-version RET say.
7.8.03, I use elpa.
> > There, the export of documents with footnotes see
At Wed, 29 Feb 2012 17:22:34 +0800,
James Harkins wrote:
> 1. Why does Emacs ignore 2 out of 3 agenda custom commands, which I defined
> through the customize interface and appear in correct syntax in my ~/.emacs?
>
> 2. Why does (org-agenda-sorting-strategy (quote (time-up))) have no effect in
At Mon, 27 Feb 2012 18:45:05 +0800,
James Harkins wrote:
>
> Hi,
>
> Two questions about agenda custom commands.
Hi,
Any ideas on these?
Short versions of the questions:
1. Why does Emacs ignore 2 out of 3 agenda custom commands, which I defined
through the customize interface and appear in
Martin Gürtler writes:
> Hi,
>
> I started using the new odt export feature of org mode, and it turns out
> to be very useful, and I am very pleased with the results. I am using
> the latest version available with the package manager of emacs-snapshot
> in debian (20120216).
I am not sure what v
t...@tsdye.com (Thomas S. Dye) writes:
> Andreas Leha writes:
>
>> Hi all,
>>
>> attached is a patch that enhances org-babel-goto-named-src-block (bound
>> to C-c C-v g by default). Included are two enhancements:
>>
>> 1. the point is pushed to the org-mark-ring, such that returning with
>>
Hi Colin,
Colin Fraizer writes:
> Wow, I think I'm an org pariah. Did my email violate some org cultural
> norm? :-)
Mhh.. maybe you're an "Org God", and thanks to Org your todo list is
already empty ;) Which might not be the case of people who may reply
to your email in depth. It's just one
50 matches
Mail list logo