Re: [O] Feature request for noweb mode that strips references on export

2012-01-30 Thread Sebastien Vauban
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

[O] Anyone going to FOSDEM?

2012-01-30 Thread Christian Egli
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

[O] [bug]Bug in export to LaTex: Lists with source code blocks

2012-01-30 Thread Boyun Tang
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

[O] 24.0.92; (image-size ...) on "large" images

2012-01-30 Thread Jambunathan K
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

Re: [O] [ODT] image scaling overridden by long caption

2012-01-30 Thread Jambunathan K
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. >> #+

[O] Feature request for noweb mode that strips references on export

2012-01-30 Thread Avdi Grimm
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

Re: [O] [bug] Problem when tangling into LaTeX

2012-01-30 Thread Eric Schulte
"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

Re: [O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-30 Thread Eric Schulte
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

Re: [O] Variable settings in .emacs VS cross device portability.

2012-01-30 Thread Eric Schulte
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

Re: [O] Variable settings in .emacs VS cross device portability.

2012-01-30 Thread Thomas S. Dye
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

Re: [O] Sort TODOs in agenda day

2012-01-30 Thread Bernt Hansen
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

Re: [O] Organizing by time or by subject and an idea

2012-01-30 Thread Bernt Hansen
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

Re: [O] Organizing by time or by subject and an idea

2012-01-30 Thread John Hendy
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

Re: [O] [BUG]? \\ and `fill-paragraph'

2012-01-30 Thread Nicolas Goaziou
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

Re: [O] Google Tasks Integration

2012-01-30 Thread Philipp Haselwarter
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

[O] [bug] Problem when tangling into LaTeX

2012-01-30 Thread Sebastien Vauban
#+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

Re: [O] how do scientists use org mode?

2012-01-30 Thread cberry
"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

[O] Google Tasks Integration

2012-01-30 Thread Patrick Brennan
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

Re: [O] Niceties when moving in the Agenda

2012-01-30 Thread Carsten Dominik
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

[O] a kludge (was: [AUCTeX-devel] org-preview-latex-fragment and preview-copy-region-as-mml)

2012-01-30 Thread Uwe Brauer
>> 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

Re: [O] Syntax error warnings? (Especially important with :noweb-ref's)

2012-01-30 Thread Yu
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

Re: [O] Niceties when moving in the Agenda

2012-01-30 Thread François Pinard
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

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
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

Re: [O] how do scientists use org mode?

2012-01-30 Thread Christopher W. Ryan
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

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
> 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."))

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Sankalp
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

[O] "noweb-ref": Limiting scope of definitions?

2012-01-30 Thread Yu
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

[O] Variable settings in .emacs VS cross device portability.

2012-01-30 Thread Yu
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

Re: [O] [babel] #+call-line removes hlines and headings ?

2012-01-30 Thread Eric Schulte
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

Re: [O] [babel][patch] BUG in inline source blocks

2012-01-30 Thread Eric Schulte
> > 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

Re: [O] Unexpected behaviour while adding checkboxes

2012-01-30 Thread François Pinard
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

[O] [BUG]? \\ and `fill-paragraph'

2012-01-30 Thread Yu
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.

Re: [O] Niceties when moving in the Agenda

2012-01-30 Thread Carsten Dominik
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

Re: [O] Niceties when moving in the Agenda

2012-01-30 Thread Carsten Dominik
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

Re: [O] Unexpected behaviour while adding checkboxes

2012-01-30 Thread François Pinard
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

Re: [O] italicizing urls

2012-01-30 Thread Thomas S. Dye
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

Re: [O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Jambunathan K
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

[O] Niceties when moving in the Agenda

2012-01-30 Thread François Pinard
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

Re: [O] Invalid read syntax "#"?

2012-01-30 Thread Alan Schmitt
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

[O] Sort TODOs in agenda day

2012-01-30 Thread Jacek Generowicz
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

[O] org-version reported as 6.33x after upgrading to the "latest and greatest" with Emacs' Package Manager

2012-01-30 Thread Angel de Vicente
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

[O] [PATCH] Minor fix in info documentation

2012-01-30 Thread suvayu ali
-- 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

[O] org-preview-latex-fragment and preview-copy-region-as-mml

2012-01-30 Thread Uwe Brauer
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