Re: [O] Tangling without clutter?

2012-03-15 Thread Viktor Rosenfeld
Hi Jos'h, have you looked at the :session header argument? I use it to define environment variables in bash that are used in later code blocks. Something like this: #+BEGIN_SRC sh :session foo export W=world. #+END_SRC #+RESULTS: #+BEGIN_SRC sh :session foo echo Hello $W #+END_SRC If these

Re: [O] org-odt, org-e-html, org-e-odt needs new maintainers

2012-03-15 Thread Christian Moe
On 3/15/12 5:49 AM, Jambunathan K wrote: If you would like to bring specific issue to my attention, mail me directly. I am signing off from the list and I will not be keeping track of the issues - specifically org-odt/ELPA ones - posted in this list. Not for good, I hope? Thanks again for

[O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Alan Schmitt
Hello, I'm finishing a presentation with org-mode which is exported as beamer slides. I would like to also export it as a handouts, which basically means changing a couple lines in the preamble. Is there a way to do it from the org-mode file, or do I need to edit the generated LaTeX manually?

Re: [O] Tangling without clutter?

2012-03-15 Thread Jacek Generowicz
At Thu, 15 Mar 2012 07:25:47 +0100, Viktor Rosenfeld wrote: Hi Jos'h, have you looked at the :session header argument? I use it to define environment variables in bash that are used in later code blocks. Something like this: #+BEGIN_SRC sh :session foo export W=world. #+END_SRC

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Jacek Generowicz
At Thu, 15 Mar 2012 09:14:00 +0100, Alan Schmitt wrote: Hello, I'm finishing a presentation with org-mode which is exported as beamer slides. I would like to also export it as a handouts, which basically means changing a couple lines in the preamble. On a related note, I'm looking to

[O] [PATCH] LaTeX export: added support for sidewaystable from the rotating package

2012-03-15 Thread Andreas Leha
Hi all, below you find a small patch that allows to use sidewaystable during latex export, i.e. this file should export as expected: ,[ test.org ] | * Test sidewaystable | | #+CAPTION: A sideways table | #+ATTR_LaTeX: sidewaystable | | The | header | | |-+| | |

Re: [O] Org-mode and icicles - tags

2012-03-15 Thread suvayu ali
Hi Nick, On Wed, Mar 14, 2012 at 20:12, Nick Bell m...@nickbell.org wrote: Does anyone else use Icicles and Org-mode, and if so have they found a way around this? I would suggest you either include the icicles author (Drew Adams) in the CC: or add the Emacs general mailing list

Re: [O] Org-mode and icicles - tags

2012-03-15 Thread Nick Bell
On 15/03/12 09:58, suvayu ali wrote: Hi Nick, On Wed, Mar 14, 2012 at 20:12, Nick Bellm...@nickbell.org wrote: Does anyone else use Icicles and Org-mode, and if so have they found a way around this? I would suggest you either include the icicles author (Drew Adams) in the CC: or add the

Re: [O] Org-mode and icicles - tags

2012-03-15 Thread suvayu ali
On Thu, Mar 15, 2012 at 11:01, Nick Bell m...@nickbell.org wrote: I would suggest you either include the icicles author (Drew Adams) in the CC: or add the Emacs general mailing list help-gnu-em...@gnu.org. Thanks Suvayu, in the end I just switched back to Ido-mode which feels less crazily

Re: [O] org-odt, org-e-html, org-e-odt needs new maintainers

2012-03-15 Thread suvayu ali
Hi Jambunathan, On Thu, Mar 15, 2012 at 08:50, Christian Moe m...@christianmoe.com wrote: On 3/15/12 5:49 AM, Jambunathan K wrote: If you would like to bring specific issue to my attention, mail me directly. I am signing off from the list and I will not be keeping track of the issues -

Re: [O] Timezone/Encoding issues when exporting as ics and importing to Google Calendar

2012-03-15 Thread Kevin Brubeck Unhammer
Tassilo Horn tass...@member.fsf.org writes: Nick Dokos nicholas.do...@hp.com writes: Hi Nick, 2. Timezone: I live in Germany and thus all my timestamps are CEST. The exported ics file properly declare X-WR-TIMEZONE:CEST. However, since we also have DST, in summer all appointments

[O] [babel] [bug] bug in R-specific header argument for graphics driver

2012-03-15 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 When giving the header argument :title: the graph is not produced in a file: * This works Display boxplot of spread of Mff over time for each release strategy :PROPERTIES: :results: graphics :file: SpreadOverTime.pdf :width: 4 :height: 8

[O] GSOC Proposal

2012-03-15 Thread Abhiram Ampabathina
Hello org-mode, I am Abhiram studying 3rd year B.Tech in GRIET at India. I am enthusiastic towards GSOC 2012 as it brings the gap down , between students and developers mainly. I would like to participate with org-mode . I would like to here from the respected

[O] Including SVG images in html document

2012-03-15 Thread Vladimir Lomov
Hello, according to org mode documentation it is possible to include SVG images while exporting to Docbook, but is it possible to use them in html export too? Small example: #+TITLE: Export to HTML with SVG image #+AUTHOR: Vladimir Lomov * SVG image in HTML document #+name: gnuplot-img1

Re: [O] GSOC Proposal

2012-03-15 Thread Thorsten
Abhiram Ampabathina abhiram.ampabath...@gmail.com writes: Hello Abhiram, I am Abhiram studying 3rd year B.Tech in GRIET at India. I am enthusiastic towards GSOC 2012 as it brings the gap down , between students and developers  mainly. I would like to participate with org-mode . I would like

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread John Hendy
On Thu, Mar 15, 2012 at 3:49 AM, Jacek Generowicz jacek.generow...@cern.ch wrote: At Thu, 15 Mar 2012 09:14:00 +0100, Alan Schmitt wrote: Hello, I'm finishing a presentation with org-mode which is exported as beamer slides. I would like to also export it as a handouts, which basically

[O] GSOC 2012 Proposal

2012-03-15 Thread Abhiram Ampabathina
Hello Orgmode, I am Abhiram. I introduced myself in the mailing list earlier. I have gone through the ideas list of org-mode for GSOC 2012. The idea that i liked was to implement real web programming with org mode and Pico lisp. The idea is to turn the current web

Re: [O] [PATCH] LaTeX export: added support for sidewaystable from the rotating package

2012-03-15 Thread John Hendy
On Thu, Mar 15, 2012 at 4:15 AM, Andreas Leha andreas.l...@med.uni-goettingen.de wrote: Hi all, below you find a small patch that allows to use sidewaystable during latex export, i.e. this file should export as expected: ,[ test.org ] | * Test sidewaystable | |   #+CAPTION: A sideways

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Alan Schmitt
On 15 mars 2012, at 14:26, John Hendy wrote: So are you just looking for something to automate this? It seems that the generation of the beamer slides themselves are the hard part and, as you say, it would be pretty easy to tweak the resultant .tex file to give you handouts. Would that work?

Re: [O] GSOC 2012 Proposal

2012-03-15 Thread Bastien
Hi Abhiram, thanks for your email -- great to know that Org/GSOC is attracting more students. The Picolisp/org-mode project is already taken by another student, Thorsten, who convinced me to go for GSOC this year. I'm sure Thorsten will welcome your contributions and reply any question you

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Jacek Generowicz
At Thu, 15 Mar 2012 08:26:13 -0500, John Hendy wrote: On Thu, Mar 15, 2012 at 3:49 AM, Jacek Generowicz jacek.generow...@cern.ch wrote: At Thu, 15 Mar 2012 09:14:00 +0100, Alan Schmitt wrote: Hello, I'm finishing a presentation with org-mode which is exported as beamer slides. I

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Alan Schmitt
On 15 mars 2012, at 15:11, Jacek Generowicz wrote: Anything belonging to the handout class, will *not* be displayed on the slides, everything else will appear on the slides. Could you play with export tags? http://orgmode.org/manual/Selective-export.html#Selective-export Then setting the

Re: [O] Including SVG images in html document

2012-03-15 Thread Nick Dokos
Vladimir Lomov lomov...@gmail.com wrote: Hello, according to org mode documentation it is possible to include SVG images while exporting to Docbook, but is it possible to use them in html export too? Small example: #+TITLE: Export to HTML with SVG image #+AUTHOR: Vladimir Lomov *

Re: [O] Including SVG images in html document

2012-03-15 Thread Nick Dokos
Nick Dokos nicholas.do...@hp.com wrote: Vladimir Lomov lomov...@gmail.com wrote: Hello, according to org mode documentation it is possible to include SVG images while exporting to Docbook, but is it possible to use them in html export too? Small example: #+TITLE: Export to

Re: [O] Exporting a presentation to both slides and handouts?

2012-03-15 Thread Sebastien Vauban
Hi Jacek, Jacek Generowicz wrote: When giving, talks, presentations, lectures, tutorials, etc. I would like to have sparse slides, whose main purpose is to establish an order for the talk (remind me what to say next), and to highlight the key messages. They need to be easily legible from the

Re: [O] I'm tripping over #+BABEL: vs. #+PROPERTY:

2012-03-15 Thread Sebastien Vauban
Hi Nick and Eric, Nick Dokos wrote: Eric Schulte eric.schu...@gmx.com wrote: Did you press C-c C-c on each property line after it was written? Just to clarify: do I really have to C-c C-c on each line? If I add a bunch of them and then do C-c C-c on one of them, shouldn't that be enough to

[O] question about org2blog and latex

2012-03-15 Thread Stephen J. Barr
Hello, I am working on blogging using org2blog, allowing me to update my wordpress blog with org-mode. All is working well except latex. I was expecting latex images but instead just get things like: $latex z * k^\theta$ The header to my blogpost.org file has #+DESCRIPTION: #+KEYWORDS:

Re: [O] I'm tripping over #+BABEL: vs. #+PROPERTY:

2012-03-15 Thread Nick Dokos
Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Nick and Eric, Nick Dokos wrote: Eric Schulte eric.schu...@gmx.com wrote: Did you press C-c C-c on each property line after it was written? Just to clarify: do I really have to C-c C-c on each line? If I add a bunch of them and

Re: [O] I'm tripping over #+BABEL: vs. #+PROPERTY:

2012-03-15 Thread Thomas S. Dye
Nick Dokos nicholas.do...@hp.com writes: Sebastien Vauban wxhgmqzgw...@spammotel.com wrote: Hi Nick and Eric, Nick Dokos wrote: Eric Schulte eric.schu...@gmx.com wrote: Did you press C-c C-c on each property line after it was written? Just to clarify: do I really have to C-c C-c

[O] Capture the mouse-highlight help-text in a file?

2012-03-15 Thread brian powell
* I know that this will toggle the mouse-highlight messages that pop-up when you move a mouse over a LINK: in OrgMode: (setq mouse-highlight (not mouse-highlight)) ** Now, is there a simple way to send the messages that pop-up to a file? *** Maybe to a FIFO?

Re: [O] question about org2blog and latex

2012-03-15 Thread Nick Dokos
Stephen J. Barr stephenjb...@gmail.com wrote: Hello, I am working on blogging using org2blog, allowing me to update my wordpress blog with org-mode. All is working well except latex. I was expecting latex images but instead just get things like: $latex z * k^\theta$ Not sure what that

Re: [O] Capture the mouse-highlight help-text in a file?

2012-03-15 Thread Nick Dokos
brian powell briangpowel...@gmail.com wrote: * I know that this will toggle the mouse-highlight messages that pop-up when you move a mouse over a LINK: in OrgMode: (setq mouse-highlight (not mouse-highlight)) ** Now, is there a simple way to send the messages that pop-up to a file?

[O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread Alan E. Davis
I am partial to just opening a mail buffer and writing email in Emacs. Just that. However, it would be great to save a copy in an org file. An emacs FAQ suggests sending a BCC or FCC to oneself. What I want is a copy stored in an org-mode subtree, with a convenient headline indicating the name

Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread Jos'h Fuller
Hi! You could try doing something with org-capture and the org-capture-templates so that you would be creating your email from the start as an org tree entry under the appropriate location. You can override the org-capture-before-finalize hook (see org-capture.el) to send the mail when you're

Re: [O] Capture the mouse-highlight help-text in a file?

2012-03-15 Thread brian powell
* Thanks, Nick--I have been pursuing that idea--maybe just extract the regexp, sed/grep etc. ** But I was just thinking maybe there is a simple way to capture the pop up LINK: file:foo.txt balloon as you put it--into a file or fifo. *** Then all sorts of things could be done with it--I'm

[O] Latex Listings Floats

2012-03-15 Thread Russell Adams
Folks, I've had to fight in the past to set placement on every graphic I include in a Latex document to insert *RIGHT HERE* instead of floating to the end of the section. I just encountered this issue on source listings (listing / lstlisting), and can't seem to get the placement to stick. Does

Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread Peter Salazar
I thought of this too. But the problem is that when opening an indirect buffer under an org tree entry, or even opening a capture buffer, the org star heading appears at the top of the buffer. Whereas to send e-mail, at least using the mail-send command I've been using, the e-mail header

Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread brian powell
* Josh's answer seems great. ** I used to use VM in EMACS, worked great, highly recommend it--you could then use EMACS hooks like: vm-mail-hook List of hook functions to be run after a Mail mode composition buffer has been created to send a non specialized message, i.e. a message that is not a

Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread brian powell
* This would probably be a better main hook to use if you elaborate/implement my suggestion: vm-visit-folder-hook List of hook functions called just after VM visits a folder. It doesn't matter if the folder buffer already exists, this hook is run each time vm or vm-visit-folder is called

Re: [O] Capture the mouse-highlight help-text in a file?

2012-03-15 Thread Nick Dokos
brian powell briangpowel...@gmail.com wrote: * Thanks, Nick--I have been pursuing that idea--maybe just extract the regexp, sed/grep etc. ** But I was just thinking maybe there is a simple way to capture the pop up LINK: file:foo.txt balloon as you put it--into a file or fifo. ***

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

2012-03-15 Thread Avdi Grimm
On Wed, Feb 1, 2012 at 10:21 AM, Eric Schulte eric.schu...@gmx.com wrote: I've just added tested and documented such a strip-export argument to :noweb.  Please let me know if it doesn't work as you expected. I just wanted to let you know I finally tried this out and it works beautifully. Thank

Re: [O] question about org2blog and latex

2012-03-15 Thread Puneeth Chaganti
On Thu, Mar 15, 2012 at 10:21 PM, Nick Dokos nicholas.do...@hp.com wrote: Stephen J. Barr stephenjb...@gmail.com wrote: Hello, I am working on blogging using org2blog, allowing me to update my wordpress blog with org-mode. All is working well except latex. I was expecting latex images but

Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread Nick Dokos
Alan E. Davis lngn...@gmail.com wrote: I am partial to just opening a mail buffer and writing email in Emacs.  Just that.  However, it would be great to save a copy in an org file. Are you using an emacs package to send email? Or are you just composing your email in emacs, saving it as a

Re: [O] Mail composed using emacs --- saving a copy in an org file.

2012-03-15 Thread brian powell
* Fully agree with nick--especially about the please be more specific about the MUA-part--mh-e is another possibility--written by another person I used to work with (mh)--vm was written by Kyle Jones--yet another person I used to work with... ** Come to think of it; I used to use RMAIL too in

Re: [O] Latex Listings Floats

2012-03-15 Thread Nick Dokos
Russell Adams rlad...@adamsinfoserv.com wrote: Folks, I've had to fight in the past to set placement on every graphic I include in a Latex document to insert *RIGHT HERE* instead of floating to the end of the section. I just encountered this issue on source listings (listing /

[O] org-protocol in windows and Acrobat Reader

2012-03-15 Thread d . tchin
Hi, I try to use a function proposed with org-protocol as explained in this link. http://orgmode.org/worg/org-contrib/org-protocol.html#sec-2 I would like to launch a pdf file in Acrobat Reader and to use org-store- link.js to capture the full path of the document in an org file.I try to use

Re: [O] Latex Listings Floats

2012-03-15 Thread Sebastien Vauban
Hi Russell, Russell Adams wrote: I've had to fight in the past to set placement on every graphic I include in a Latex document to insert *RIGHT HERE* instead of floating to the end of the section. I just encountered this issue on source listings (listing / lstlisting), and can't seem to get

[O] Calculated Properties Column View Totals

2012-03-15 Thread Russell Adams
I was moving my budget into Org, and while trying to make it work via column view and properties I ran into two major impediments. First, properties can't be calculated from one another ala spreadsheet or elisp (ie: Property C = Property A + Property B). Thus I had to add conversion to a dynamic

Re: [O] question about org2blog and latex

2012-03-15 Thread Stephen J. Barr
Thanks for the help. I just checked the variables and org2blog/wp-use-wp-latex was set, but the wp-latex plugin was not installed :) All is working now, although it is definitely a little grainy. But, it'll certainly lead to an awesome series of blog posts nonetheless. Puneeth, thank you so much

[O] Sending and archiving emails with capture...

2012-03-15 Thread Jos'h Fuller
Hi! Assuming I've got everything set up correctly and this email makes it to the list, this is in response to Alan E. Davis' question about sending an email from Emacs and saving a copy in org-mode. I make the assumption here that your Emacs is set up to properly send emails using the ~mail~

Re: [O] question about org2blog and latex

2012-03-15 Thread Yagnesh Raghava Yakkala
Hi Stephen, Stephen J. Barr stephenjb...@gmail.com writes: Hello, I am working on blogging using org2blog, allowing me to update my wordpress blog with org-mode. All is working well except latex. I was expecting latex images but instead just get things like: $latex z * k^\theta$ I

Re: [O] Sending and archiving emails with capture...

2012-03-15 Thread Peter Salazar
Amazing. I tried it and I get Heading not found on level 1: Emails I must missing a step? On Thu, Mar 15, 2012 at 5:22 PM, Jos'h Fuller Jos'h.ful...@arcproductions.com wrote: Hi! Assuming I've got everything set up correctly and this email makes it to the list, this is in response to

Re: [O] Sending and archiving emails with capture...

2012-03-15 Thread Jos'h Fuller
Hi! I tried it and I get Heading not found on level 1: Emails Sorry, I forgot to say that you need to make a heading in your org-default-notes-file (whatever that is) called Emails: * Tasks * Done * Emails The emails will be filed under there, like this: :* Emails :** Email

[O] [PATCH] tags search: faster tags matcher by trusting scanner tags

2012-03-15 Thread Ilya Shlyakhter
The attached patch speeds up tags matching ( 50s -- 5s for my most common search ), by turning on org-trust-scanner-tags within the matcher. (When it's off, getting a non-inherited property's value causes a call to org-entry-properties to fetch all properties into a cache, including ALLTAGS;

Re: [O] How to sort table in blocks.

2012-03-15 Thread Debaditya Mukhopadhyay
Hi Suvayu (Subayu?), Thanks for your answer- I wanted to know that if there is a way to go about it in orgmode. Ultimately took your advice and used the N in the column. best. In all bongness. Debaditya On Wed, Mar 14, 2012 at 10:13 PM, suvayu ali fatkasuvayu+li...@gmail.comwrote: Hi

Re: [O] How to sort table in blocks.

2012-03-15 Thread suvayu ali
Hi Debaditya, On Fri, Mar 16, 2012 at 02:10, Debaditya Mukhopadhyay debadi...@gmail.com wrote: Hi Suvayu (Subayu?), :D Well ideally it should be Shubhayu but alas I'm stuck with the misspelling, Suvayu. Thanks for your answer- I wanted to know that if there is a way to go about it in

Re: [O] Bug: columnview times don't accumulate properly [7.8.03 (release_7.8.03.576.gbeb02)]

2012-03-15 Thread Myles English
On Tue, 13 Mar 2012 12:00:07 +, Myles English said: 1. start with emacs -q 2. find file test-sums.org (attached) 3. adjust paths in the source block at the top of the file and evaluate (execute?) it with C-c 4. goto the columnview block and C-c I would expect a table like this to

Re: [O] Bug: columnview times don't accumulate properly [7.8.03 (release_7.8.03.576.gbeb02)]

2012-03-15 Thread mylesenglish
The patch I just sent should be named org-colview.el.diff instead of org-inlinetasks.el.diff Myles

Re: [O] [PATCH] tags search: faster tags matcher by trusting scanner tags

2012-03-15 Thread Nick Dokos
Ilya Shlyakhter ilya_...@alum.mit.edu wrote: The attached patch speeds up tags matching ( 50s -- 5s for my most common search ), by turning on org-trust-scanner-tags within the matcher. (When it's off, getting a non-inherited property's value causes a call to org-entry-properties to fetch

Re: [O] [PATCH] tags search: faster tags matcher by trusting scanner tags

2012-03-15 Thread Ilya Shlyakhter
, | If your function needs to retrieve the tags including inherited tags | at the *current* entry, 'Function' here refers to the FUNC parameter of org-map-entries, not the MATCHER parameter. The matcher is constructed by org-make-tags-matcher, so we know everything it does -- it does not move

Re: [O] [PATCH] tags search: faster tags matcher by trusting scanner tags

2012-03-15 Thread Ilya Shlyakhter
Here is a similar patch for org-clock's use of tags/properties matcher. On Fri, Mar 16, 2012 at 12:31 AM, Ilya Shlyakhter ilya_...@alum.mit.eduwrote: , | If your function needs to retrieve the tags including inherited tags | at the *current* entry, 'Function' here refers to the FUNC

[O] exporting org to html using an external css stylesheet

2012-03-15 Thread Zachary Jones
I am trying to set up a website using org-mode and would like to use an external css stylesheet. I am currently using the #+STYLE: option with the argument link rel=stylesheet type=text/css href=./stylesheet.css /. The exported html documents seem to be using the default org-mode styling

[O] [PATCH] Fixed compiler warnings including typo in ob-lilypond

2012-03-15 Thread Ilya Shlyakhter
Fixed compiler warnings, including one typo in ob-lilypond * lisp/ob-lilypond.el (ly-compile-lilyfile): Fixed misplaced comma in a quoting expression. * lisp/org-pcomplete.el: added missing defvar definitions for org vars * lisp/org-src.el: added declare-function line for