Re: [O] :noweb header argument

2012-01-11 Thread Sebastien Vauban
Hi Thomas, Eric(s) and all, Thomas S. Dye wrote: Eric Schulte eric.schu...@gmx.com writes: t...@tsdye.com (Thomas S. Dye) writes: Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Thomas S. Dye wrote: | tangle | -| + | - | |+--++| | need | +

Re: [O] inline src_R also in latex src block

2012-01-11 Thread Andreas Leha
Michael Bach pha...@gmail.com writes: Andreas Leha andreas.l...@med.uni-goettingen.de writes: would this noweb-based approach work for you: #+name: inner_test #+begin_src R 4 + 4 #+end_src #+name: test #+begin_src latex :noweb yes \begin{equation} inner_test()

[O] [bug] alias for list-diary-entries-hook creates loop in emacs 24

2012-01-11 Thread Eric S Fraga
Hello, one of the recent updates commit d6e40fb3472761ed51795f54491b969976167116 to org has caused a problem with the latest emacs snapshot (version from 5 January I believe). Specifically, the alias for list-diary-entries-hook would appear to create an alias loop as diary-lib.el in emacs

Re: [O] [bug] alias for list-diary-entries-hook creates loop in emacs 24

2012-01-11 Thread d . tchin
Eric S Fraga e.fraga at ucl.ac.uk writes: Hello, one of the recent updates commit d6e40fb3472761ed51795f54491b969976167116 to org has caused a problem with the latest emacs snapshot (version from 5 January I believe). Specifically, the alias for list-diary-entries-hook would

Re: [O] [bug] alias for list-diary-entries-hook creates loop in emacs 24

2012-01-11 Thread Eric S Fraga
d.tchin d.tc...@voila.fr writes: Eric S Fraga e.fraga at ucl.ac.uk writes: Hello, one of the recent updates commit d6e40fb3472761ed51795f54491b969976167116 to org has caused a problem with the latest emacs snapshot (version from 5 January I believe). Specifically, the alias for

[O] automatic tangle

2012-01-11 Thread András Major
Hi fellows, I've just discovered that I'm missing a feature in org-mode. These days I write much of my code in an Org buffer and tangle it into a set of source files. Currently, I follow a rather cumbersome procedure when making changes to the code: 1. I change the Org file using the C-cC-c

[O] [babel]org-mode-tangle-jump-to-org and line number?

2012-01-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I am using org-mode-tangle-jump-to-org to jump from tangled code to the source in the org file. This works nice, but if I remember correctly, there was talk about implementing that the jump is to the line of code - has this been implemented yet,

[O] Using last row in remote table references

2012-01-11 Thread Phil (Philip) Mason
Hello all, Should I be able to use @ in references to remote tables? For example in the tables below I would expect the results table to show cde as the result of both formulas. #+TBLNAME: TEST1 |---+---| | a | f | | b | g | | c | h | | d | i | | e | j | |---+---| #+TBLNAME: RESULTS

Re: [O] automatic tangle

2012-01-11 Thread Sebastien Vauban
Hi András, András Major wrote: I've just discovered that I'm missing a feature in org-mode. These days I write much of my code in an Org buffer and tangle it into a set of source files. Currently, I follow a rather cumbersome procedure when making changes to the code: 1. I change the Org

Re: [O] Including source when exporting in PDF

2012-01-11 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/01/12 08:45, Eric Schulte wrote: Frozenlock frozenl...@gmail.com writes: I am a strong advocate in keeping the source of everything. However, a source can easily be lost if it doesn't follow the document. In LaTeX, there's a package to

Re: [O] Capitalisation and good taste ?

2012-01-11 Thread Bastien
Bastien b...@altern.org writes: Actually, I'm thinking of another solution: - keep one-line option/environment keywords uppercase #+NAME #+HTML #+TITLE #+... - use lowercase for multi-lines environments keywords #+begin_ascii #+begin_html #+results This is the only

Re: [O] Capitalisation and good taste ?

2012-01-11 Thread Bastien
Hi François, pin...@iro.umontreal.ca (François Pinard) writes: Could the highlighting be made consistent as well? I would suggest that gray is uniformly kept for all one-line option/environment keywords. Currently, #+TITLE is gray, #+OPTIONS is red, so #+OPTION would be rendered the same as

Re: [O] C-k in visual line mode

2012-01-11 Thread Bastien
Hi François, pin...@iro.umontreal.ca (François Pinard) writes: Let me suggest this tiny patch, so C-k does the proper thing in visual line mode. Applied, thanks. -- Bastien

Re: [O] :noweb header argument

