Re: [Orgmode] [BABEL] Commands for navigation

2010-09-08 Thread Eric Schulte
Hi, Jambunathan K kjambunat...@gmail.com writes: I think the navigation commands should wrap around to beginning or end of file as necessary possibly after throwing an error. The error messages down below need to be replaced with more user-friendly messages. When I see anything such big or

[Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-08 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: 1. I find it weird to have all the parameters of =:cmdline= not enclosed between quotes. What should be the best option, here? That was

Re: [Orgmode] Adding entries to Google calendar

2010-09-08 Thread Sven Bretfeld
Hi Eric Eric S Fraga ucec...@ucl.ac.uk writes: Alas, there seems no description of the possible syntactical variants available on the web. Yes, Google do not appear to be very forthcoming with their parsing algorithms. I had to do a lot of trial and error, especially to support block

[Orgmode] Inline source block documentation

2010-09-08 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi I was struggling with inline source blocks, because I did not find them in the documentation - they only occur under Code block specific header arguments: ###QUOTE BEGIN Similarly, it is possible to set header arguments for inline code blocks:

[Orgmode] Version number via inline source in header of exported html and pdf? and Custom export name?

2010-09-08 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi two questions: 1) is it possible to add the result of an inline code snipet (in my case the SVN revision number) into the title or subtitle of a document (as in e.g. the org manual)? At the moment, I am putting it into the first header, which

[Orgmode] org-babel-post-tangle-hook just opening tangled file

2010-09-08 Thread Miguel Ruiz
Hi Should (add-hook 'org-babel-post-tangle-hook (lambda () (save-window-excursion (find-file (buffer-file-name) work in .emacs? The purpose is simply opening the tangled file but I think the opening happens before the tangled file has finished of

[Orgmode] Re: Version number via inline source in header of exported html and pdf? and Custom export name?

2010-09-08 Thread Noorul Islam K M
Rainer M Krug r.m.k...@gmail.com writes: Hi two questions: 1) is it possible to add the result of an inline code snipet (in my case the SVN revision number) into the title or subtitle of a document (as in e.g. the org manual)? At the moment, I am putting it into the first header, which

[Orgmode] a little wish for org-agenda-deadline-leader

2010-09-08 Thread Dieter Faulbaum
I have a small suggestion: It would be nice (for me), if org-agenda-deadline-leader could different for deadlines in the future and expired deadlines: For future maybe the default one In %3d d.: but for expired deadlines maybe this (without a minus sign): %3d d. ago: Is this possible?

[Orgmode] Re: Version number via inline source in header of exported html and pdf? and Custom export name?

2010-09-08 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/09/10 13:04, Noorul Islam K M wrote: Rainer M Krug r.m.k...@gmail.com writes: Hi two questions: 1) is it possible to add the result of an inline code snipet (in my case the SVN revision number) into the title or subtitle of a document

[Orgmode] Re: Composing letters using Org mode and the LaTeX isodoc class

2010-09-08 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: I look forward to any potential org-letter export this line of investigation yields. As soon as this is closed, I'm willing to write a Worg page for this. - because I had not the hope of being able to configure the LaTeX export class and/or code in the right

[Orgmode] Re: Composing letters using Org mode and the LaTeX isodoc class

2010-09-08 Thread Sébastien Vauban
Hi Jambunathan, Jambunathan K wrote: Honoring spaces would be a pre-requisite if one were to allow org's headlines as implicit srcnames. Or you would have to impose titles without spaces, which is acceptable as well for such a usage... If babel supports headlines as srcnames, without

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread Nick Parker
Erik, That was the issue, the :file reference needed to be on the line above. Thanks. Nick Parker www.developernotes.com On Tue, Sep 7, 2010 at 10:27 PM, Erik Iverson er...@ccbr.umn.edu wrote: On 09/07/2010 10:12 PM, Nick Parker wrote: Hi John, I would actually like to plot different

[Orgmode] org-beamer outline

2010-09-08 Thread aditya siram
Hi all, I am wondering how to get an outline in an org-beamer presentation. Currently I have a structure that looks like: #+TITLE: My Title #+AUTHOR: Me #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_FRAME_LEVEL: 2 #+COLUMNS: %35ITEM %10BEAMER_env(Env) %10BEAMER_envargs(Env

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread John Hendy
That's great! I actually figured that was from pasting it. A lot of pasted examples come in a bit jumbled. Glad you're on your way! John On Wed, Sep 8, 2010 at 8:10 AM, Nick Parker ni...@developernotes.comwrote: Erik, That was the issue, the :file reference needed to be on the line above.

