[Orgmode] Re: #+call ?

2010-11-01 Thread Thomas S. Dye
On Oct 31, 2010, at 7:40 PM, Noorul Islam K M wrote: Thomas S. Dye t...@tsdye.com writes: Aloha all, I'm expecting to see the file bar.pdf output. #+srcname: single-date #+begin_src R :results output :file foo.pdf library(ggplot2) z - read.csv(file = x) g - ggplot(z, aes(x=1950 +

[Orgmode] Re: #+call ?

2010-11-01 Thread Thomas S. Dye
Replying to his own message: I found Eric's reply. Sorry for the noise. All the best, Tom On Oct 31, 2010, at 8:21 PM, Thomas S. Dye wrote: On Oct 31, 2010, at 7:40 PM, Noorul Islam K M wrote: Thomas S. Dye t...@tsdye.com writes: Aloha all, I'm expecting to see the file bar.pdf

Re: [Orgmode] org-export-string

2010-11-01 Thread Aidan Gauland
On Sun, Oct 31, 2010 at 08:14:27AM -0600, Eric Schulte wrote: It should be possible to use edebug to locate the source of this prompt. Evaluate the definition of `org-export-string' with a prefix argument (i.e. C-u C-M-x). Then when you call `org-export-string' you can step through all

[Orgmode] Re: [babel] ob-octave requires octave 3.2 or extra package

2010-11-01 Thread Eric S Fraga
Dan Davison dandavis...@gmail.com writes: Eric S Fraga ucec...@ucl.ac.uk writes: Hello, Just a comment on requirements: ob-octave assumes the presence of the =dlmwrite= function. This is available as standard with octave 3.2 but requires an extra package (=octave-io=) if you have an older

[Orgmode] Extended-period events in agenda views

2010-11-01 Thread Konrad Hinsen
Hello all, I have been a happy org-mode user for a while, using more and more of org-mode for more and more things. By now I have completely replaced my use of iCal (on the Mac) by the org-mode agenda, with no regrets. However, there is one feature that I am still trying to get into my

[Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Jambunathan K
Just pushed a FAQ on installing Orgmode through ELPA-tarballs to Worg.. Here is a dump for the sake of record. ** What is the easiest way to install latest version of Orgmode? The easiest way to install or update Orgmode is through Emacs' package manager. Orgmode is distributed as

[Orgmode] Re: Installing Orgmode through ELPA-tarball

2010-11-01 Thread Jambunathan K
** I don't see Orgmode as an installation option in Package Manager Menu? Emacs Package Manager is a very recent addition to Emacs. Work is under way to have have Orgmode seamlessly integrate with Emacs' Package Manager. As a result, it will be some time before the Orgmode

Re: [Orgmode] Re: markup for small caps ?

2010-11-01 Thread Sébastien Mengin
Le dim. 31/10/10 (01:05:02 -0400), Bernt Hansen a écrit : Sébastien Mengin sebastien-men...@edilibre.net writes: I think I'd like to keep going with the customized markup I mentionned in another question posted earlier today : ¶text¶, that would export I think these markup characters are

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Tom Short
On Mon, Nov 1, 2010 at 8:05 AM, Jambunathan K kjambunat...@gmail.com wrote: ** What is the easiest way to install latest version of Orgmode? That's all good information to have, but I'm not sure it's the easiest way to install the latest version. It may eventually be easy, but the existing

[Orgmode] bug: org-narrow-to-subtree

2010-11-01 Thread Puneeth
Hi, I hit a minor bug with the function org-narrow-to-subtree. When I narrow to a headline (subtree with just the headline) present at the end of a file, the last character of the headline isn't present in the narrowed region. [file1.org and file2.org shown at the end of the message are

Re: [Orgmode] Sorting table columns (*not* content)

2010-11-01 Thread Jeff Horn
From the manual: [1] , | C-c C-x M-w | Copy a rectangular region from a table to a special clipboard. Point and mark determine edge fields of the rectangle. If there is no active region, copy just the current field. The process ignores horizontal separator lines. | C-c C-x C-w | Copy a

[Orgmode] [REQUEST] Calendar-view (was: Extended-period events in agenda views)

2010-11-01 Thread Jeff Horn
On Mon, Nov 1, 2010 at 7:32 AM, Konrad Hinsen konrad.hin...@fastmail.net wrote: Hello all, I have been a happy org-mode user for a while, using more and more of org-mode for more and more things. By now I have completely replaced my use of iCal (on the Mac) by the org-mode agenda, with no

[Orgmode] Problem with 7.02 - org-capture-templates not set from init file

2010-11-01 Thread Jeffrey DeLeo
Since moving from org-version 7.01 to 7.02, the variable org-capture-templates, which I set in my .emacs.el in a custom-set-variables is not being set. No error is generated, just the variable remains nil. Here's how I set it: --8---cut here---start-8---

Re: [Orgmode] Sorting table columns (*not* content)

2010-11-01 Thread Juan Pechiar
If you don't mind losing h-lines, you can transpose the table, sort rows, and transpose back. This code (which I previously posted to the list) transposes a table: #+begin_src: emacs-lisp (defun org-transpose-table-at-point () Transpose orgmode table at point, eliminate hlines (interactive)

[Orgmode] Bug: Resilience to leaving Emacs w/o clocking out [7.02trans]

2010-11-01 Thread David Abrahams
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [Orgmode] Re: Sorting table columns (*not* content)

2010-11-01 Thread Jeff Horn
On Mon, Nov 1, 2010 at 10:15 AM, Gary emacs-orgm...@garydjones.name wrote: Jeff Horn wrote: Hope this helps, Not much, really. You're saying that I can do rectangle editing, which I knew. Are you basically saying you have to sort them yourself? (If so, that's okay, it's a valid answer, even

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Erik Iverson
I agree about the word 'easiest'. Perhaps a more neutral phrasing of the question, such as: How can I install Orgmode through Emacs' Package Manager? Tom Short wrote: On Mon, Nov 1, 2010 at 8:05 AM, Jambunathan K kjambunat...@gmail.com wrote: ** What is the easiest way to install latest

[Orgmode] Using macros in worg

2010-11-01 Thread Benny Simonsen
Hi I would like to use org-mode + git to generate a web page. I would also like to use the #+MACRO: directives as defined in Worg /macrs.setupfile. I have downloaded cloned the git repository for Worg (git clone http://repo.or.cz/r/Worg.git) for an example. How is the setup to expand the

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Jambunathan K
Tom Short tshort.rli...@gmail.com writes: On Mon, Nov 1, 2010 at 8:05 AM, Jambunathan K kjambunat...@gmail.com wrote: ** What is the easiest way to install latest version of Orgmode? That's all good information to have, but I'm not sure it's the easiest way to install the latest version.

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Jambunathan K
I agree about the word 'easiest'. Perhaps a more neutral phrasing of the question, such as: How can I install Orgmode through Emacs' Package Manager? Ok. I have modified the phrasing as suggested by you. Jambunathan K. Tom Short wrote: On Mon, Nov 1, 2010 at 8:05 AM, Jambunathan K

Re: [Orgmode] Installing Orgmode through ELPA-tarball

2010-11-01 Thread Martin Stemplinger
Hi all, being curious I tried the upgrade via ELPA but for for some reasons it didn't work. Any ideas? 2. Use the Emacs package manager's =M-x list-packages= to browse and install the latest version. Failed with the error message: Failed to download `Orgmode' archive. ** How do I

[Orgmode] Re: Sorting table columns (*not* content)

2010-11-01 Thread Dan Davison
Gary emacs-orgm...@garydjones.name writes: Is there any way to sort the columns of a table, such that for example | Col 3 | Col 1 | Col 2 | can be converted to | Col 1 | Col 2 | Col 3 | |---+---+---| | ... | ... | ... | I'd do this using an external language that has

Re: [Orgmode] Sorting table columns (*not* content)

2010-11-01 Thread brian powell
Jeff Horn seems to be explaining specifics of how to do some nitty-gritty manipulations--he mentions (quoting the manual) methods for yanking, Ccxy The methods Jeff expressed are useful for the question posed. I recommend rectangle-kill and rectangle-yank--Cxrk and Cxry to solve this (in a very

Re: [Orgmode] bug: org-narrow-to-subtree

2010-11-01 Thread David Maus
At Mon, 1 Nov 2010 19:02:53 +0530, Puneeth wrote: Hi, I hit a minor bug with the function org-narrow-to-subtree. When I narrow to a headline (subtree with just the headline) present at the end of a file, the last character of the headline isn't present in the narrowed region. [file1.org

[Orgmode] bibtex latex export

2010-11-01 Thread Marvin Doyley
Hi there, I realize that there have been a lot of discussion on this topic; however, it is not clear to me how to resolve this issue. More specifically, org-latex-export does a good job convert org to latex, but for some reason bibtex isn't called. My current work around is run bibtex in a shell

[Orgmode] Re: Installing Orgmode through ELPA-tarball

2010-11-01 Thread Jambunathan K
) of 2010-01-03 on PRETEST. I also have cygwin running. After your report, I downloaded org-20101101.tar and I am able to run things successfully without any issues. Possible Root Cause: === There is a comment in the package manager that there is a dependency on GNU tar. May

[Orgmode] Re: Installing Orgmode through ELPA-tarball

2010-11-01 Thread Jambunathan K
-x C-e with cursor before the marker '@'. (progn (setq default-directory ~/tmp/) (package-read-from-string (shell-command-to-string ;; Requires GNU tar. (concat tar -xOf org-20101101.tar org-20101101/org-pkg.el @ What do you get? Before doing C-x C-e, change the ~/tmp

Re: [Orgmode] Sorting table columns (*not* content)

2010-11-01 Thread Christian Moe
If you want to sort table columns manually (usually that's quick and easy), forget rectangle editing: M-left and M-right are your friends. Cheers, Christian On 11/1/10 2:52 PM, Jeff Horn wrote: From the manual: [1] , | C-c C-x M-w | Copy a rectangular region from a table to a special

Re: [Orgmode] Re: BUG-Export level 1 subtree fails

2010-11-01 Thread David Maus
At Sun, 31 Oct 2010 20:34:20 -0400, Bernt Hansen wrote: Bernt Hansen be...@norang.ca writes: Hi, Using the following commit ed5665e (babel: Use `copy-sequence' instead of `copy-tree', 2010-10-31) if I mark a level 1 subtree with C-c @ and then try to export to HTML with C-c C-e b