2012-01-11 Thread Eric S Fraga
Sebastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Thomas, Eric(s) and all, Hi Sebastien, [...] I use HTML export more and more, and would be sad if the solution wasn't targeted at all to HTML as well. I agree although this doesn't preclude target specific customisation variables; it

Re: [O] Symbol's function definition is void: org-write-agenda

2012-01-11 Thread Eric S Fraga
Bastien b...@altern.org writes: Karl Voit devn...@karl-voit.at writes: `org-write-agenda' has been renamed to `org-agenda-write', please update your code. Thanks for the hint! Missed in in the change notes ... You didn't miss anything -- this change is in current git HEAD, which used

Re: [O] Minor org mode for achieve code folding effects

2012-01-11 Thread Eric S Fraga
Giovanni Giorgi j...@gioorgi.com writes: Hi all, I'd like to edit some ruby/python/shell script using functions folding. I'd like to get a way to fold functions or method. Giovanni, I wonder, having thought about this some more, whether using org mode is the correct solution? (as

Re: [O] Diacritics in image file names

2012-01-11 Thread Eric S Fraga
pin...@iro.umontreal.ca (François Pinard) writes: Hi, Org people. It seems that if I use diacritics in file names for included images, and then asks for a PDF rendering of it (through LaTeX), the image does not get included. If I remember correctly, I only get a big hollow square, with the

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-11 Thread Eric S Fraga
Leo Alekseyev dnqu...@gmail.com writes: I often edit my org-babel code blocks via org-edit-special (C-'), in part because I find the tabbing behavior within the code blocks to be somewhat flaky. Inevitably, when editing the code block I will press C-x C-s (muscle memory). This causes all

[O] [PATCH] Show human-readable link descriptions first when inserting links

2012-01-11 Thread Dave Abrahams
This patch makes it easy to select links from among a forest of similar-looking machine-readable forms. Without it, the human-readable descriptions tend to fall off the right side of the window. From fa9522e8dd1ef602574d0fb58f8f610ef82b15d7 Mon Sep 17 00:00:00 2001 From: Dave Abrahams

[O] Maybe a typo in the manual?

2012-01-11 Thread François Pinard
Hi, Org people. I'm not familiar with referencing in documents, so I'm not sure. The section 11.2 Images and Tables in the manual says: You can use the following lines somewhere before the table to assign a caption and a label for cross references, and in the text you can refer to the object

Re: [O] Maybe a typo in the manual?

2012-01-11 Thread Thomas S. Dye
pin...@iro.umontreal.ca (François Pinard) writes: Hi, Org people. I'm not familiar with referencing in documents, so I'm not sure. The section 11.2 Images and Tables in the manual says: You can use the following lines somewhere before the table to assign a caption and a label for cross

[O] [PATCH] Fix typo in manual

2012-01-11 Thread Thomas S. Dye
Aloha all, This patch to the manual fixes a typo. All the best, Tom From 96fc5de8a377b69678d5dd82f414d293dea709c6 Mon Sep 17 00:00:00 2001 From: Thomas Dye dk@poto.local Date: Wed, 11 Jan 2012 06:41:02 -1000 Subject: [PATCH] Fix typo on manual pointed out by Francois Pinard --- doc/org.texi |

[O] LOGBOOK opening

2012-01-11 Thread François Pinard
Hi, Org people. When using SPC in the Agenda buffer (org-agenda-show-and-scrollup), the LOGBOOK drawer is shown opened, which is not a big problem, yet a slightly annoying one, as I'm rarely interested to see its contents at this stage. Moreover, the manual explains that one of the purposes of

Re: [O] :noweb header argument

2012-01-11 Thread Eric Schulte
| tangle | -| + | - | |+--++| | need | +| + | - | What should the name for such an option be? Andreas' suggestion, :noweb no-export, seems right to me. Me too, I've just pushed up a patch adding a no-export option to the :noweb

Re: [O] Using last row in remote table references

2012-01-11 Thread Michael Brand
Hi Phil On Tue, Jan 10, 2012 at 14:39, Phil (Philip) Mason phil.ma...@broadcom.com wrote: Should I be able to use @ in references to remote tables? Yes, this issue has been resolved by Carsten with release_7.7-420-g1432e4b Is there a syntax I should be using if I want to get all the entries

Re: [O] LOGBOOK opening

2012-01-11 Thread Sebastien Vauban
Hi François, François Pinard wrote: When using SPC in the Agenda buffer (org-agenda-show-and-scrollup), the LOGBOOK drawer is shown opened, which is not a big problem, yet a slightly annoying one, as I'm rarely interested to see its contents at this stage. Moreover, the manual explains that

[O] MobileOrg Push Issue: 'org-agenda-filter' is void

2012-01-11 Thread Joerg Picard
Everything has been working fine for month and since yesterday I get 'org-agenda-filter' is void error message when trying to push my org files to dropbox. I've found a thread on the message board with the suggestion to install the latest git code, which I did, but I still have the same issue.

[O] [PATCH] Manual edit for :noweb no-export

2012-01-11 Thread Thomas S. Dye
Aloha all, Attached please find subject patch. All the best, Tom From bd3579cef735c2bb62c37a4d394597be384fe18d Mon Sep 17 00:00:00 2001 From: Thomas Dye d...@poto.myhome.westell.com Date: Wed, 11 Jan 2012 08:46:27 -1000 Subject: [PATCH] * doc/org.texi: Documented :noweb no-export ---

Re: [O] [PATCH] Manual edit for :noweb no-export

2012-01-11 Thread Eric Schulte
Applied, Thanks, t...@tsdye.com (Thomas S. Dye) writes: Aloha all, Attached please find subject patch. All the best, Tom -- Eric Schulte http://cs.unm.edu/~eschulte/

Re: [O] automatic tangle

2012-01-11 Thread András Major
Hi Sebastien, I have the impression it's already there: if you edit your code directly in the Org buffer, without opening an indirect buffer, the only thing you have to do is: That's precisely what I want to avoid. I'd like to use the language-specific indentation and highlighting using the

[O] capture inside org-edit-src-code buffer

2012-01-11 Thread Andreas Leha
Hi all, I'd like to be able to call capture such that the captured item is stored under '* Notes' in the current org-file *from inside an org-edit-src-code buffer*. Preferably, I'd like a single capture template, that works (1) on the current org file normally (2) on the parent org file after

Re: [O] automatic tangle

2012-01-11 Thread Sebastien Vauban
Hi András, András Major wrote: I have the impression it's already there: if you edit your code directly in the Org buffer, without opening an indirect buffer, the only thing you have to do is: That's precisely what I want to avoid. I'd like to use the language-specific indentation and

Re: [O] Capitalisation and good taste ?

2012-01-11 Thread Eric Schulte
Bastien b...@altern.org writes: Bastien b...@altern.org writes: Actually, I'm thinking of another solution: - keep one-line option/environment keywords uppercase #+NAME #+HTML #+TITLE #+... - use lowercase for multi-lines environments keywords #+begin_ascii #+begin_html

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-11 Thread Andreas Leha
Eric S Fraga e.fr...@ucl.ac.uk writes: Leo Alekseyev dnqu...@gmail.com writes: I often edit my org-babel code blocks via org-edit-special (C-'), in part because I find the tabbing behavior within the code blocks to be somewhat flaky. Inevitably, when editing the code block I will press C-x

Re: [O] Capitalisation and good taste ?

2012-01-11 Thread Eric Schulte
I'm going to push up a patch which will change to inserting #+RESULTS: by default as well as a user-configurable variable which can be used to customize this behavior. Done. This variable is named `org-babel-results-keyword' , | org-babel-results-keyword's value is RESULTS | |

[O] [PATCH] Re: Capitalisation and good taste ?

2012-01-11 Thread Thomas S. Dye
Aloha all, The attached patch to the manual includes information on the RESULTS keyword. All the best, Tom From 7fbabd20ed1477e706633945c98400ee48fb0ab2 Mon Sep 17 00:00:00 2001 From: Thomas Dye d...@poto.myhome.westell.com Date: Wed, 11 Jan 2012 11:23:19 -1000 Subject: [PATCH] * doc/org.texi:

Re: [O] automatic tangle

2012-01-11 Thread Eric S Fraga
András Major andras.g.ma...@gmail.com writes: Hi fellows, I've just discovered that I'm missing a feature in org-mode. These days I write much of my code in an Org buffer and tangle it into a set of source files. Currently, I follow a rather cumbersome procedure when making changes to the

Re: [O] [PATCH] Re: Capitalisation and good taste ?

2012-01-11 Thread Eric Schulte
Fantastic, I've just applied this patch, Thanks t...@tsdye.com (Thomas S. Dye) writes: Aloha all, The attached patch to the manual includes information on the RESULTS keyword. All the best, Tom Eric Schulte eric.schu...@gmx.com writes: I'm going to push up a patch which will change

[O] org-babel order of evaluation

2012-01-11 Thread Rick Frankel
There is a problem with the order of execution of interspersed source and call blocks will not be executed in order because of the way org-babel-execute-buffer is written (first all the source blocks, then all the call blocks). Therefore, when executing an entire buffer, there is no way to have

[O] source block variable expansion

2012-01-11 Thread Rick Frankel
Since org-mode v7.8, editing a code block in an indirect buffer causes any referenced code blocks to be executed. While this behavior is desired for viewing code in an indirect buffer (as the behavior has always been) it is not for editing (esp. if the named block takes a long time to run). Given

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-11 Thread Leo Alekseyev
Eric S Fraga e.fr...@ucl.ac.uk writes: What version of org are you using?  I ask because I used to experience the annoyance you describe a while back; more recently (since at least a few months ago), hitting C-x C-s no longer has any negative impact: it saves the file, or at least appears

Re: [O] Including source when exporting in PDF

2012-01-11 Thread Frozenlock
To include multiple files, I export all of the required files before the PDF creation and zip them. This way, I only need to include a single zip file. #+BEGIN_SRC emacs-lisp :exports none ;; various exports (save-window-excursion (org-export-as-ascii org-export-headline-levels))

Re: [O] Minor org mode for achieve code folding effects

2012-01-11 Thread Leo Alekseyev
For instance, when I was doing a lot of Java programming, I used hideshow.el all the time to hide block and function bodies.  Works very well (although the default key bindings are annoying to me).  Have a look!  It's a standard package in emacs, at least in Emacs 24 but much earlier than

[O] [PATCH] :wrap header documentation

2012-01-11 Thread Thomas S. Dye
Hi Eric, Attached please find a first draft of a patch for the manual entry documenting a :wrap header argument. All the best, Tom From 4e3a66a4fbfd8d6914fbfd3924981ae5c526aa4a Mon Sep 17 00:00:00 2001 From: Thomas Dye d...@poto.myhome.westell.com Date: Wed, 11 Jan 2012 16:06:17 -1000 Subject:

Re: [O] [PATCH] :wrap header documentation

2012-01-11 Thread Eric Schulte
Hi Tom, Thanks for this patch, I've just pushed up an augmented version which more closely matches the current behavior. t...@tsdye.com (Thomas S. Dye) writes: Hi Eric, Attached please find a first draft of a patch for the manual entry documenting a :wrap header argument. All the best,

[O] Typo on French web page

2012-01-11 Thread François Pinard
Hi! A tiny typo on page http://orgmode.org/fr/org-mode-support.html: 3 deniers commits git should read 3 derniers commits git François.

Re: [O] [PATCH] :wrap header documentation

2012-01-11 Thread Thomas S. Dye
Hi Eric, It's great to find :wrap in master. Thanks for augmenting the draft. All the best, Tom Eric Schulte eric.schu...@gmx.com writes: Hi Tom, Thanks for this patch, I've just pushed up an augmented version which more closely matches the current behavior. t...@tsdye.com (Thomas S.

Re: [O] Org-edit-special and C-x C-s strange behavior

2012-01-11 Thread Leo Alekseyev
On Wed, Jan 11, 2012 at 7:40 PM, Leo Alekseyev dnqu...@gmail.com wrote: Eric S Fraga e.fr...@ucl.ac.uk writes: What version of org are you using?  I ask because I used to experience the annoyance you describe a while back; more recently (since at least a few months ago), hitting C-x C-s no

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-11 Thread Skip Collins
On Wed, Jan 11, 2012 at 12:50 AM, Jambunathan K kjambunat...@gmail.com wrote: You and Jambunathan K. should form a club. Since I am being dragged in to the conversaion, Of course I intend no disrespect for you or François. I have noticed that org, perhaps not surprisingly, attracts people with

Re: [O] [Orgmode] Automatic screenshot insertion

2012-01-11 Thread Thomas S. Dye
Hi Skip, I love OCD! Thanks for that one. And, thank goodness the Org mode community is big enough for artists, artisans, and crafts people. I find it fascinating to use software created by such a diverse community. I've often thought I'm glimpsing the future. All the best, Tom Skip

Re: [O] Typo on French web page

2012-01-11 Thread Bastien
pin...@iro.umontreal.ca (François Pinard) writes: A tiny typo on page http://orgmode.org/fr/org-mode-support.html: 3 deniers commits git should read 3 derniers commits git Fixed, thanks. -- Bastien

Re: [O] [PATCH] Fix typo in manual

2012-01-11 Thread Bastien
t...@tsdye.com (Thomas S. Dye) writes: This patch to the manual fixes a typo. Applied, thanks! -- Bastien

Re: [O] Capitalisation and good taste ?

2012-01-11 Thread Bastien
Eric Schulte eric.schu...@gmx.com writes: I'm going to push up a patch which will change to inserting #+RESULTS: by default as well as a user-configurable variable which can be used to customize this behavior. Done. This variable is named `org-babel-results-keyword' Great, thanks. I've