[Orgmode] Re: Mark and Tangle

2010-09-08 Thread Dan Davison
Jambunathan K kjambunat...@gmail.com writes: Let me explain what I mean by selective tangling (or any one of the other babel operations) I mark subtrees [1]. The nearest Org equivalent would be to create a sparse tree with say a tag match and consider the visible portions as selected or

[Orgmode] Re: org-beamer outline

2010-09-08 Thread Sébastien Vauban
Hello Aditya, aditya siram wrote: I am wondering how to get an outline in an org-beamer presentation. Currently I have a structure that looks like: #+TITLE: My Title #+AUTHOR: Me #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_FRAME_LEVEL: 2 #+COLUMNS: %35ITEM

[Orgmode] Re: org-beamer outline

2010-09-08 Thread Dan Davison
aditya siram aditya.si...@gmail.com writes: Hi all, I am wondering how to get an outline in an org-beamer presentation. Currently I have a structure that looks like: #+TITLE: My Title #+AUTHOR: Me #+LaTeX_CLASS: beamer #+LaTeX_CLASS_OPTIONS: [presentation] #+BEAMER_FRAME_LEVEL: 2

Re: [Orgmode] not exporting TODOs but exporting their subordinates

2010-09-08 Thread John Hendy
Someone *might* be able to give you a workaround, but the way org-mode works as far as I can see is that export rules always apply to the children of a higher-level headline. As such, the subitems of the non-exported TODO are taken to be notes or things related to the TODO, and since you don't

[Orgmode] Re: [patch] bug in export due to org-list-automatic-rules

