RE: [Orgmode] %20 in file://... URL

2010-11-04 Thread Vincent Belaïche
Hello, Sorry to dwell on it: I am just wondering, is there any reason why %20 and suchlikes are not supported with the file: protocole ? I not, I can submit a patch to correct this and have the % constructs decoded. BR, Vincent. ___ Emacs-orgmod

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-04 Thread Jambunathan K
Hello Matt > On Wed, Nov 3, 2010 at 1:37 AM, Jambunathan K wrote: > > > > Anyone curious about the odt exporter can download a snapshot anytime > and export or report problems. > > contrib/odt/  directory is the best place to get started. > > 1. README.org >   - 'The one file

[Orgmode] german-postfix and speedkeys (was: Umlauts in LaTeX export)

2010-11-04 Thread Memnon Anon
Jean-Marie Gaillourdet writes: > Although I am german, I use an american keyboard layout for coding and > everything else. But there is a nice emacs solution to enter umlauts: > =C-x RET C-\ german-postfix RET= This enables an input method which > allows you to enter all german umlauts: ä ü ö Ä Ü

[Orgmode] Re: Override export filename

2010-11-04 Thread Aidan Gauland
Nick Dokos hp.com> writes: > If you just need a different extension, I think this works: > > --8<---cut here---start->8--- > #+BIND: org-export-html-extension "goo" > > * foo > foo > > * bar > bar > --8<---cut here---end---

Re: [Orgmode] [PATCH] org-velocity and org-remember

2010-11-04 Thread Jeff Horn
Thanks for taking care of this, Paul. The patch works fine on my end. I seem to remember an option for inserting the note with a date tree. Has something changed or am I confusing org-velocity options with another set of options? Can I get org-velocity to automatically insert a timestamp, perhaps

[Orgmode] Re: How do I convert org to OpenOffice?

2010-11-04 Thread Matt Price
On Wed, Nov 3, 2010 at 1:37 AM, Jambunathan K wrote: > > > Anyone curious about the odt exporter can download a snapshot anytime > and export or report problems. > > contrib/odt/ directory is the best place to get started. > > 1. README.org > - 'The one file' for jotting down TODOs, FIXMEs or a

Re: [Orgmode] Re: TaskJuggler3, revisited

2010-11-04 Thread John Hendy
Nice! I was able to do the following: - grab your copy of org-taskjuggler.el and install it - get the .org file here: http://orgmode.org/manual/TaskJuggler-export.html - export to a .tjp - swap out the default export with the code below and run "t

[Orgmode] Antwort: Re: org-babel: feature-request: allow table-cells to be passed as strings

2010-11-04 Thread marc-oliver . ihm
Hello Eric, Thanx for coming back on me ! In fact I have found this problem when trying to use calc with babel. And yes, I agree, using calc for parsing will probably solve this problem. In fact I am quite excited about the plans for adding calc as a new language to babel. It will be a great t

[Orgmode] [PATCH] org-velocity and org-remember

2010-11-04 Thread Paul M. Rodriguez
This patch supports org-capture (with fallback to org-remember) for org-velocity. It also effects some internal changes, principally due to the use of `Electric-command-loop' to replace an expedient equivalent. diff --git a/contrib/lisp/org-velocity.el b/contrib/lisp/org-velocity.el index 3e7453

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Jambunathan K
> I've just singed the FSF papers. You are not supposed to do this. How will your changes get in to Emacs then? Hint: http://www.merriam-webster.com/dictionary/singed Jambunathan K. ___ Emacs-orgmode mailing list Please use `Reply All' to send

Re: [Orgmode] [bug] org-link-escape and (wrong-type-argument stringp nil)

