[Orgmode] org-directory changed?

2010-11-16 Thread Richard Riley
Has something dramatic changed with how org loads files? My org-directory setting is ~/org-files. When I start up my agenda this morning after a git pull I get insert-file-contents-literally: not a regular file: /home/shamrock/org-files cheers r. ___

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
Aloha Mario, Thanks for pointing this out. I've removed reference to the old five- step process. All the best, Tom On Nov 16, 2010, at 1:46 PM, Mario E. Munich wrote: - In worg, there is a page for Babel: http://orgmode.org/worg/org-contrib/babel/index.php and a corresponding Introductory

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
Aloha John and Mario, I've moved my buggy development efforts to a branch and you can now pull a stable version of Org-article if you're so inclined. All the best, Tom On Nov 16, 2010, at 7:11 PM, John Hendy wrote: On Tue, Nov 16, 2010 at 5:46 PM, Mario E. Munich wrote: Dear all, I am

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Nick Dokos
Samuel Wales wrote: > In Firefox and emacs-w3m, I only get: > > Reader Comments > (*) Allow > ( ) Don't allow > Backlinks > ( ) Allow > (*) Don't allow > > And strangely do not get what you get. I tried reducing fonts in > Firefox also; the same thing showed up. > > I wonder if we are using

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Samuel Wales
Hi Nick, That is a great idea. Unfortunately, that option is simply not there for me. In Firefox and emacs-w3m, I only get: Reader Comments (*) Allow ( ) Don't allow Backlinks ( ) Allow (*) Don't allow And strangely do not get what you get. I tried reducing fonts in Firefox also; the same thi

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
Hi John, Apologies for having stupidly done some hacky development work on the master branch of org-article. You must have pulled this weekend when things were *really* unsettled. The errors you're getting now are ones I introduced but have since fixed. The python dependency is from a w

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Nick Dokos
John Hendy wrote: > Nick -- that was suggested to me when I posted about this topic a bit > back as well. [1] That does work, but there's a catch. It applies the > rule to every post that exists. If Samuel is just starting out, it's > actually awesome (would have been for me). But... I had about

Re: [Orgmode] org-article setup

2010-11-16 Thread John Hendy
On Tue, Nov 16, 2010 at 5:46 PM, Mario E. Munich wrote: > Dear all, > > I am trying to use the org-article class created by Tomas Dye. As you might > guess, I am having some trouble and thus the email. I am using emacs 23.1.1 > on Ubuntu 10.10 and org-mode verision TAG=7.3. > > I have followed th

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread John Hendy
It turns out that there are several hits for things like this. Those on the list who actually know elisp can perhaps decide which is the most robust implementation. Here's some more (did not try these... just digging them up and providing links): - http://blog.chrislowis.co.uk/2010/03/03/unfill-re

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread John Hendy
On Tue, Nov 16, 2010 at 6:17 PM, Samuel Wales wrote: > OK, more: > > I appreciate your considerable effort and I know that your perl > solution works for you, but debugging it so that it works for my box > also is not the approach that will work for all of us, and is not > something I can do at t

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread John Hendy
On Tue, Nov 16, 2010 at 9:46 PM, Nick Dokos wrote: > Samuel Wales wrote: > > > > 1) org source (my normally-preferred filled paragraphs) -> > > c-u c-c c-e R -> blogger > > - hard breaks are inserted so no filling can happen in > >published blog entry > >+ if large fo

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Nick Dokos
Thanks very much, both for org mode - a mind-blowing piece of software - and for the shepherding you have done to it (and us) during the past few years. I don't remember how I came upon org mode (back in the 5.something days), but it was a revelation then and it has continued to be a revelation (or

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Nick Dokos
Samuel Wales wrote: > 1) org source (my normally-preferred filled paragraphs) -> > c-u c-c c-e R -> blogger > - hard breaks are inserted so no filling can happen in >published blog entry >+ if large fonts and small column, will break > awkwardly > - blog

