[Orgmode] [babel] Tangle multiple sections source blocks into single file without #+source: ...

2010-05-28 Thread Rainer M Krug
Hi I am using org-babel to write a simulation model and the accompanying documentation and it works as expected. But I have many source blocks which I want to tangle into the same source file. At the moment, I am using #+source: BLOCKNAME (see below). But it is easy to forget to add the block

Re: [Orgmode] New development organization - DRAFT, please comment

2010-05-28 Thread David Maus
Hi Eric, I just used this file to record a babel change, and I really like the overall idea and the layout. A couple of things that occurred to me. - would it be desirable to have a headline property (e.g. ASSIGNEE or somesuch) so that users can take responsibility of issues, and search for

Re: [Orgmode] bug: remember id agenda

2010-05-28 Thread Carsten Dominik
On May 28, 2010, at 6:47 AM, Samuel Wales wrote: Same. Ah, you are right, there is a bug here. Fixed now. - Carsten On 2010-05-27, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Samuel, On May 28, 2010, at 5:53 AM, Samuel Wales wrote: For months, I found ID properties where

Re: [Orgmode] use of org-export-latex-verbatim-wrap

2010-05-28 Thread Carsten Dominik
On May 26, 2010, at 6:20 PM, Juan Pechiar wrote: Trying to adjust the style for fixed-width sections in LaTeX export (drawers in particular), I found org-latex.el defines a customizable wrapper for verbatim sections: (defcustom org-export-latex-verbatim-wrap '(\\begin{verbatim}\n .

[Orgmode] MobileOrg for Android starts to become really usable

2010-05-28 Thread Sven Bretfeld
Hi to all, hi Matthew I had a look at matburt's Github today and found the new 0.4alpha-build. Now, MobOrg4And supports the capturing of notes. That's what I was waiting for all the time. I can say that Note capturing works on my HTC Magic, albeit I had little time so far to test it more than

[Orgmode] Improved org-timer-set-timer

2010-05-28 Thread Bastien
Hi all, I've improved `org-timer-set-timer' again: ,[ `org-timer-set-timer': new prefix argument. ] | Called with a numeric prefix argument, `org-timer-set-timer' uses | this numeric value as the duration of the timer. | | Called with a `C-u' prefix argument, use `org-timer-default-timer' |

[Orgmode] [PATCH] Escape percent character.

2010-05-28 Thread David Maus
* org.el (org-fixup-message-id-for-http): Escape percent character. --- lisp/org.el |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 33f395b..00de5dc 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -8273,6 +8273,12 @@ This is the list

[Orgmode] [PATCH] Escape percent character in `org-fixup-message-id-for-http'

2010-05-28 Thread David Maus
A message id header field can contain the percent sign which must be escaped in the context of a url. David Maus (1): Escape percent character. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

Re: [Orgmode] [babel] Tangle multiple sections source blocks into single file without #+source: ...

2010-05-28 Thread Eric Schulte
Hi Rainer, The first option you suggested below should already be supported. For example the following org-mode text --8---cut here---start-8--- * appending tangle :PROPERTIES: :tangle: appended.el :END: append all these block #+begin_src

Re: [Orgmode] New development organization - DRAFT, please comment

2010-05-28 Thread Eric Schulte
Hi David, David Maus dm...@ictsoc.de writes: Hi Eric, I just used this file to record a babel change, and I really like the overall idea and the layout. A couple of things that occurred to me. - would it be desirable to have a headline property (e.g. ASSIGNEE or somesuch) so that users can

[Orgmode] Re: New development organization - DRAFT, please comment

2010-05-28 Thread Tassilo Horn
David Maus dm...@ictsoc.de writes: This function could work for Gnus to push the message id of a message to kill-ring and clipboard: BTW, when you read messages in Gnus, you can simply call `org-store-link', which will generate a link. Depending on `org-gnus-prefer-web-links' and the prefix

[Orgmode] [PATCH] org-gnus.el: Mention also Gmane in org-gnus-prefer-web-links

2010-05-28 Thread Tassilo Horn
* org-gnus.el (org-gnus-prefer-web-links): Mention also Gmane in the doc string. --- lisp/org-gnus.el |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-gnus.el b/lisp/org-gnus.el index 7c668ee..a41de2e 100644 --- a/lisp/org-gnus.el +++ b/lisp/org-gnus.el @@ -48,7

[Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Eric Schulte
Hi, The insertion of automatically generated comments in tangled source code is now controlled by the new `org-babel-tangle-w-comments' variable. Setting this variable to non-nil will allow org-babel to insert comments for those languages with comment support. This changes the default behavior.

Re: [Orgmode] [Musing] Daily stack

2010-05-28 Thread Carsten Dominik
On May 26, 2010, at 9:28 AM, Bastien wrote: http://www.fubiz.net/2010/05/19/daily-stack/ This is fun! I like to see this implemented for Org - maybe some code from M-x Tetris could be reused :) -- Bastien ___ Emacs-orgmode mailing list

Re: [Orgmode] Giving latex attributes to sections in export

2010-05-28 Thread Carsten Dominik
Hi John, please check out this thread: http://thread.gmane.org/gmane.emacs.orgmode/12977/focus=13057 and then use org-special-blocks.el HTH - Carsten On May 22, 2010, at 11:50 PM, John Hendy wrote: Hi, I just emailed a similar question about tables... but how can one pass latex

[Orgmode] Export literally but convert math equations?

2010-05-28 Thread Uriel Avalos
Is there a way to convert latex equations and math inside of EXAMPLE and HTML blocks? For example, I would like to the following equation to display as an equation in the HTML: #+BEGIN_EXAMPLE Hello world $2^2+\sqrt(2) = 2$ #+END_EXAMPLE The current behavior just gives me the literal

Re: [Orgmode] Inconsistent names for inserting export options

2010-05-28 Thread Carsten Dominik
On May 20, 2010, at 2:34 PM, Giles Chamberlin wrote: Org-mode provides the ability to fine tune exported documents through a number of export options and conveniently provides interactive functiosn to insert boilerplate. The names are a little inconsistent though:

Re: [Orgmode] Export literally but convert math equations?

2010-05-28 Thread Carsten Dominik
On May 28, 2010, at 5:32 PM, Uriel Avalos wrote: Is there a way to convert latex equations and math inside of EXAMPLE and HTML blocks? Well, the whole idea of example blocks is to *not* do this. What is the application for this? - Carsten For example, I would like to the following

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Erik Iverson
Eric Schulte wrote: Hi, The insertion of automatically generated comments in tangled source code is now controlled by the new `org-babel-tangle-w-comments' variable. Setting this variable to non-nil will allow org-babel to insert comments for those languages with comment support. Can you

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Erik Iverson
## [[file:~/private/R-org-babel/test.org::*cube%20lets%20go%20to%20the][block-2]] cube - function(x) { # a test comment x * x * x * x } ## block-2 ends here So, you mean that all three of the comments would no longer appear by default? Or you mean that only my inline function

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Eric Schulte
Hi Erik, explanation below Erik Iverson er...@ccbr.umn.edu writes: Eric Schulte wrote: Hi, The insertion of automatically generated comments in tangled source code is now controlled by the new `org-babel-tangle-w-comments' variable. Setting this variable to non-nil will allow org-babel to

Re: [Orgmode] Export literally but convert math equations?

2010-05-28 Thread Uriel Avalos
It would be nice to have that feature available as an option :-) Or is there a way to preserve whitespace in other blocks? I set the variable org-src-preserve-indentation for SRC blocks but that had no effect. I'm typing up an HTML doc with lots of (simple) math. However, I'm trying to avoid

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Erik Iverson
One more idea I had was that it might be interesting to be able to maintain properties for headlines that indicate the headline/body should be included as a comment in a specific source file. The reason I say this is that even if I write my code in org-mode, and in effect comment the code

Re: [Orgmode] MobileOrg for Android starts to become really usable

2010-05-28 Thread Enrico Indiogine
Greetings! 2010/5/28 Sven Bretfeld sven.bretf...@gmx.ch: I had a look at matburt's Github today and found the new 0.4alpha-build. Now, MobOrg4And supports the capturing of notes. That's what I was waiting for all the time. I can say that Note capturing works on my HTC Magic, albeit I had

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Thomas S. Dye
Hi Erik, If the proposed functionality places comments in the source code in whatever order they appear in the org-mode file, then the result will likely frustrate literate programming efforts that rearrange code blocks on tangling. Another way to get pieces of the org-mode file into the

Re: [Orgmode] MobileOrg for Android starts to become really usable

2010-05-28 Thread julien cubizolles
Le vendredi 28 mai 2010 à 11:05 -0700, Enrico Indiogine a écrit : Greetings! Anyway, I would like to install MobileOrg for Android. I know how to install apps from the Android Market using the phone directly. I do not know how to install apps using Github. I have looked for instructions

Re: [Orgmode] [babel] `org-babel-tangle-w-comments' controls comment insertion in tangled code

2010-05-28 Thread Erik Iverson
Thomas S. Dye wrote: Hi Erik, If the proposed functionality places comments in the source code in whatever order they appear in the org-mode file, then the result will likely frustrate literate programming efforts that rearrange code blocks on tangling. Yes, thank you for pointing that

Re: [Orgmode] MobileOrg for Android starts to become really usable

2010-05-28 Thread julien cubizolles
Le vendredi 28 mai 2010 à 11:05 +0200, Sven Bretfeld a écrit : Hi to all, hi Matthew I can say that Note capturing works on my HTC Magic, Working also on my LG GW620, however the SAVE Button gets hidden by the on-screen keyboard. I think I've seen other android apps keeping some buttons

Re: [Orgmode] MobileOrg for Android starts to become really usable

2010-05-28 Thread Matthew Jones
Go to: Settings - Applications - Application settings - check allow installation of non-Market applications then browse to the github wiki page with your phone's browser, click on and download the apk, when it is through downloading just tap the file and it should start the install. 73, Matthew

[Orgmode] orgmode and ebib

2010-05-28 Thread Ali Tofigh
hi, i use ebib to manage my bibtex references. it would be really cool if orgmode could follow links to bibtex entries using ebib. what i would like is to be able to follow a link such as [[bib:bibentry]] and end up in ebib, with my standard bibtex database opened, and entry positioned at the