2010-11-04 Thread David Maus
Okay, back to link escaping. What this is about: Current implementation of percent escaping URIs uses a whitelist approach, e.g. only percent escapes characters that are in `org-link-escape-chars' or in a user supplied list. This is a problem because using this function requires knowledge about

Re: [Orgmode] Re: [CEDET-devel] Org-mode

2010-11-04 Thread Eric Schulte
Jambunathan K writes: > The main challenge with breaking up org-html.el first and then say > plugging in org-odt.el to that later is: > > 1. Code-churn that it would create in org-html.el > 2. Proving that *nothing* in HTML export actually breaks. > > Carsten would like to avoid (1) - he might wa

Re: [Orgmode] Re: [CEDET-devel] Org-mode

2010-11-04 Thread Lennart Borgman
On Thu, Nov 4, 2010 at 7:04 PM, Jambunathan K wrote: >> >> Then perhaps the best we can do now is starting by breaking up >> org-hml.el in the parser and a callback function for writing the >> export. After that we can add new exports by adding new callback >> functions. > > The suggested refactor

Re: [Orgmode] Re: [CEDET-devel] Org-mode

2010-11-04 Thread Jambunathan K
Lennart Borgman writes: > On Thu, Nov 4, 2010 at 3:37 PM, Carsten Dominik > wrote: >> >> On Nov 3, 2010, at 1:34 PM, Lennart Borgman wrote: >> >>> On Wed, Nov 3, 2010 at 1:15 PM, Eric M. Ludlam >>> wrote: On 10/30/2010 03:45 AM, Konrad Scorciapino wrote: > > Hey! > > I

Re: [Orgmode] Re: [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Nicolas Goaziou
Hello, > Sébastien Vauban writes: > Eric S Fraga wrote: >> In terms of what to actually do with inline tasks on export, what I >> would love to see would be to have an inline task converted to a >> footnote with a marginpar note, along the lines of: >> >> #+begin_src latex >> \footnote{\textb

Re: [Orgmode] [BABEL] C-v C-v M-x?

2010-11-04 Thread Jambunathan K
>> Is there a C-c C-v M-x? Can this be made available. I will find it >> useful. >> > What behavior would you want this bound to? C-c C-v C-x does this today: #+begin_src emacs-lisp (org-babel-do-key-sequence-in-edit-buffer KEY) #+end_src In similar I vein, I would like C-c C-v M-x to do #+b

[Orgmode] Re: [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Sébastien Vauban
Eric, Eric S Fraga wrote: > In terms of what to actually do with inline tasks on export, what I would > love to see would be to have an inline task converted to a footnote with a > marginpar note, along the lines of: > > #+begin_src org > * TODO figure out why this does

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Tassilo Horn
Eric S Fraga writes: Hi Eric, >> if it is working, then the following code block should be fontified as >> if in an Org-mode buffer >> >> #+begin_src emacs-lisp >> (message "is it working?") >> #+end_src > > Definitely not working then! This comes out as simple text in gnus > and doesn't look

Re: [Orgmode] Re: Possible Calc support for Org-Babel?

2010-11-04 Thread Eric Schulte
Sébastien Vauban writes: > Eric, > > "Eric Schulte" wrote: >> Sébastien Vauban writes: >> >>> There must be something stupid in my config, but even a simple one like the >>> following does not work for me: >>> >>> #+begin_src calc >>> 1 >>> 2 >>> '+ >>> #+end_src >>> >>> Error is: >>> >>> #+begi

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Eric S Fraga
Nicolas Goaziou writes: >> Arggh! Not sure why this is happening. > > You need to (require 'org-inlinetask) before trying to export. d'oh. of course. doing this now makes exporting work fine, with emacs -Q and loading the right org modules, of course. Annoyingly, now it works just fine

Re: [Orgmode] org text color highlights fails

2010-11-04 Thread Marvin Doyley
I see, Does anybody know how to change text color in the Org buffer ? for what it is worth I currently use the following for marking up my students latex file #+Latex_header:\newcommand{\insertt}[1]{\textcolor{blue}{#1} } ; Insert the following text #+Latex_header:\newcommand{\delete}[1]{\so

[Orgmode] Re: Possible Calc support for Org-Babel?

2010-11-04 Thread Sébastien Vauban
Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: > >> There must be something stupid in my config, but even a simple one like the >> following does not work for me: >> >> #+begin_src calc >> 1 >> 2 >> '+ >> #+end_src >> >> Error is: >> >> #+begin_src emacs-lisp >> executing Calc code block.

Re: [Orgmode] [Babel] detangle

2010-11-04 Thread Eric S Fraga
"Eric Schulte" writes: > Eric S Fraga writes: > >> "Eric Schulte" writes: >> >>> Hi Eric, >>> >>> The bug you mentioned should have been fixed by yesterday's commit >>> >>> ,[c6565eaa43d398f6771edd59c2bfe7ca54e4a93e] >>> | commit c6565eaa43d398f6771edd59c2bfe7ca54e4a93e >>> | Author: Eric S

[Orgmode] Re: Clock report (R from the agenda)

2010-11-04 Thread Sébastien Vauban
Hi Carsten, Carsten Dominik wrote: > you should now be able to use `C-u R' to achieve this. OK. > The lighter in the mode line will then switch from "Clock" to "Clock{}", A detail: I'd eventually would have written "Clock/" to remind the "/" used for applying the filters. Another: could we ap