Re: [Orgmode] Re: BUG-Export level 1 subtree fails

2010-11-01 Thread Bernt Hansen
David Maus dm...@ictsoc.de writes: At Sun, 31 Oct 2010 20:34:20 -0400, Bernt Hansen wrote: Bernt Hansen be...@norang.ca writes: Hi, Using the following commit ed5665e (babel: Use `copy-sequence' instead of `copy-tree', 2010-10-31) if I mark a level 1 subtree with C-c @ and then

Re: [Orgmode] bibtex latex export

2010-11-01 Thread Thomas S. Dye
On Nov 1, 2010, at 8:33 AM, Marvin Doyley wrote: Hi there, I realize that there have been a lot of discussion on this topic; however, it is not clear to me how to resolve this issue. More specifically, org-latex-export does a good job convert org to latex, but for some reason bibtex

Re: [Orgmode] Re: BUG-Export level 1 subtree fails

2010-11-01 Thread David Maus
At Mon, 01 Nov 2010 15:19:24 -0400, Bernt Hansen wrote: I believe Carsten has a fix for this: adede9f (Fix export bug of a region with an ARCHIVE property set, 2010-11-01) but I haven't verified it yet. Ah. Should have read the log before debugging. It's fixed for me. Best, -- David --

Re: [Orgmode] Bug: Resilience to leaving Emacs w/o clocking out [7.02trans]

2010-11-01 Thread Carsten Dominik
On Nov 1, 2010, at 3:56 PM, David Abrahams wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the

Re: [Orgmode] Re: Sorting table columns (*not* content)

2010-11-01 Thread Carsten Dominik
On Nov 1, 2010, at 3:15 PM, Gary wrote: Jeff Horn wrote: Hope this helps, Not much, really. You're saying that I can do rectangle editing, which I knew. Are you basically saying you have to sort them yourself? (If so, that's okay, it's a valid answer, even if it isn't the one I want!)

Re: [Orgmode] Problem with 7.02 - org-capture-templates not set from init file

2010-11-01 Thread Carsten Dominik
On Nov 1, 2010, at 3:06 PM, Jeffrey DeLeo wrote: Since moving from org-version 7.01 to 7.02, the variable org-capture-templates, which I set in my .emacs.el in a custom-set-variables is not being set. No error is generated, just the variable remains nil. Are you sure this is different in 7.1

Re: [Orgmode] Extended-period events in agenda views

2010-11-01 Thread Carsten Dominik
Hi Konrad, On Nov 1, 2010, at 12:32 PM, Konrad Hinsen wrote: Hello all, I have been a happy org-mode user for a while, using more and more of org-mode for more and more things. By now I have completely replaced my use of iCal (on the Mac) by the org-mode agenda, with no regrets.

Re: [Orgmode] bug: org-narrow-to-subtree

2010-11-01 Thread Carsten Dominik
Hi Puneeth, I am unable to reproduce this problem Greetings - Carsten On Nov 1, 2010, at 2:32 PM, Puneeth wrote: Hi, I hit a minor bug with the function org-narrow-to-subtree. When I narrow to a headline (subtree with just the headline) present at the end of a file, the last character

[Orgmode] Re: Extended-period events in agenda views

2010-11-01 Thread Chris Thompson
Konrad Hinsen konrad.hinsen at fastmail.net writes: There are a couple of long-lasting events that I would like to show in my agenda view. A typical example would be school vacation periods, but there are others: absences of a colleague, availability of some instrument, etc, Their

Re: [Orgmode] Re: BUG-Export level 1 subtree fails

2010-11-01 Thread Bernt Hansen
David Maus dm...@ictsoc.de writes: At Mon, 01 Nov 2010 15:19:24 -0400, Bernt Hansen wrote: I believe Carsten has a fix for this: adede9f (Fix export bug of a region with an ARCHIVE property set, 2010-11-01) but I haven't verified it yet. Ah. Should have read the log before debugging.