[Orgmode] Re: How to capture another file's column view

2010-11-16 Thread Fumito Hamamura
Carsten Dominik gmail.com> writes: You are right. I forgot the file: prefix. Thank you. Fumito ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-or

Re: [Orgmode] Invisible parent tasks (request)

2010-11-16 Thread Samuel Wales
Carsten answered, but some notes, possibly relevant, but only indirectly. ;;org-enforce-todo-dependencies is set in custom and does blocking. ;; ;;;dimming (grey or invisible tasks) is this. possibly slow and i am not ;;;sure it helps much in my case. turning it off simplifies it so that i ;;;ca

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Scott Randby
When I first started using org-mode, the way I do my work became more efficient and much easier. Now, if I want to do something new, I first take a look at the org-mode manual to see if I can use org-mode to do the new thing. I haven't been able to fit org-mode into everything, but I haven't given

Re: [Orgmode] org-article setup

2010-11-16 Thread Thomas S. Dye
On Nov 16, 2010, at 1:46 PM, Mario E. Munich wrote: Dear all, I am trying to use the org-article class created by Tomas Dye. As you might guess, I am having some trouble and thus the email. I am using emacs 23.1.1 on Ubuntu 10.10 and org-mode verision TAG=7.3. I have followed the instruct

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Samuel Wales
OK, more: I appreciate your considerable effort and I know that your perl solution works for you, but debugging it so that it works for my box also is not the approach that will work for all of us, and is not something I can do at this time. A dependency on a specific version of perl or another p

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Samuel Wales
No, I really meant my question the way I worded it. I really want to know the answer to 1-3, not the items you added. I am limited in the typing that I can do, John. All typing is very painful. So I cannot explain why right now. Just trust me please. __

[Orgmode] org-article setup

2010-11-16 Thread Mario E. Munich
Dear all, I am trying to use the org-article class created by Tomas Dye. As you might guess, I am having some trouble and thus the email. I am using emacs 23.1.1 on Ubuntu 10.10 and org-mode verision TAG=7.3. I have followed the instructions on worg: http://orgmode.org/worg/org-contrib/babel/exa

Re: [Orgmode] Clean capture from command line?

2010-11-16 Thread Friedrich Delgado
I use zsh and I already use this: ,[ ~/bin/uriescapepwd.pl ] #!/usr/bin/perl -w use URI::Escape qw/ uri_escape uri_escape_utf8 /; use Cwd qw/getcwd abs_path/; $pwd = abs_path(getcwd); print uri_escape_utf8($pwd); ` ,[ .zshrc snippet ] # bind n to org-store-link bindkey -

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread John Hendy
On Tue, Nov 16, 2010 at 5:17 PM, Samuel Wales wrote: > Of these three options, which do you think makes the most sense? > > 1) a /hook in the exporter/ to unfill paragraphs, or > 2) a way for the HTML to instruct the browser to /ignore >newlines/, or > 3) an unfill-region that works better th

Re: [Orgmode] Command names are now in the manual