[Orgmode] [BUG] org-babel :session breaks returning things with python?

2010-11-04 Thread Christopher Allan Webber
Hello, In the latest org master, I get this issue: #+BEGIN_SRC python return 33 #+END_SRC #+results: : 33 #+BEGIN_SRC python :session return 33 #+END_SRC #+results: : org_babel_python_eoe Not really sure what's happening, but I'm seeing inside of *Python*: : >>> return 33 : : open('/tmp/bab

Re: [Orgmode] Re: [CEDET-devel] Org-mode

2010-11-04 Thread Lennart Borgman
On Thu, Nov 4, 2010 at 3:37 PM, Carsten Dominik wrote: > > On Nov 3, 2010, at 1:34 PM, Lennart Borgman wrote: > >> On Wed, Nov 3, 2010 at 1:15 PM, Eric M. Ludlam >> wrote: >>> >>> On 10/30/2010 03:45 AM, Konrad Scorciapino wrote: Hey! Is anybody working on Org-mode? My main in

Re: [Orgmode] Re: [CEDET-devel] Org-mode

2010-11-04 Thread Carsten Dominik
On Nov 4, 2010, at 4:45 PM, Lennart Borgman wrote: On Thu, Nov 4, 2010 at 3:37 PM, Carsten Dominik wrote: On Nov 3, 2010, at 1:34 PM, Lennart Borgman wrote: On Wed, Nov 3, 2010 at 1:15 PM, Eric M. Ludlam > wrote: On 10/30/2010 03:45 AM, Konrad Scorciapino wrote: Hey! Is anybody workin

[Orgmode] Re: [Babel] Marker does not point anywhere (when session buffer needs to be created)

2010-11-04 Thread Sébastien Vauban
HI Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> * Marker does not point anywhere >> >> Executing the following: >> >> #+begin_src sh :session NoSuchSessionYet >> cd ~ >> ls *.txt >> #+end_src >> >> outputs this in *Messages*: >> >> : executing Sh code block... >> : think it is Cygwin

Re: [Orgmode] Re: Possible Calc support for Org-Babel?

2010-11-04 Thread Eric Schulte
Sébastien Vauban writes: > There must be something stupid in my config, but even a simple one like the > following does not work for me: > > #+begin_src calc > 1 > 2 > '+ > #+end_src > > Error is: > > #+begin_src emacs-lisp > executing Calc code block... > calc-push-list: Symbol's value as variab

Re: [Orgmode] [Babel] detangle

