Hi Avdi,
Avdi Grimm wrote:
> Presently there are three noweb modes: yes, no, and tangle. I would
> like a fourth, which would behave as follows:
Just for the sake of completeness, there is already a fourth option:
"no-export" which expands noweb references during tangling and execution, but
not d
Hi all
I'm trying to figure out what talks and DevRooms I should go to at
FOSDEM and I was wondering if some fellow orgers are going to be there.
Maybe we could meet for a chat, for dinner or even some hacking.
Unfortunately there doesn't seem to be a GNU devroom this year. Is there
any interest f
Hello,
Today I found a bug which was well described in
http://thread.gmane.org/gmane.emacs.orgmode/48388
is still there.
(emacs-version)
GNU Emacs 24.0.92.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.8)
(org-version)
Org-mode version 7.8.03
org-odt.el relies on (image-size ...) to determine pixel dimensions of
an image. For "large" images, this API returns "false" values. It would
be wonderful, if Emacs returns just the true value of the image or
nothing at all.
On a related note, IIRC, during batch export there is no way I can use
Andreas Leha writes:
>>> #+label: fig:baz
>>> #+name: baz
>>> #+attr_odt: :scale 0.5
>>> #+header: :file baz.png
>>> #+header: :width 7200 :height 3600 :res 600
>>> #+begin_src R :exports results :results graphics
>>> plot(1:10, 1:10)
>>> #+end_src
Image that R outputs is 7200-by-3600.
>> #+
Presently there are three noweb modes: yes, no, and tangle. I would
like a fourth, which would behave as follows:
On tangle: normal noweb expansion is performed.
On evaluation: normal noweb expansion is performed.
On export: noweb references are STRIPPED. Not just ignored, but the
lines containing
"Sebastien Vauban" writes:
> #+TITLE: Noweb references in LaTeX document
> #+DATE: 2012-01-30
>
> * Summary
>
> ** Problem
>
> I use 3 chunks of LaTeX code which I wanna insert in a LaTeX document.
>
> While 1 of them is correctly tangled into the LaTeX document, the 2 others
> generate
Yu writes:
> Hello!
>
> Thanks for the reply. The problem was, that I assumed the list
> `org-babel-noweb-error-langs' to require the same form as
> `org-babel-load-languages', i.e. something like
> : ( (latex . t) (python . t) (sh . t) )
>
> I didn't expect it to require a plain list of stri
Yu writes:
> Hello!
>
> I was wondering if there is a possibility to make org-files fully
> portable in behaviour (especially when exporting) between different
> emacs installations.
>
File Local Variables [1] make it possible to explicitly specify the
values of variables from within the text of
Yu writes:
> Hello!
>
> I was wondering if there is a possibility to make org-files fully
> portable in behaviour (especially when exporting) between different
> emacs installations.
>
> When reading the mailing list or other writing about org-mode,
> commonly suggestions of the type "just add (s
Jacek Generowicz writes:
> Hello,
>
> In the standard agenda view for any single day, apponintments appear
> in chronolological order before any TODOs which seem to be ordered
> accoriding to the order in which they appear in their org files.
>
> How could I get the TODOs to be sorted by somethin
John Hendy writes:
> On Mon, Jan 23, 2012 at 3:00 AM, Eric S Fraga wrote:
>>
>> The key, as John has already stated, is to record everything! With
>> emacs, I can usually pull out what I want *if* the information was
>> recorded in the first place.
>>
>> Finally, tags can be very useful for qui
On Mon, Jan 23, 2012 at 3:00 AM, Eric S Fraga wrote:
> Max Mikhanosha writes:
>
>> At Fri, 20 Jan 2012 12:04:51 -0600,
>> John Hendy wrote:
>
> [...]
>
>> Generally I think the way to tackle this is to take advantage that you
>> are working with plain text and not with Word document, and use
>> s
Hello,
Yu writes:
> When using "\\" to force linebreaks, these potentially get lost when
> reformatting the paragraph with Alt+Q (fill paragraph).
>
> Given an input
>
> : - long sentence long sentence
> :long sentence long sentence
> :long sentence long sentence
> :long sen
On Mon, Jan 30 2012 20:33 (@1327951983), Patrick Brennan wrote:
> This weekend, while trying to avoid doing any real work, I started noodling
> around with the Google Tasks API and I got a respectable distance toward a
> script which will read your Google Tasks and export them to Org-mode.
> Curre
#+TITLE: Noweb references in LaTeX document
#+DATE: 2012-01-30
* Summary
** Problem
I use 3 chunks of LaTeX code which I wanna insert in a LaTeX document.
While 1 of them is correctly tangled into the LaTeX document, the 2 others
generate errors when C-c C-v C-t'ing:
"if: referenc
"Christopher W. Ryan" writes:
> I'm fairly experienced with emacs, ESS, Sweave, and R, but I've only
> started to dabble in Org mode in the past couple of weeks. Just as
> Christoph is, I'm trying to decide whether/how Org-mode might be useful
> in organizing and carrying out research projects, p
This weekend, while trying to avoid doing any real work, I started noodling
around with the Google Tasks API and I got a respectable distance toward a
script which will read your Google Tasks and export them to Org-mode.
Currently it will capture the task title, the notes, the todo status (TODO
or
On 30.1.2012, at 18:53, François Pinard wrote:
> Carsten Dominik writes:
>
>> On Jan 30, 2012, at 4:28 PM, Carsten Dominik wrote:
>
>> commit 63fb485e2449e8ee23bee04c76dcb71cce4c0b61
>> Author: Carsten Dominik
>> Date: Fri Nov 13 14:48:00 2009 +0100
>
>>Implement showing the outline pa
>> On Mon, 30 Jan 2012 12:25:13 +0100, Antoine Levitt
>> wrote:
>>
>> Uwe Brauer
> (ccing gnus mailing list, in case someone is interested)
> I ran into that the other day.
> I think it would be very useful to have preview-buffer work
> on non-latex buffers.
Concerning or
Hello!
Thanks for the reply. The problem was, that I assumed the list
`org-babel-noweb-error-langs' to require the same form as
`org-babel-load-languages', i.e. something like
: ( (latex . t) (python . t) (sh . t) )
I didn't expect it to require a plain list of strings.
Now, that this misund
Carsten Dominik writes:
> On Jan 30, 2012, at 4:28 PM, Carsten Dominik wrote:
> commit 63fb485e2449e8ee23bee04c76dcb71cce4c0b61
> Author: Carsten Dominik
> Date: Fri Nov 13 14:48:00 2009 +0100
> Implement showing the outline path in the echo area while in the agenda
My optician keeps se
Angel de Vicente writes:
> and at the end of the file
>
> (setq load-path (cons "~/Emacs-custom" load-path))
> (require 'package)
> (package-initialize)
>
> Did I miss something else that I should do? I was planning on getting
> rid of the version that comes with Emacs, but I thought I should ask
I'm fairly experienced with emacs, ESS, Sweave, and R, but I've only
started to dabble in Org mode in the past couple of weeks. Just as
Christoph is, I'm trying to decide whether/how Org-mode might be useful
in organizing and carrying out research projects, presentations, etc. So
this thread has be
> Any idea on how to test if org is getting confused with 6.33 beyond
> reporting that as its version?
In your .emacs file, *just before* package-initialize add this and
restart Emacs.
(when (featurep 'org)
(error "Some mysterious force has already loaded org. Investigate why
this is so."))
On 30 January 2012 19:15, Jambunathan K wrote:
> Angel de Vicente writes:
>
> > Hi,
> >
> > I'm running Emacs 23.2.1 (bundled with Ubuntu 11.04), and until now I
> > was running the org-mode package that came with it (6.33x). Today I
> > decided to update to the latest org version, and I followe
Hello!
Scenario
-
* Maintain a potentially long org file as an appendix.
* In this appendix, many independent scripting tasks will be documented.
* Each such scripting task has similiar partial tasks, e.g. imports,
"settings", ...
In such a case, many independent scripts ma
Hello!
I was wondering if there is a possibility to make org-files fully
portable in behaviour (especially when exporting) between different
emacs installations.
When reading the mailing list or other writing about org-mode,
commonly suggestions of the type "just add (setq org-foo bar) to your
.e
Marc-Oliver Ihm writes:
> Am 29.01.2012 11:42, schrieb Andreas Leha:
>> :colnames yes
> Hi Andreas,
>
> Thanx, that is definitely a solution !
>
> And I agree with you, that its a bit puzzling, that both cases behave
> differently;
> the #+call-line should just have the same result as the #+begi
>
> Thanks. But out of interest why were the tests discarded? They are after
> all the proof that the code works, and the `living specification' of
> expected behavior.
>
> Just wondering
>
My apologies,
I didn't see the tests when looking at your patch and didn't realize
they were there. Thank
Tom Regner writes:
> Hi François,
Hi, Tom.
> if you check the *Messages* buffer, you should notice a message like :
> Cannot add a checkbox to a description list item
Thanks as well, Tom! :-)
François.
P.S. Tom, I tried to reply to you alone instead of through the list, but
the message was
Hello!
When using "\\" to force linebreaks, these potentially get lost when
reformatting the paragraph with Alt+Q (fill paragraph).
Given an input
: - long sentence long sentence
:long sentence long sentence
:long sentence long sentence
:long sentence: \\
:Next line.
On Jan 30, 2012, at 4:28 PM, Carsten Dominik wrote:
> Hi Francois,
>
> This is governed by the variable `org-agenda-show-outline-path',
Since November 2009, actually:
$ git log -S'org-agenda-show-outline-path'
gives
commit 63fb485e2449e8ee23bee04c76dcb71cce4c0b61
Author: Carsten Dominik
Dat
Hi Francois,
This is governed by the variable `org-agenda-show-outline-path',
which has been in Org for a long time and defaults to t.
- Carsten
On Jan 30, 2012, at 2:41 PM, François Pinard wrote:
> Hi, Org mode people.
>
> How nice! I never observed this before. When I'm moving the cursor u
Bastien writes:
> Hi François,
Bonjour, mon cher Bastien! :-)
> Ps: I would advise not mixing list types, e.g. not mixing plain list
> and descriptive list.
Advice taken! Thanks!
> If you try C-u C-c C-c on the "- petit :: chaperon" item,
> you will read this message
> "Cannot add a check
prad writes:
> since a url uses the forward slash as do italicized items, i'm having
> difficulty italicizing urls on the html export.
>
> /just [[http://gohere.com][go here]] will you?/
>
> shows up as
> /just go here will you?/
> on the html export (though the go here link is valid) with nothi
Angel de Vicente writes:
> Hi,
>
> I'm running Emacs 23.2.1 (bundled with Ubuntu 11.04), and until now I
> was running the org-mode package that came with it (6.33x). Today I
> decided to update to the latest org version, and I followed the
> instructions at http://orgmode.org/worg/org-faq.html#i
Hi, Org mode people.
How nice! I never observed this before. When I'm moving the cursor up
or down within the *Org Agenda* buffer, the mini-buffer cleverly
comments on the current entry, giving it context.
Maybe I stumbled on the keyboard and activated something without
noticing it? If a recen
On 28 Jan 2012, at 16:55, Bastien wrote:
> For some reason, the first code block is evaluated twice.
Ah, this explains why I was being asked twice if I allowed the code to run.
> When putting a headline on top of this first block, the error
> disappears.
>
> Sorry I can't help further with this
Hello,
In the standard agenda view for any single day, apponintments appear
in chronolological order before any TODOs which seem to be ordered
accoriding to the order in which they appear in their org files.
How could I get the TODOs to be sorted by something like effort-up
without breaking the c
Hi,
I'm running Emacs 23.2.1 (bundled with Ubuntu 11.04), and until now I
was running the org-mode package that came with it (6.33x). Today I
decided to update to the latest org version, and I followed the
instructions at http://orgmode.org/worg/org-faq.html#installing-via-elpa
When I do M-x loca
--
Suvayu
Open source is the future. It sets us free.
From d84c66830856c4ff75a3a7b19bbf99219b5e6b99 Mon Sep 17 00:00:00 2001
From: Suvayu Ali
Date: Mon, 9 Jan 2012 01:32:08 +0530
Subject: [PATCH] Minor fix in info documentation.
TINY CHANGE
---
doc/org.texi |4 +---
1 files changed, 1 inse
Hello
I am starting to use org-preview-latex-fragment also in non
org buffers, including message buffers.
What would be extremely helpful is to actually send the
images generates in the message buffers as images.
Preview-latex provides such a functionality
preview-copy-region-as-mml, from a LaT
43 matches
Mail list logo