2010-11-16 Thread Samuel Wales
On 2010-11-15, Carsten Dominik wrote: > until I get around to do this, there is a complete list of these in > the variable `org-export-plist-vars'. Each element is a list of the > property key for use by org-publish-alist, the OPTIONS line key and > the variable. That is excellent and should suf

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Samuel Wales
Of these three options, which do you think makes the most sense? 1) a /hook in the exporter/ to unfill paragraphs, or 2) a way for the HTML to instruct the browser to /ignore newlines/, or 3) an unfill-region that works better than mine. ___ Emacs-o

Re: [Orgmode] Clean capture from command line?

2010-11-16 Thread Eric S Fraga
a...@ufl.edu (Allen S. Rout) writes: > I'm one of the legion gradually slipping more and more of my day-to-day > process into org-mode. (Thanks, Carsten!) > > One of the things I'd like to be able to do is capture a new TODO from a > command line. e.g. > > shell$ capture "Fred wants a new databa

Re: [Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Eric S Fraga
Eric S Fraga writes: [...] > Yes, Carsten, that you ever so much for such a life changing piece of arggh. should be "thank" even org doesn't help me type the right words... ;-) -- photos: www.flickr.com/photos/ballfresno ___ Emacs-or

[Orgmode] Clean capture from command line?

2010-11-16 Thread Allen S. Rout
I'm one of the legion gradually slipping more and more of my day-to-day process into org-mode. (Thanks, Carsten!) One of the things I'd like to be able to do is capture a new TODO from a command line. e.g. shell$ capture "Fred wants a new database VM, 60G" and maybe eventually something obno

Re: [Orgmode] Re: requested feature

2010-11-16 Thread Suvayu Ali
On Monday 15 November 2010 10:23 AM, Marvin Doyley wrote: Using your code I create a new file Apples.org, in which I have bunch of info on apples. It would be nice to be able to export the content of the main and linked files to latex. I am thinking of the equivalent of having an \include{} Does

Re: [Orgmode] Business process diagrams in org-mode

2010-11-16 Thread Eric S Fraga
"Thomas S. Dye" writes: [...] > Hi Eric, > > Neat! This gets rid of the #+begin_example ... #+end_example for me: > > #+call: esf/business-process[:results value raw](table=processtable, > file="business.pdf", name="process") :results value raw > > All the best, > Tom > Thanks. Trying with [

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Amit Sethi
>> You have been such an inspiration, in the short time that I have spent >> in this community.  Thank you very much! I had no words to thank you >> for the wonderful creation, that org-mode is.  So, I hacked up some >> pictures for you. [1] ;) Wishing you best! >> >> Life in plain text is truly wo

Re: [Orgmode] Business process diagrams in org-mode

2010-11-16 Thread Thomas S. Dye
On Nov 16, 2010, at 6:35 AM, Eric S Fraga wrote: Bart Bunting writes: Hi Eric, Thanks very much for the suggestion! I'm not familiar with dot but will invest some time to see if I can get my head around it. This sounds like a good solution. Perhaps just writing directly in dot will

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Carsten Dominik
On Nov 16, 2010, at 7:18 PM, Puneeth wrote: Hi Carsten On Mon, Nov 15, 2010 at 5:21 PM, Carsten Dominik wrote: Dear all, after 7 years of responsibility for Org-mode, it is time for me to let go and step down as the maintainer of Org-mode. [..] You have been such an inspiration, in the sh

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Samuel Wales
Thanks, Giovanni, that helps; I assumed that "does not work" meant what it said. :) However, it doesn't help me when I actually post the HTML. The problem is that even without the , the paragraph does not fill. So I would have to unfill the paragraphs manually, then export, then undo the unfill

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Puneeth
Hi Carsten On Mon, Nov 15, 2010 at 5:21 PM, Carsten Dominik wrote: > Dear all, > > after 7 years of responsibility for Org-mode, it is time for > me to let go and step down as the maintainer of Org-mode. [..] You have been such an inspiration, in the short time that I have spent in this communit

Re: [Orgmode] Business process diagrams in org-mode

2010-11-16 Thread Eric S Fraga
Bart Bunting writes: > Hi Eric, > > Thanks very much for the suggestion! > > I'm not familiar with dot but will invest some time to see if I can get > my head around it. > > This sounds like a good solution. Perhaps just writing directly in dot > will solve my problem. Possibly, although as i

Re: [Orgmode] Babel & DOS

2010-11-16 Thread Eric Schulte
Hi Mike, I have no access to a windows machine, so it is not surprising that the windows shell doesn't work as expected. All of the external Babel calls do use built in Emacs functions for calling external programs all of which work cross platform (which is why these other languages work on Windo

Re: [Orgmode] Babel & DOS

2010-11-16 Thread Eric Schulte
As a (possibly) interesting example of how little windows support I have locally, here is how your email (presumably from a Windows machine) appears in my email client. <> Michael Gauland writes: > I'm having trouble executing a shell script under Microsoft Windows using > org-babel. When I eval

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread peter . frings
On 15 Nov 2010, at 12:51, Carsten Dominik wrote: > Dear all, > > after 7 years of responsibility for Org-mode, it is time for > me to let go and step down as the maintainer of Org-mode. What can I say that hasn't been said before? Discovering org-mode was indeed one of those Wow! moments, so t

Re: [Orgmode] [PATCH] minor typos in Readme_maintainer

2010-11-16 Thread Carsten Dominik
Thank you Giovanni. - Carsten On Nov 16, 2010, at 11:26 AM, Giovanni Ridolfi wrote: the patch attached fixes few typos in Readme_maintainer cheers, Giovanni --- README_maintainer 2010-11-16 10:22:56.0 +0100 +++ README_maintainer-new.org 2010-11-16 11:17:40.677233600 +0100 @@ -62,

Re: [Orgmode] org-mode and htmlslidy

2010-11-16 Thread Peter Frings
On 11 Nov 2010, at 14:17, John Hendy wrote: > > > On Thu, Nov 11, 2010 at 6:48 AM, Dov Grobgeld wrote: > In looking for the perfect slide show generation from org-mode I have so far > checked the following and found that they have serious problems: > epresenter - Keyboard gets stuck, little c

[Orgmode] Difference if exporting a table to latex

2010-11-16 Thread Seweryn Kokot
Hello, First I had a table | M_r | /33.22/ | in an .org file and exporting the table to latex gave the following \begin{center} \begin{tabular}{ll} M$_r$ & \emph{33.22} \\ \end{tabular} \end{center} Then as I needed more control so I moved to a .tex file. This time, using a radio table,

Re: [Orgmode] [Babel] Babel & DOS

2010-11-16 Thread Giovanni Ridolfi
Michael Gauland writes: > I'm having trouble executing a shell script under Microsoft Windows using > org-babel. When I evaluate this: > > #+begin_src sh :results output > echo Hello > #+end_src > > I get this: > #+results: > : Microsoft Windows XP [Version 5.1.2600] > : (

[Orgmode] Babel & DOS

2010-11-16 Thread Michael Gauland
I'm having trouble executing a shell script under Microsoft Windows using org-babel. When I evaluate this: #+begin_src sh :results output echo Hello #+end_src I get this: #+results: : Microsoft Windows XP [Version 5.1.2600] : (C) Copyright 1985-2001 Microsoft Corp. :

[Orgmode] Re: Store link in message mode

2010-11-16 Thread Łukasz Stelmach
Tassilo Horn writes: > Ulf Stegemann writes: > >> If you think --despite of those issues-- it's worth adding the >> creation of gnus links while in message mode I could provide a patch. > > I'm curious how you are able to determine where a message will be filed > after sending it off. I mean, y

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Eden Cardim
> "Carsten" == Carsten Dominik writes: Carsten> Dear all, Carsten> after 7 years of responsibility for Org-mode, it is time for Carsten> me to let go and step down as the maintainer of Org-mode. Thank you for a stellar piece of software, enjoy your "retirement", you deserve it. W

Re: [Orgmode] Fwd: Small improvment of emacs-org mode concerning LaTeX-export

2010-11-16 Thread Carsten Dominik
Ooops, sorry about that. - Carsten On Nov 16, 2010, at 12:21 PM, Stefan Vollmar wrote: Dear Carsten, small mixup due to similar names: the credit to the LaTeX export patch should go to "Juergen Vollmer". Warm regards, Stefan On 16 Nov 2010, at 10:28, Carsten Dominik wrote: Dear LaTeX h

Re: [Orgmode] Fwd: Small improvment of emacs-org mode concerning LaTeX-export

2010-11-16 Thread Stefan Vollmar
Dear Carsten, small mixup due to similar names: the credit to the LaTeX export patch should go to "Juergen Vollmer". Warm regards, Stefan On 16 Nov 2010, at 10:28, Carsten Dominik wrote: > Dear LaTeX hackers, > > here is an interesting patch from Stefan Vollmer. > It attempts to automaticall

[Orgmode] [PATCH] minor typos in Readme_maintainer

2010-11-16 Thread Giovanni Ridolfi
the patch attached fixes few typos in Readme_maintainer cheers, Giovanni --- README_maintainer 2010-11-16 10:22:56.0 +0100 +++ README_maintainer-new.org 2010-11-16 11:17:40.677233600 +0100 @@ -62,5 +62,5 @@ : pw update -s "Changed Requested" -m "What to change" NNN -This will sand an e

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Jambunathan K
Carsten Thanks for Orgmode. Get some well deserved sleep :-). Bastien I hope, under your maintainership, Orgmode will continue to assimilate the good things that are in the wild and make it all it's own. I find Worg much better than Emacswiki. I am sure you will find more innovative means to

[Orgmode] [PATCH][BUG] Fix documentation

2010-11-16 Thread Olaf Dietsche
When I do a "make info", I get the following error: org.texi:9329: Misplaced {. org.texi:9330: Misplaced }. Fix is below. Regards, Olaf diff --git a/doc/org.texi b/doc/org.texi index c2314fa..57e0204 100644 --- a/doc/org.texi +++ b/doc/org.texi @@ -9326,7 +9326,7 @@ These options take effect in

Re: [Orgmode] Re: HTML export and blogging to blogger.com

2010-11-16 Thread Giovanni Ridolfi
Samuel Wales writes: > I found this in the manual. Does anybody know whether this is > relevant to the problem? > > \n:turn on/off line-break-preservation > (DOES NOT WORK) Samuel, it, actually, works for me: Org-mode version 7.3 commit-fee2c2c8dab57bf11ad34526f1364154f57fb020 GNU

[Orgmode] Fwd: Small improvment of emacs-org mode concerning LaTeX-export

2010-11-16 Thread Carsten Dominik
Dear LaTeX hackers, here is an interesting patch from Stefan Vollmer. It attempts to automatically set the right language for the babel style in LaTeX export (so this has nothing to do with org-babel). It looks good to me on a quick glance, but can I ask some of you to take a closer look, and te

Re: [Orgmode] [PATCH] org-clock.el: fix regex to recognize indented clock tables

2010-11-16 Thread Carsten Dominik
Applied, thanks Achim. - Carsten On Nov 16, 2010, at 12:17 AM, Achim Gratz wrote: org-clock.el: fix regex to recognize indented clock tables * #BEGIN: and #END: were expected only at the first column in some places. * #BEGIN: and #END: were erroneously recognized inside normal lines in o

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Sebastien Vauban
Hi Carsten, > Carsten Dominik writes: >> after 7 years of responsibility for Org-mode, it is time for me to let go >> and step down as the maintainer of Org-mode. > > Thank you so much for the immense goodwill and generosity you have daily > demonstrated in your work on Org-mode and here on this

[Orgmode] Re: Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Tassilo Horn
Hi Carsten, thanks a lot for Org and the incredible job you've been doing! It was a pleasure to participate in this great community, and I'm sure it'll be a pleasure with Bastien taking the lead, too. Bye, Tassilo ___ Emacs-orgmode mailing list Pleas

Re: [Orgmode] Bastien is going to become the maintainer of Org mode in January

2010-11-16 Thread Stefan Vollmar
Dear Carsten, On 15.11.2010, at 12:51, Carsten Dominik wrote: > after 7 years of responsibility for Org-mode, it is time for > me to let go and step down as the maintainer of Org-mode. many thanks for all the effort you have put into org-mode, a wonderful piece of software which has become esse