Re: [Orgmode] bibtex latex export

2010-11-01 Thread Marvin Doyley
Thanks, I will try the variable org-latex-pdf-process thanks M On Mon, Nov 1, 2010 at 4:00 PM, Thomas S. Dye t...@tsdye.com wrote: On Nov 1, 2010, at 8:33 AM, Marvin Doyley wrote: Hi there, I realize that there have been a lot of discussion on this topic; however, it is not clear to me

Re: [Orgmode] abstract in exported latex and html

2010-11-01 Thread Christian Moe
Use org-special-blocks On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both LaTeX export and html export? I am thinking in lines of #+BEGIN_ABSTRACT: My abstract goes here #+END_ABSTRACT: and have it interpreted differently

Re: [Orgmode] abstract in exported latex and html

2010-11-01 Thread Thomas S. Dye
On Nov 1, 2010, at 11:47 AM, Christian Moe wrote: Use org-special-blocks On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both LaTeX export and html export? I am thinking in lines of #+BEGIN_ABSTRACT: My abstract goes here

Re: [Orgmode] Re: epresent and Org-mode: using Emacs to run presentations of Org-mode docs

2010-11-01 Thread Christian Moe
Re: converting SVG 1. Prince (http://www.princexml.com) does SVG to PDF as vector graphics from the command line, very nicely. Too bad it's proprietary. e.g. : prince drawing.svg drawing.pdf 2. Ask Inkscape -- it's free software; unfortunately, the result is rasterized. e.g. : inkscape

Re: [Orgmode] bibtex latex export

2010-11-01 Thread Marvin Doyley
It works like a charm, thanks On Mon, Nov 1, 2010 at 4:47 PM, Marvin Doyley marvin...@gmail.com wrote: Thanks, I will try the variable org-latex-pdf-process thanks M On Mon, Nov 1, 2010 at 4:00 PM, Thomas S. Dye t...@tsdye.com wrote: On Nov 1, 2010, at 8:33 AM, Marvin Doyley wrote:

[Orgmode] org-latex-export

2010-11-01 Thread Marvin Doyley
Hi there, Is there anyway of tuning off the title and date options during export? it would be nice to able to switch these options off during export especially when the are blank (i.e. #+Title: or #+Date:) thanks M ___ Emacs-orgmode mailing list

Re: [Orgmode] Bug: Resilience to leaving Emacs w/o clocking out [7.02trans]

2010-11-01 Thread Dave Abrahams
On Mon, Nov 1, 2010 at 3:39 PM, Carsten Dominik carsten.domi...@gmail.com wrote: On Nov 1, 2010, at 3:56 PM, David Abrahams wrote: Remember to cover the basics, that is, what you expected to happen and what in fact did happen.  You don't know how to make a good report?  See    

Re: [Orgmode] org-latex-export

2010-11-01 Thread Thomas S. Dye
On Nov 1, 2010, at 2:59 PM, Marvin Doyley wrote: Hi there, Is there anyway of tuning off the title and date options during export? it would be nice to able to switch these options off during export especially when the are blank (i.e. #+Title: or #+Date:) thanks M Aloha M, This was

[Orgmode] Re: org-latex-export

2010-11-01 Thread Jambunathan K
Marvin Hi there,Is there anyway of tuning off the title and date options during export?it would be nice to able to switch these options off during export especially when the are blank (i.e. #+Title: or #+Date:) Try searching this list for a possible pointers on how you could do this.

[Orgmode] Re: TaskJuggler3, revisited

2010-11-01 Thread Anthony Lander
Hi everyone, Christian Egli and I have been having an off-list exchange about making a TaskJuggler3 exporter. In fact, Christian would like to change the current exporter to export to either TaskJuggler2 or TaskJuggler3, depending on a defcustom! We have quite a number of ideas in the

Re: [Orgmode] bug: org-narrow-to-subtree

2010-11-01 Thread Puneeth
Hi Carsten, On Tue, Nov 2, 2010 at 1:22 AM, Carsten Dominik carsten.domi...@gmail.com wrote: Hi Puneeth, I am unable to reproduce this problem Is it because David has already fixed the problem? :) Thanks, Puneeth ___ Emacs-orgmode mailing list

Re: [Orgmode] abstract in exported latex and html

2010-11-01 Thread Carsten Dominik
This is great and should be in the FAQ or another good place on Worg. Thanks! - Carsten On Nov 1, 2010, at 10:47 PM, Christian Moe wrote: Use org-special-blocks On Oct 31, 2010, at 9:47 AM, Magnus Nilsson wrote: Dear all, Is there a way to include an abstract that suits both LaTeX