2010-09-08 Thread Nicolas Goaziou
Hello, Daniel Clemente writes: Hi. This change in org.el (commit fd16515b4a88d48362223b19c511c4973cdbc84c, 2010-08-07 18:31:54): '(^[ \t]*\\([-+*]\\|[0-9]+[.)][ \t]+\\(?:\...@start:[0-9]+\\][ \t]*\\)?\\)\\(\\[[- X]\\]\\) 2 'org-checkbox prepend) - (if org-provide-checkbox-statistics +

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread John Hendy
Nick, This got me curious to see the output. I tried to generate it on my computer and get this in the *gnuplot* buffer after running the code: - gnuplot plot data using 1:2:3 notitle ^ warning: Skipping data file with no valid points

[Orgmode] Automate the writing of proposals (by using dynamic blocks)

2010-09-08 Thread Sébastien Vauban
Hello, I'm trying to automate the writing of proposals. Just a couple of tasks to describe, to evaluate, and then put a price on the total amount. That's about it. Though, I have some problems making that dream a full reality yet, even if Org already makes me go really far! The following is an

Re: [Orgmode] Re: org-beamer outline

2010-09-08 Thread John Hendy
For what it's worth on the topic of beamer outlines, I recently created a presentation and wanted the Outline to re-appear before every section. Having this at the top of the document (right after all the #+options stuff) worked great: - \AtBeginSection[]{ \begin{frame}beamer

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-08 Thread Sébastien Vauban
Hi David, David Maus wrote: Sébastien Vauban wrote: Thanks a lot for trying to get Gnus better behaving in face of slow servers like Courier... Do you want me to test something special to move things forward? Okay, could you try the attached patch? It is based on current master and tries

SOLVED? [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-09-08 Thread Cook, Malcolm
I am following up with a workaround for this old issue (from July). This problem persists with latest `git pull` on orgmode version 7.01 This minimal init file will cause it: (require 'org-install) ;(require 'org) (require 'ob-perl) uncomment the 2nd line, and the problem goes away. Cheers,

Re: [Orgmode] Adding entries to Google calendar

2010-09-08 Thread Matt Price
Hi Erik et cal, After having put it off for a ocuple of months finally trying to set this up. I have both halves of Erik's code working now -- the ical2org that syncs from google, and the elisp wrapper on googlecl that syncs from org (see

[Orgmode] Re: Composing letters using Org mode and the LaTeX isodoc class

2010-09-08 Thread Eric Schulte
Hi, Jambunathan K kjambunat...@gmail.com writes: Eric Thanks for the changes. I believe I need not work (or for all practical purposes set aside) working on letter writing support. Jambu Btw, your approach set me thinking. I think there is a strong Jambu case for making headlines act as

Re: [Orgmode] Re: Composing letters using Org mode and the LaTeX isodoc class

2010-09-08 Thread Eric Schulte
Hi Seb, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: I look forward to any potential org-letter export this line of investigation yields. As soon as this is closed, I'm willing to write a Worg page for this. - because I had not the hope of being able

[Orgmode] Re: Directory Links (and a bug?)

2010-09-08 Thread Achim Gratz
Noorul Islam noo...@noorul.com writes: For me all these three gets exported as file:///tmp Another link [[file://tmp][another link]] Another link [[file+sys:///tmp][another link]] Another link [[file+emacs:///tmp][another link]] Sorry, I should have checked more thoroughly: there is a bug,

Re: [Orgmode] Adding entries to Google calendar

2010-09-08 Thread Matt Price
On Wed, Sep 8, 2010 at 11:34 AM, Matt Price mopto...@gmail.com wrote: - Sven says something about using org-remember to do the same work -- it's not clear to me whether you have that working, Sven. In any case would it be difficult to use org-capture instead of the diary? That would

[Orgmode] Re: 7.01trans obsolete variables

2010-09-08 Thread Achim Gratz
Noorul Islam noo...@noorul.com writes: I think these cannot be changed because `calendar-date-style' is not available on earlier version of Emacs. I was thinking that maybe a defvaralias only for EMACSen earlier than 23.1 might be a better solution that both keeps the compiler happy and the

[Orgmode] Re: not exporting TODOs but exporting their subordinates

2010-09-08 Thread Sebastian Rose
Sam Cramer samcra...@gmail.com writes: When working on a document, I tend to sprinkle TODO headlines throughout the doc. These are really very loosely structured; they just represent things that I need to do somewhat near the area that I'm looking at. I mark these lines with a :noexport: tag

[Orgmode] [BABEL][PROPOSAL] headlines as executable srcnames

2010-09-08 Thread Jambunathan K
Jambu I think there is a strong case for making headlines act as babel Jambu srcnames with their body providing content for noweb expansion Jambu [3]. This behaviour could be controlled by a buffer local Jambu variable. Eric This is an interesting suggestion. Next time I have time I will Eric

[Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Bastien
Dan Davison davi...@stats.ox.ac.uk writes: (We badly need a customize group for these org-src but non-babel variables[1]. That suggests to me subsuming the Babel group (Should be Org Babel for consistency?) within a new group, perhaps Org Code or Org Src or Org Source Code ? Views? I find

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Darlan Cavalcante Moreira
Maybe my problem is not related to slow folding/unfolding behavior that you are getting, but if I set the org-src-tab-acts-natively variable to t the folding/unfolding of headlines becomes very slow for me. In fact, I was thinking that I had the problem described here, but I just isolated the

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread Nick Parker
John, I am reworking the gnuplot script, it is not done at this point, but this is what I currently have: #+begin_src gnuplot :var data=sessions :file org-running.png :exports both set title Running Stats set xtics nomirror rotate by -45 set key noenhanced set style data linespoints

[Orgmode] Re: Adding entries to Google calendar

2010-09-08 Thread Stephen Eglen
Matt Price mopto...@gmail.com writes: - as I understand it this system will only work with entries that have been added via i in a calendar-mode org agenda view.  When I try to add items this way I am never prompted for a time, only a date.  Am I missing something here? hi Matt, Carsten

Re: SOLVED? [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-09-08 Thread Eric Schulte
Hi Malcolm, I've just pushed up a change that should fix this issue. After updating from git you will have to run make clean make to ensure that the org-install.el file is regenerated. Please let me know if the problem persists -- Eric Cook, Malcolm m...@stowers.org writes: I am

[Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Dan Davison
Darlan Cavalcante Moreira darc...@gmail.com writes: Maybe my problem is not related to slow folding/unfolding behavior that you are getting, but if I set the org-src-tab-acts-natively variable to t the folding/unfolding of headlines becomes very slow for me. Thank you Darlan, I have just

Re: [Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-08 Thread Eric Schulte
Hi Seb, Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: [...] 2. When the evaluation produces no output, but had well produced

Re: [Orgmode] org-babel-post-tangle-hook just opening tangled file

2010-09-08 Thread Eric Schulte
Hi Miguel, The hook is run as part of the tangle process, and the tangle process ensures that if the tangled file was not open before tangling it will not be open after tangling, so the code you pasted below will have no effect. You could use the following function instead of ob-tangle to get

RE: SOLVED? [Orgmode] org-babel-tangle-lang-exts must be initialized? how to get syntax coloring?

2010-09-08 Thread Cook, Malcolm
fix confirmed. thanks! Malcolm Cook Stowers Institute for Medical Research - Bioinformatics Kansas City, Missouri USA -Original Message- From: Eric Schulte [mailto:schulte.e...@gmail.com] Sent: Wednesday, September 08, 2010 12:35 PM To: Cook, Malcolm Cc: 'emacs-orgmode@gnu.org'

Re: [Orgmode] Inline source block documentation

2010-09-08 Thread Eric Schulte
Hi Rainer, Thanks for pointing this out. I've just added inline syntax to the _Structure of code blocks_ section of the manual. This may not be sufficient, but it should be an improvement. Best -- Eric Rainer M Krug r.m.k...@gmail.com writes: Hi I was struggling with inline source blocks,

[Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Sébastien Vauban
Hi Bastien and Dan, Bastien wrote: Dan Davison davi...@stats.ox.ac.uk writes: (We badly need a customize group for these org-src but non-babel variables[1]. That suggests to me subsuming the Babel group (Should be Org Babel for consistency?) within a new group, perhaps Org Code or Org Src

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

2010-09-08 Thread 濱村 文十
I'm using org-mode 6.33x with Emacs 23.2.1 on Windows XP. As the manual explains in 7.5.3 capturing column view, I know I can capture other org file's column view, but I can't get it work. I tried to pass c:\org\file.org and c:/org/file.org or a bunch of other values to id: parameter, but I only

[Orgmode] bug report - org-agenda-sorting-strategy

2010-09-08 Thread Joseph Buchignani
I have a bug to report for org-agenda-sorting-strategy. I customized this variable to sort by priority ONLY using the Org Agenda Custom Commands interface. However, the priorities continue to be out of order. I am sorting habits, some of which have no repetitions yet. It seems to be sorting

Re: [Orgmode] [Babel][BUG] Executing python code fails due to indentation error

2010-09-08 Thread Seth Burleigh
Youre right, without a session it works, but with a session it doesn't. Any pointers for why this wouldn't work in the shell? I really need python for On Tue, Sep 7, 2010 at 5:44 PM, Eric Schulte schulte.e...@gmail.com wrote: Hi Seth, This works fine for me with external evaluation, e.g.

Re: [Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Erik Iverson
Sébastien Vauban wrote: Hi Bastien and Dan, Bastien wrote: Dan Davison davi...@stats.ox.ac.uk writes: (We badly need a customize group for these org-src but non-babel variables[1]. That suggests to me subsuming the Babel group (Should be Org Babel for consistency?) within a new group,

[Orgmode] Q : select current org item as region

2010-09-08 Thread Richard Riley
What would be the best elisp way to select the current org entry? I want a hot key to select the current item as current region (not into the clipboard). The problem I am having is that org-in-item-p is returning nil even though the point is in an org-item. Is the docstring where it mentions

Re: [Orgmode] Inline source block documentation

2010-09-08 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/09/10 20:27, Eric Schulte wrote: Hi Rainer, Thanks for pointing this out. I've just added inline syntax to the _Structure of code blocks_ section of the manual. This may not be sufficient, but it should be an improvement. Definitely -

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread John Hendy
Nick, How about this?? Just fiddled around a little and wonder what you think. There might be a better way, but essentially, I've done the following: - Left y-axis = distance - Right y-axis = time - I couldn't get the xtic(1) option to work, so I replaced things with what I've found to work

Re: [Orgmode] Re: org-beamer outline

2010-09-08 Thread aditya siram
Thanks folks that fixed it! I have another question, I'd like the sub-headings to show up as a full-page slide as I transition into that topic. For example given the following structure: * Presentation ** Topic 1 *** Slide 1 *** Slide 2 ** Topic 2 *** Slide 3 *** Slide 4 I'd like a full page

[Orgmode] Re: Org now fontifies code blocks

2010-09-08 Thread Dan Davison
Erik Iverson er...@ccbr.umn.edu writes: Sébastien Vauban wrote: Hi Bastien and Dan, Bastien wrote: Dan Davison davi...@stats.ox.ac.uk writes: (We badly need a customize group for these org-src but non-babel variables[1]. That suggests to me subsuming the Babel group (Should be Org Babel

Re: [Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-08 Thread David Maus
Sébastien Vauban wrote: it just perfectly *works*! Great, great feature... Thanks a lot. Sweet! I'm excited about using this all the time now... Will you make that part of the master? Sure, its on my list and will be pushed tomorrow (i think). HTH, -- David -- OpenPGP...

Re: [Orgmode] Re: org-beamer outline

2010-09-08 Thread John Hendy
Would something like this work? \AtBeginSubsection[]{ \begin{frame}beamer \frametitle{Outline} \tableofcontents[currentsubsection] \end{frame}} - Make sure you have this in your file header: #+options: tex:t latex:t John On Wed, Sep 8, 2010 at 2:24 PM, aditya siram

Re: [Orgmode] not exporting TODOs but exporting their subordinates

2010-09-08 Thread Sam Cramer
Thanks for your response! On Wed, Sep 8, 2010 at 7:23 AM, John Hendy jw.he...@gmail.com wrote: Someone *might* be able to give you a workaround, but the way org-mode works as far as I can see is that export rules always apply to the children of a higher-level headline. As such, the subitems

[Orgmode] Re: not exporting TODOs but exporting their subordinates

2010-09-08 Thread Sam Cramer
Ah, org-inlinetask.el, correct? Looks great -- thanks for the advice! Sam On Wed, Sep 8, 2010 at 9:14 AM, Sebastian Rose sebastian_r...@gmx.dewrote: Sam Cramer samcra...@gmail.com writes: When working on a document, I tend to sprinkle TODO headlines throughout the doc. These are really

Re: [Orgmode] not exporting TODOs but exporting their subordinates

2010-09-08 Thread John Hendy
On Wed, Sep 8, 2010 at 2:34 PM, Sam Cramer samcra...@gmail.com wrote: Thanks for your response! On Wed, Sep 8, 2010 at 7:23 AM, John Hendy jw.he...@gmail.com wrote: Someone *might* be able to give you a workaround, but the way org-mode works as far as I can see is that export rules always

[Orgmode] Re: Q : select current org item as region

2010-09-08 Thread Richard Riley
Richard Riley rile...@gmail.com writes: What would be the best elisp way to select the current org entry? I want a hot key to select the current item as current region (not into the clipboard). The problem I am having is that org-in-item-p is returning nil even though the point is in an

Re: [Orgmode] Q : select current org item as region

2010-09-08 Thread Nicolas Goaziou
Hello, Richard Riley writes: What would be the best elisp way to select the current org entry? I want a hot key to select the current item as current region (not into the clipboard). The problem I am having is that org-in-item-p is returning nil even though the point is in an org-item. Is

Re: [Orgmode] not exporting TODOs but exporting their subordinates

2010-09-08 Thread Sam Cramer
On Wed, Sep 8, 2010 at 12:40 PM, John Hendy jw.he...@gmail.com wrote: On Wed, Sep 8, 2010 at 2:34 PM, Sam Cramer samcra...@gmail.com wrote: The situation is one that arguably results from a lack of discipline on my part (hence my interest in org-mode!): I add TODO items to documents I'm

Re: [Orgmode] Inline source block documentation

2010-09-08 Thread Eric Schulte
Done, thanks -- Eric Rainer M Krug r.m.k...@gmail.com writes: On 08/09/10 20:27, Eric Schulte wrote: Hi Rainer, Thanks for pointing this out. I've just added inline syntax to the _Structure of code blocks_ section of the manual. This may not be sufficient, but it should be an

[Orgmode] Re: Q : select current org item as region

2010-09-08 Thread Richard Riley
I now have a working function to blog the current org-entry to google blogs (blogger,blogspot) . See new thread Blogging org entries using google command line. Richard Riley rile...@gmail.com writes: Richard Riley rile...@gmail.com writes: What would be the best elisp way to select the

[Orgmode] Blogging org entries using google command line.

2010-09-08 Thread Richard Riley
Using the google command line you can get some super access to all your Google resources - including docs, calendars blogs. http://code.google.com/p/googlecl/ Once you have installed it and set up your OAUTH you can easily manipulate/add/delete things in your google hosted data. While not

[Orgmode] Re: Composing letters using Org mode and the LaTeX isodoc class

2010-09-08 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hmm, I don't know how complex isodoc is to configure, but I'd think that defining a custom latex class would be simpler than tangling out LaTeX code blocks, however maybe this will change once I've looked at and

[Orgmode] Re: [BABEL][PROPOSAL] headlines as executable srcnames

2010-09-08 Thread Sébastien Vauban
Hi Jambunathan, Jambunathan K wrote: Sébastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Jambunathan K wrote: [...] Any thoughts on how this could be achieved ... That's going (really) far... But would that be do-able, waaoow! Yes it is going far. Sometimes

[Orgmode] bug report: archiving an indirect buffer

2010-09-08 Thread Ilya Shlyakhter
org-archive-subtree calls (abbreviate-file-name (buffer-file-name)) but the buffer file name is nil for indirect buffers. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org

[Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-08 Thread Sébastien Vauban
Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: 2. When the evaluation produces no output, but had well produced

[Orgmode] Re: Fixing slowness of following Gnus links to IMAP articles

2010-09-08 Thread Sébastien Vauban
Hi David, David Maus wrote: Sébastien Vauban wrote: it just perfectly *works*! Great, great feature... Thanks a lot. Sweet! I must add that 14 seconds is the average time for my huge folder. For folder of more traditional sizes (less emails), it's more or less instantaneous... I'm

[Orgmode] [bug] Gnus author in capture templates not working

2010-09-08 Thread Sébastien Vauban
Hi, I've tried enhancing my capture template for Gnus mail, by using the =%:author= variable: --8---cut here---start-8--- (m Mail entry (file+headline ~/Personal/refile.org Tasks) * TODO %:subject

[Orgmode] Re: Adding entries to Google calendar

2010-09-08 Thread Matt Price
On Wed, Sep 8, 2010 at 1:12 PM, Stephen Eglen s.j.eg...@damtp.cam.ac.ukwrote: The following message is a courtesy copy of an article that has been posted to gmane.emacs.orgmode as well. Matt Price mopto...@gmail.com writes: - as I understand it this system will only work with entries that

Re: [Orgmode] Blogging org entries using google command line.

2010-09-08 Thread Eric Schulte
Hey Richard, That looks interesting. See the gdoc-write code block defined in the library-of-babel in the org repo at contrib/babel/library-of-babel.org which allows saving Org-mode data to google docs using the google command line. Maybe your function would be suitable for addition to the

Re: [Orgmode] Re: [babel] ledger tutorial on Worg

2010-09-08 Thread Eric Schulte
Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Hi Eric, Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: Eric Schulte wrote: Sébastien Vauban wxhgmqzgw...@spammotel.com writes: 2. When

[Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Richard Riley
Eric Schulte schulte.e...@gmail.com writes: Hey Richard, That looks interesting. See the gdoc-write code block defined in the library-of-babel in the org repo at contrib/babel/library-of-babel.org which allows saving Org-mode data to google docs using the google command line. Maybe your

Re: [Orgmode] Blogging org entries using google command line.

2010-09-08 Thread Tim Burt
Could Richard Riley have solved my problem? Yes he did. http://naturallogofx.rketburt.org/2010/09/could-richard-riley-have-solved-my.html Thank you, thank you, thank you, Tim Richard Riley rile...@gmail.com writes: Using the google command line you can get some super access to all your

Re: [Orgmode] org-babel and gnuplot

2010-09-08 Thread Nick Parker
John, Thanks for you're input, I'll give it a whirl. Nick Parker www.developernotes.com On Wed, Sep 8, 2010 at 2:04 PM, John Hendy jw.he...@gmail.com wrote: Nick, How about this?? Just fiddled around a little and wonder what you think. There might be a better way, but essentially, I've

[Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Richard Riley
Tim Burt tcb...@rochester.rr.com writes: Could Richard Riley have solved my problem? Yes he did. http://naturallogofx.rketburt.org/2010/09/could-richard-riley-have-solved-my.html Glad its of some use. It (googlecl) has been on my must check it out list for a while ;) Its just at test stage

Re: [Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Tim Burt
Richard Riley rile...@gmail.com writes: Tim Burt tcb...@rochester.rr.com writes: Could Richard Riley have solved my problem? Yes he did. http://naturallogofx.rketburt.org/2010/09/could-richard-riley-have-solved-my.html Glad its of some use. It (googlecl) has been on my must check it out

[Orgmode] Re: Blogging org entries using google command line.

2010-09-08 Thread Richard Riley
ok, last change of the day : this removes the tags from the blogged heading (is there not an easier way?) and also converts the tags format into a comman seperated list suitable for googlecl/blogger labels. I'll put it up into git soon. --8---cut