2010-11-04 Thread Eric Schulte
Eric S Fraga writes: > "Eric Schulte" writes: > >> Hi Eric, >> >> The bug you mentioned should have been fixed by yesterday's commit >> >> ,[c6565eaa43d398f6771edd59c2bfe7ca54e4a93e] >> | commit c6565eaa43d398f6771edd59c2bfe7ca54e4a93e >> | Author: Eric Schulte >> | Date: Fri Oct 29 01:37

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric Schulte
Sébastien Vauban writes: >> Also, I currently have a list of >10 emails in my lists.babel folder >> marked for followup that I simply haven't had time to address. > > I *really* can imagine. *If you don't mind*, I'll try to make a small list of > the couple of requests for which you could give me

Re: [Orgmode] [Babel] Marker does not point anywhere (when session buffer needs to be created)

2010-11-04 Thread Eric Schulte
Hi Seb, This "mark doesn't point anywhere" error is common across a bunch of sessions (ruby and python as well as shell). It's simply a matter of Babel trying to use the session before it is ready. I haven't found these errors to be an issue as all subsequent use of the session works as expected

Re: [Orgmode] [BABEL] C-v C-v M-x?

2010-11-04 Thread Eric Schulte
What behavior would you want this bound to? Jambunathan K writes: > Is there a C-c C-v M-x? Can this be made available. I will find it > useful. > > Jambunathan K. > > ___ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the lis

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Nicolas Goaziou
> Arggh! Not sure why this is happening. You need to (require 'org-inlinetask) before trying to export. ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/e

Re: [Orgmode] org text color highlights fails

2010-11-04 Thread Christian Moe
Hi, You are not doing anything wrong. The below solution only changes color in exported text (HTML, Latex). It doesn't put different faces on different link types in the Org buffer. So it's not a great help in editing. Yours, Christian Moe On 11/4/10 4:13 PM, Marvin Doyley wrote: Hi there,

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Eric S Fraga
Nicolas Goaziou writes: >> Eric S Fraga writes: > >> Are there any other I should be looking for? > > Could you test it with a minimal setup (emacs -q)? =emacs -q= is not good enough because it loads org version 6.33x. I have tried =emacs -Q= instead and then: #+begin_src emacs-lisp (add-t

[Orgmode] org text color highlights fails

2010-11-04 Thread Marvin Doyley
Hi there, There have been some useful discussions on changing text color in org mode, a very useful feature when editing manuscripts. Anyway, I tried the following function without any success. No change in color, it just behave like a normal link (i.e, underlined). Could someone shed some light o

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric S Fraga
Sébastian & Eric, Just to follow up on this... (today is my "don't get any real work done and spend some time on org instead" day, I guess ;-) I'm starting to understand the mm-uu-* codes. I've added some =(message...)= entries into the code you have written for fontifying org blocks in gnus mes

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Sébastien Vauban
Eric, Eric S Fraga wrote: > "Eric Schulte" writes: > > [...] > >> if it is working, then the following code block should be fontified as >> if in an Org-mode buffer >> >> #+begin_src emacs-lisp >> (message "is it working?") >> #+end_src > > Definitely not working then! This comes out as simple

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

2010-11-04 Thread Sébastien Vauban
Hi Dave and Carsten, Dave Abrahams wrote: > On Mon, Nov 1, 2010 at 3:39 PM, Carsten Dominik >> On Nov 1, 2010, at 3:56 PM, David Abrahams wrote: As a result, when I fired up emacs, it would always tell me there was a dangling clock, but I couldn't clock out, even by `j M-x org-clock-out'

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Nicolas Goaziou
> Eric S Fraga writes: > Are there any other I should be looking for? Could you test it with a minimal setup (emacs -q)? I just can't see how description list could end at a wrong place. Regards, -- Nicolas ___ Emacs-orgmode mailing list Please

[Orgmode] Re: Possible Calc support for Org-Babel?

2010-11-04 Thread Sébastien Vauban
Eric, > I've just pushed up support for variables. The following should all work as > expected (or at least as I would expect them to). > > ** playing with calc support > #+begin_src emacs-lisp :results silent > (require 'ob-calc) > #+end_src There must be something stupid in my config, but eve

Re: [Orgmode] Re: [babel] Ledger tutorial rewritten

2010-11-04 Thread Eric S Fraga
Giovanni Ridolfi writes: > Eric S Fraga writes: > > > Eric, > I have just pushed changes to the org babel Ledger tutorial on Worg. Comments are more than welcome, of course! > > I found a typo, a space missing in a "C-c C-c" sequence: > > ** An overall balance summary > This code bloc

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Eric S Fraga
Nicolas Goaziou writes: > Hello, > >> Eric S Fraga writes: > >> The one problem it has is that the description environment should be >> closed when the /end/ of the inline task is found. At present, you >> are closing the description environment well after that (I think >> when you hit the ne

Re: [Orgmode] Re: [CEDET-devel] Org-mode

2010-11-04 Thread Carsten Dominik
On Nov 3, 2010, at 1:34 PM, Lennart Borgman wrote: On Wed, Nov 3, 2010 at 1:15 PM, Eric M. Ludlam engine.com> wrote: On 10/30/2010 03:45 AM, Konrad Scorciapino wrote: Hey! Is anybody working on Org-mode? My main interest is to build a parser to manipulate the nodes of the resulting tree and

Re: [Orgmode] Re: [babel] Ledger tutorial rewritten

2010-11-04 Thread Giovanni Ridolfi
Eric S Fraga writes: Eric, >>> I have just pushed changes to the org babel Ledger tutorial on Worg. >>> Comments are more than welcome, of course! I found a typo, a space missing in a "C-c C-c" sequence: ** An overall balance summary This code block can now be evaluated (C-cC-c) and the res

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric S Fraga
Sébastien Vauban writes: > Eric, > > Eric S Fraga wrote: [...] >> If there are any obvious things I should be looking at, please let me know. > > Not that I know of. > > For the sake of completeness, this is the part I have about my viewing > customizations. > > Maybe take this into your .gnus

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric S Fraga
"Eric Schulte" writes: [...] > if it is working, then the following code block should be fontified as > if in an Org-mode buffer > > #+begin_src emacs-lisp > (message "is it working?") > #+end_src Definitely not working then! This comes out as simple text in gnus and doesn't look at all like

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Nicolas Goaziou
Hello, > Eric S Fraga writes: > The one problem it has is that the description environment should be > closed when the /end/ of the inline task is found. At present, you > are closing the description environment well after that (I think > when you hit the next heading?). I can't reproduce it

[Orgmode] Org-Babel - Clojure & Lazy Sequences Bug

2010-11-04 Thread Rick Moynihan
I have the following org file: #+BEGIN_SRC clojure (range 10) #+END_SRC #+results: : clojure.lang.lazy...@f35bf8c6 Where as I would expect to see the sequence. Evaluating the code inside a doall doesn't seem to do anything either: #+BEGIN_SRC clojure (doall (range 10)) #+END_SRC #+results: :

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Sébastien Vauban
Hi Eric, "Eric Schulte" wrote: > Sébastien Vauban writes: >> "Eric Schulte" wrote: >>> I was getting frequent errors throw by the org-mode fontification engine >>> recursing too deeply. I've changed it to the following which augments what >>> you sent with some simple error handling. >> >> I _nev

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-11-04 Thread Eric S Fraga
"Eric Schulte" writes: > Alright, > > I've just pushed up support for variables. The following should all > work as expected (or at least as I would expect them to). Note that > most all of these blocks would have an effect on the calc stack. I > think the next step would be to allow different

[Orgmode] Bug report: syntax highlighting fails with org-indent-mode and emacs 23.2

2010-11-04 Thread Jean-Marie Gaillourdet
Hi, Thanks for this great piece of software. Today, I've realised a regression in functionality with org-indent-mode with org-mode of this morning. A file with #+STARTUP: indent isn't syntax highlighted at all. The message buffer says fontification fails with: (invalid-function with-silent-mo

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric Schulte
Sébastien Vauban writes: > Hi Eric (and Dan), > > "Eric Schulte" wrote: >> This is really great. I finally folded it into my gnus setup, and while >> it looks great when it works > > Great you love it. I'm *VERY* pleased. Moreover, having no reaction on that > (and on some other posts[1]), I tho

Re: [Orgmode] Possible Calc support for Org-Babel?

2010-11-04 Thread Eric Schulte
Alright, I've just pushed up support for variables. The following should all work as expected (or at least as I would expect them to). Note that most all of these blocks would have an effect on the calc stack. I think the next step would be to allow different sessions to specify different stack

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric Schulte
Eric S Fraga writes: > Sébastien Vauban writes: > >> Hi Eric (and Dan), >> >> "Eric Schulte" wrote: >>> This is really great. I finally folded it into my gnus setup, and while >>> it looks great when it works >> >> Great you love it. I'm *VERY* pleased. Moreover, having no reaction on that >> (

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Sébastien Vauban
Eric, Eric S Fraga wrote: > Sébastien Vauban writes: >> Hi Eric (and Dan), >> "Eric Schulte" wrote: >>> This is really great. I finally folded it into my gnus setup, and while >>> it looks great when it works >> >> Great you love it. I'm *VERY* pleased. Moreover, having no reaction on that >> (a

Re: [Orgmode] Re: [babel] Ledger tutorial rewritten

2010-11-04 Thread Eric S Fraga
Sébastien Vauban writes: > Hi Eric, > > Eric S Fraga wrote: >> I have just pushed changes to the org babel Ledger tutorial on Worg. >> This should hopefully be propagated to the actual web site in due course >> and will be found at: >> >> : http://orgmode.org/worg/org-contrib/babel/languages/ob-d

[Orgmode] Re: [babel] Ledger tutorial rewritten

2010-11-04 Thread Sébastien Vauban
Hi Eric, Eric S Fraga wrote: > I have just pushed changes to the org babel Ledger tutorial on Worg. > This should hopefully be propagated to the actual web site in due course > and will be found at: > > : http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php > > I have removed the

[Accepted] [Orgmode] org-agenda: return multiple results when sexp return a string with "; "

2010-11-04 Thread Carsten Dominik
Patch 358 (http://patchwork.newartisans.com/patch/358/) is now "Accepted". Maintainer comment: none This relates to the following submission: http://mid.gmane.org/%3C1288805538-13133-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: > Content-Type: tex

[Accepted] [Orgmode] org-agenda: add support for category icons

2010-11-04 Thread Carsten Dominik
Patch 351 (http://patchwork.newartisans.com/patch/351/) is now "Accepted". Maintainer comment: Great idea, thanks. I added the required ChangeLog entry to the commit message, please look at them so that you can provide them next time. This relates to the following submission: http://mid.gmane

Re: [Orgmode] Umlauts in LaTeX export

2010-11-04 Thread Nick Dokos
Eric S Fraga wrote: > Nick Dokos writes: > > [...] > > > There are a couple of assumptions here (and in Eric F.'s mail about the > > TeX input method as well). One is that the buffer is encoded in UTF-8: > > if you use e.g iso-8859-1, you can use whatever input method you want, > > but you'll

Re: [Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Eric S Fraga
Sébastien Vauban writes: > Hi Eric (and Dan), > > "Eric Schulte" wrote: >> This is really great. I finally folded it into my gnus setup, and while >> it looks great when it works > > Great you love it. I'm *VERY* pleased. Moreover, having no reaction on that > (and on some other posts[1]), I tho

Re: [Orgmode] quick TODO entry

2010-11-04 Thread David Cross
From the Org-Mode Reference Card: Insert new TODO entry/checkbox itemM-S-RET Insert new TODO entry/ckbx after subtree C-S-RET Cheers David Cross d.cr...@tcu.edu www.davidcross.us On Nov 3, 2010, at 9:48 PM, Nick Parker wrote: Sergio, Check out org-capture (http://orgmode.org/ma

[Accepted] [Orgmode] org-compat: defalias string-match-p rather than defun

2010-11-04 Thread Carsten Dominik
Patch 350 (http://patchwork.newartisans.com/patch/350/) is now "Accepted". Maintainer comment: I added looking-at-p This relates to the following submission: http://mid.gmane.org/%3C1288340911-6825-1-git-send-email-julien%40danjou.info%3E Here is the original message containing the patch: > Co

Re: [Orgmode] make a timeline from a table?

2010-11-04 Thread Eric S Fraga
Matt Price writes: > Hi eveyone, > > I'm trying to do something that seems really simple to me but i still don't > know how to do.  I want to draw a timeline that represents the stages of a > research project (inception, research, presentation, writing, submission, > publication...)  and I would

[Orgmode] Executing sh code within sessions

2010-11-04 Thread Sébastien Vauban
#+TITLE: Executing sh-code within a session #+AUTHOR:Seb Vauban #+LANGUAGE: en_US * Executing sh-code within a session ** Context - git pull done this morning (2010-11-04 Thu). - EmacsW32 + Cygwin bash as inferior shell #+begin_src emacs-lisp (setq shell-file-name "bash") (seten

[Orgmode] Re: Enhancing the Org/Gnus experience

2010-11-04 Thread Sébastien Vauban
Hi Eric (and Dan), "Eric Schulte" wrote: > This is really great. I finally folded it into my gnus setup, and while > it looks great when it works Great you love it. I'm *VERY* pleased. Moreover, having no reaction on that (and on some other posts[1]), I thought I'd been kill-filed ;-)[2] > I w

Re: [Orgmode] Umlauts in LaTeX export

2010-11-04 Thread Eric S Fraga
Nick Dokos writes: [...] > There are a couple of assumptions here (and in Eric F.'s mail about the > TeX input method as well). One is that the buffer is encoded in UTF-8: > if you use e.g iso-8859-1, you can use whatever input method you want, > but you'll end up with a byte in your file that L

[Orgmode] [babel] Ledger tutorial rewritten

2010-11-04 Thread Eric S Fraga
I have just pushed changes to the org babel Ledger tutorial on Worg. This should hopefully be propagated to the actual web site in due course and will be found at: : http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-ledger.php I have removed the discussion on tangling and replaced this w

[Orgmode] make a timeline from a table?

2010-11-04 Thread Matt Price
Hi eveyone, I'm trying to do something that seems really simple to me but i still don't know how to do. I want to draw a timeline that represents the stages of a research project (inception, research, presentation, writing, submission, publication...) and I would like it to look something like t

Re: [Orgmode] Re: extremely weird "bad sexp" errors with org-google-weather [was: extremely weird "bad sexp" errors]

2010-11-04 Thread Julien Danjou
On Wed, Nov 03 2010, Niels Giesen wrote: > Of course, having this error intercepted in org-google-weather or in the > general handling by org-mode would be preferable. I've added such a fix, hoping it will work better. :) -- Julien Danjou // ᐰhttp://julien.danjou.info _

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Eric S Fraga
Nicolas Goaziou writes: > Oh my... > > Here is the third (and hopefully final) version of the patch. > > Sorry for the noise. > > -- Nicolas > > Thanks Nicolas. This one does work partly especially when exporting the whole document and is a definite improvement on what was there before! The on

[Orgmode] Re: right customization

2010-11-04 Thread Carsten Dominik
On Nov 4, 2010, at 10:54 AM, Andreas Röhler wrote: Am 04.11.2010 09:29, schrieb Carsten Dominik: On Nov 4, 2010, at 8:16 AM, Andreas Röhler wrote: Hi Carsten, thanks. Error was in my way to load the devel version Have been told to follow instructions and load ;; (load "~/org-mode/lisp

Re: [Orgmode] Bug: plain list do not work under Xemacs.21.4 [7.01trans]

2010-11-04 Thread Carsten Dominik
On Nov 4, 2010, at 10:45 AM, Uwe Brauer wrote: Regarding Re: [Orgmode] Bug: plain list do not work under Xemacs.21.4 [7.01trans]; Carsten Dominik adds: Hi Uwe, I just talked to Michael. We will try to make things work with 21.5, not 21.4. The odd thing is it worked perfectly in 6.36c,

[Orgmode] Re: right customization

2010-11-04 Thread Andreas Röhler
Am 04.11.2010 09:29, schrieb Carsten Dominik: On Nov 4, 2010, at 8:16 AM, Andreas Röhler wrote: Hi Carsten, thanks. Error was in my way to load the devel version Have been told to follow instructions and load ;; (load "~/org-mode/lisp/org-install.elc") By who? the right customization

Re: [Orgmode] Bug: plain list do not work under Xemacs.21.4 [7.01trans]

2010-11-04 Thread Uwe Brauer
>> Regarding Re: [Orgmode] Bug: plain list do not work under >> Xemacs.21.4 [7.01trans]; Carsten Dominik >> adds: > Hi Uwe, > I just talked to Michael. > We will try to make things work with 21.5, not 21.4. The odd thing is it worked perfectly in 6.36c, but ok that is your decision

[Orgmode] Re: right customization

2010-11-04 Thread Carsten Dominik
On Nov 4, 2010, at 8:16 AM, Andreas Röhler wrote: Hi Carsten, thanks. Error was in my way to load the devel version Have been told to follow instructions and load ;; (load "~/org-mode/lisp/org-install.elc") By who? the right customization is (require 'org-install). Hi Carsten, that

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Nicolas Goaziou
Oh my... Here is the third (and hopefully final) version of the patch. Sorry for the noise. -- Nicolas >From a51b8a7919b935559a8716aa959851e7960d7ec4 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 4 Nov 2010 08:03:48 +0100 Subject: [PATCH] inlinetasks: fix latex export wrt conversio

Re: [Orgmode] [patch] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Nicolas Goaziou
Please disregard the last patch: it is buggy. Here is the new one. Also, there is only one patch, even though it says [1/2]. -- Nicolas >From e800cbfbb9e44d69f14bee874ce62e9a23224dab Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 4 Nov 2010 08:03:48 +0100 Subject: [PATCH 1/2] inlinet

Re: [Orgmode] [bug] two bugs: one with comments and with exporting inline tasks

2010-11-04 Thread Nicolas Goaziou
Hello, > Eric S Fraga writes: > I have done so and there's some interesting behaviour. Here is a > summary of 4 different results exporting essentially the same > content for the attached org file: > 1. export the whole file (C-cC-ed) produces a document with all the > content but with the i

Re: [Orgmode] Using macros in worg

2010-11-04 Thread Benny Simonsen
2010/11/3 Sebastian Rose : > Benny Simonsen writes: >>> there's no special setup needed. >> >> I had an old org-mode, after upgrade the macros are expanded :) >> >> I would like to auto-publish the web page when I push to the central server. > > > You might be interested in this document: > >   ht

[Orgmode] right customization

2010-11-04 Thread Andreas Röhler
Hi Carsten, thanks. Error was in my way to load the devel version Have been told to follow instructions and load ;; (load "~/org-mode/lisp/org-install.elc") By who? the right customization is (require 'org-install). Hi Carsten, that surprises me. AFAIU (require only loads a feature

Re: [Orgmode] Re: Umlauts in LaTeX export

2010-11-04 Thread Stefan Vollmar
Dear Richard, Nick was absolutely right in pointing out that all postings about using Umlauts in a more direct fashion in the LaTeX source assume that the buffer is encoded in UTF-8 and that "\usepackage[utf8]{inputenc}" is included in the LaTeX file (org does this by default). I have been usi