Re: [O] Beamer export ignoring org-beamer-environments-extra?

2013-04-19 Thread Nicolas Goaziou
Hello, James Harkins writes: > The Beamer exporter assumes that environment names will be all lowercase: > > ;; Use specified environment. > (t (downcase env) It should now be fixed. Thank you for the detailed report. Regards, -- Nicolas Goaziou

Re: [O] Beamer export ignoring org-beamer-environments-extra?

2013-04-19 Thread James Harkins
On Sat, Apr 20, 2013 at 12:25 PM, James Harkins wrote: > The problem may be a general one concerning org-beamer-environments-extra. > > Any portion of the document containing Chinese characters should be > enclosed within a CJK environment. Reading ox-beamer.el, I see that I > can customize Org Be

Re: [O] Superscripts and subscripts

2013-04-19 Thread Christian Moe
>> Nicolas Goaziou writes: >>> Of course, we could work around this with a new rule saying "the longest >>> match wins", which, in this case, is the underline. But it would be >>> better to find a more elegant solution, one which would remove the sole >>> ambiguity, AFAICT, in Org syntax. How did

Re: [O] [babel] Purpose of :results raw

2013-04-19 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: > Now that ":results drawer" has been introduced, I wonder why we still have > ":results raw". > > As once stated in this ML: > > The sole purpose of raw results is to allow inserting an headline (I mean > a real headline, not comma protected) in the

Re: [O] Can't Sort with New, 8.0 Sort Methods

2013-04-19 Thread Richard Lawrence
Hi Nick, I filed a bug report for this issue here: http://article.gmane.org/gmane.emacs.orgmode/70890 And mentioned a fix that works for me here: http://article.gmane.org/gmane.emacs.orgmode/70893 You could try my fix in the meantime, and let the list know if it helps. Best, Richard

[O] Beamer export ignoring org-beamer-environments-extra?

2013-04-19 Thread James Harkins
Hi, I'm trying to use the (new) beamer exporter with Chinese characters. I've installed the CJK package, and I can render a very simple article-class document with Chinese characters, no problem. But I haven't been able to replicate that successful result by exporting an org file to LaTeX/beamer.

Re: [O] Carsten's Interview relates questions, esay insert images, attachemnt locations etc..

2013-04-19 Thread Charles Berry
zeltak gmail.com> writes: > > Hi Charles and Carsten > sorry for the belated repsonse but i have been tied up at work with other projects.  > > So going back to the original question, i have used your example code Charles and modified it to work on my linux box, though i have zero lisp (or any

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-19 Thread Eric Abrahamsen
Rick Frankel writes: > On 19.04.2013 05:57, Eric Abrahamsen wrote: >> I'm starting a new thread for this since the previous discussion was >> buried in with something tangential. > >> I'm not proud of some of the implementation (self-closing vs >> non-self-closing tags are ugly, and I wish org-ht

[O] Can't Sort with New, 8.0 Sort Methods

2013-04-19 Thread Nick M . Daly
When attempting to use the new sorting methods (like ~scheduled-up~), I receive the following error messages when displaying the agenda (with =M-x org-agenda-list= or ~C-a a a~): : org-entries-lessp: Wrong type argument: stringp, nil To replicate this issue, try taking following steps with Emacs

[O] Does Org support Related or "See Also" Properties?

2013-04-19 Thread Nick M . Daly
Does Org Mode have a way to identify that multiple events refer to the same event? It would be wonderful, for those of us with messy org files (multiple overlapping incoming data sources), if Org Mode had a way to to relate multiple events in a way that sums the details between events. For exampl

Re: [O] Bug: New keywords for org-agenda-sorting-strategy give "wrong type argument" error [8.0 (release_8.0-1-g5ef07d @ /home/rwl/src/org-mode/lisp/)]

2013-04-19 Thread Richard Lawrence
Indeed, the following patch seems to fix the issue for me, though I don't know enough about the code to know if this is clean/elegant/general enough: diff --git a/lisp/org-agenda.el b/lisp/org-agenda.el index 631c6d0..c53c8c8 100644 --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el @@ -6989,9 +698

Re: [O] Changing the maintainer

2013-04-19 Thread Samuel Wales
Thank you to Bastien. Welcome to Carsten. Samuel -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. ANYBODY can get it. There is NO hope without action. This means YOU.

[O] Blocking one user while subscribed to the digest

2013-04-19 Thread James Harkins
This is a specific question for Jambunathan K. I am a casual user of org, i.e., I depend heavily on a subset of org's features, but that subset is rather small and does not touch on the most complex org features which are the subject of most of this list's traffic. So, I have subscribed to the dig

[O] Bug: New keywords for org-agenda-sorting-strategy give "wrong type argument" error [8.0 (release_8.0-1-g5ef07d @ /home/rwl/src/org-mode/lisp/)]

2013-04-19 Thread Richard Lawrence
Dear Org team, I think I have found a bug related to the new agenda sorting strategies. When I set: (setq org-agenda-sorting-strategy '(deadline-up)) ; or deadline-down, or timestamp-up/down, or scheduled-up/down, etc. ; the same problem occurs using the '((agenda deadline-up) ...) form it resu

[O] Fwd: New maintainer

2013-04-19 Thread Gary Oberbrunner
[I still can't learn to reply-all to these. :-( ] -- Forwarded message -- From: Gary Oberbrunner Date: Fri, Apr 19, 2013 at 9:02 PM Subject: Re: [O] New maintainer To: Christopher Allan Webber Thanks for the great work, Bastien! Carsten, you have big shoes to fill but we all h

Re: [O] Bug: org-export-as doesn't work after update [8.0 (8.0-3-g7248fb-elpa @ /home/mike/.emacs.d/elpa/org-20130418/)]

2013-04-19 Thread Nicolas Goaziou
Mike Vella writes: > Hi Nicolas, But I don't understand why it autocompletes with tab if it no > longer exists as a command? I think this is confusing behaviour? You may have loaded old org-html.el from Org bundled with Emacs. Regards, -- Nicolas Goaziou

[O] [babel] Purpose of :results raw

2013-04-19 Thread Sebastien Vauban
Hello, Now that ":results drawer" has been introduced, I wonder why we still have ":results raw". As once stated in this ML: The sole purpose of raw results is to allow inserting an headline (I mean a real headline, not comma protected) in the buffer, because headlines cannot be c

Re: [O] Bug: org-export-as doesn't work after update [8.0 (8.0-3-g7248fb-elpa @ /home/mike/.emacs.d/elpa/org-20130418/)]

2013-04-19 Thread Mike Vella
Hi Nicolas, But I don't understand why it autocompletes with tab if it no longer exists as a command? I think this is confusing behaviour? Mike On 19 Apr 2013 22:34, "Nicolas Goaziou" wrote: > Hello, > > Mike Vella writes: > > > I just updated my org-mode to the latest version via elpa. If I tr

Re: [O] Bug: org-export-as doesn't work after update [8.0 (8.0-3-g7248fb-elpa @ /home/mike/.emacs.d/elpa/org-20130418/)]

2013-04-19 Thread Nicolas Goaziou
Hello, Mike Vella writes: > I just updated my org-mode to the latest version via elpa. If I try M-x > org-export-as-html I get the following message: This function doesn't exist in Org 8.0. See "HTML export commands" from manual. Regards, -- Nicolas Goaziou

Re: [O] [babel] :results list

2013-04-19 Thread Bastien
Hi Sébastien, "Sebastien Vauban" writes: > while I was expecting: > > #+results: > :RESULTS: > - vino tinto > - vino rosso > - vino blanco > :END: It should work now. Thanks! -- Bastien

[O] Bug: org-export-as doesn't work after update [8.0 (8.0-3-g7248fb-elpa @ /home/mike/.emacs.d/elpa/org-20130418/)]

2013-04-19 Thread Mike Vella
I just updated my org-mode to the latest version via elpa. If I try M-x org-export-as-html I get the following message: Symbol's value as variable is void: org-export-html-special-string-regexps Export works if I do C-c C-e. Emacs : GNU Emacs 24.2.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.10)

Re: [O] [babel] :results list

2013-04-19 Thread Bastien
"Sebastien Vauban" writes: > that is, a table instead of a list... Mhh... I really can't reproduce this :/ -- Bastien

[O] Bug: `org-with-silent-modification' error in latest ELPA [8.0 (8.0-3-g7248fb-elpaplus @ /home/grml/.emacs.d/elpa/org-plus-contrib-20130418/)]

2013-04-19 Thread W. Greenhouse
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.

[O] Bug: org-refresh-category-properties: Invalid function: org-with-silent-modifications [8.0 (8.0-3-g7248fb-elpaplus @ /home/gcharron/.emacs.d/elpa/org-plus-contrib-20130418/)]

2013-04-19 Thread Gilles Charron
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: [O] [babel] :results list

2013-04-19 Thread Sebastien Vauban
"Sebastien Vauban" wrote: > After updating just now to Org-mode version 8.0 (release_8.0-3-g3d994a @ > d:/Users/fni/Public/Repositories/org-mode/lisp/), I get: > > #+begin_src sh :results drawer list > echo "vino blanco" > echo "vino rosso" > echo "vino tinto" > #+end_src > > #+results: > | vino |

Re: [O] Superscripts and subscripts

2013-04-19 Thread Thomas S. Dye
Achim Gratz writes: > Nicolas Goaziou writes: >> Of course, we could work around this with a new rule saying "the longest >> match wins", which, in this case, is the underline. But it would be >> better to find a more elegant solution, one which would remove the sole >> ambiguity, AFAICT, in Org

Re: [O] bug with org-clone-subtree-with-time-shift?

2013-04-19 Thread David Rogers
Ingmar Meissner writes: > Hi, > > it seems to me that "org-clone-subtree-with-time-shift" is not working > correct with org-mode 8.0. Usually i could specify a time shift, but > not anymore. Did i miss something? Hi Ingmar I had the same problem; it's not a bug, it still works, just the default

Re: [O] [babel] :results list

2013-04-19 Thread Sebastien Vauban
Hello John, Bastien, > On Fri, Apr 19, 2013 at 4:44 AM, Sebastien Vauban wrote: >> The following code block: >> >> #+begin_src sh :results drawer list >> echo "vino tinto" >> echo "vino rosso" >> echo "vino blanco" >> #+end_src >> >> returns: >> >> #+results: >> :RESULTS: >> - vino

[O] bug with org-clone-subtree-with-time-shift?

2013-04-19 Thread Ingmar Meissner
Hi, it seems to me that "org-clone-subtree-with-time-shift" is not working correct with org-mode 8.0. Usually i could specify a time shift, but not anymore. Did i miss something? Ingmar Meissner P.S. By the way, thanks for all the good work on org-mode! ***

Re: [O] Colorized TODO in Latex export?

2013-04-19 Thread Sebastien Vauban
Hello, Nicolas Goaziou wrote: > Suvayu Ali writes: >> On Fri, Apr 19, 2013 at 01:28:58PM +0200, Sebastien Vauban wrote: >>> Hi Johan and Suvayu, >>> Suvayu Ali wrote: >>> > On Fri, Apr 19, 2013 at 09:46:06AM +0200, Johan Ekh wrote: >>> >> I export minutes of meetings to latex and I would like to

Re: [O] Agenda to view chronology of time spent on tasks

2013-04-19 Thread Russell Adams
Jeff, On Fri, Apr 19, 2013 at 06:43:34PM +, Jeff Kowalczyk wrote: > Is there a way of using agenda to view time spent on tasks in chronological > order, where multiple non-contiguous The agenda has log view, and you can enable inactive timestamps. That's a wonderful chronological view, but it

[O] Issue with M-RET at end of folded headline

2013-04-19 Thread John Hendy
I'm getting really odd behavior after a fresh pull/make clean/make this morning. - M-x org-version Org-mode version 8.0 (release_8.0-2-g77476c @ /home/jwhendy/.elisp/org.git/lisp/) - emacs -Q -> M-x load-file RET ~/emacs-min: ;; set load paths ;; set load dirs and global config options (add-to-li

Re: [O] Superscripts and subscripts

2013-04-19 Thread Achim Gratz
Nicolas Goaziou writes: > Of course, we could work around this with a new rule saying "the longest > match wins", which, in this case, is the underline. But it would be > better to find a more elegant solution, one which would remove the sole > ambiguity, AFAICT, in Org syntax. > > Suggestions welc

[O] Agenda to view chronology of time spent on tasks

2013-04-19 Thread Jeff Kowalczyk
Is there a way of using agenda to view time spent on tasks in chronological order, where multiple non-contiguous I track tasks and time spent on a per-day basis with the following two-level org usage: * <2013-04-19 Fri> #+BEGIN: clocktable :maxlevel 2 :scope subtree #+CAPTION: Clock summary a

Re: [O] APPT_WARNTIME not honored anymore in 8.0

2013-04-19 Thread Nick Dokos
Bastien writes: > Hi Ivan, > > Ivan Kanis writes: > >> Suppose I have the following entry: >> >> ** Karaoke <2012-09-21 Fri 20:00 +1w> >>:PROPERTIES: >>:APPT_WARNTIME: 17 >>:END: >> >> I should get a notice 17mn before 20:00 that I need to go to karaoke. >> Now it does the default 90

Re: [O] Superscripts and subscripts

2013-04-19 Thread Nicolas Goaziou
Hello, Bastien writes: > t...@tsdye.com (Thomas S. Dye) writes: > >> With a recent git pull and #+OPTIONS: ^:{}, `C^{14}' is interpreted >> correctly but ` ^{14}C' is not, both in the Org buffer and in LaTeX >> export. The space before the caret appears to be the problem. > > Confirmed -- this w

Re: [O] Carsten's Interview relates questions, esay insert images, attachemnt locations etc..

2013-04-19 Thread zeltak
Hi Charles and Carsten sorry for the belated repsonse but i have been tied up at work with other projects. So going back to the original question, i have used your example code Charles and modified it to work on my linux box, though i have zero lisp (or any other programming) knowledge so im not

Re: [O] Colorized TODO in Latex export?

2013-04-19 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > On Fri, Apr 19, 2013 at 01:28:58PM +0200, Sebastien Vauban wrote: >> Hi Johan and Suvayu, >> >> Suvayu Ali wrote: >> > On Fri, Apr 19, 2013 at 09:46:06AM +0200, Johan Ekh wrote: >> >> I export minutes of meetings to latex and I would like to define colors >> >> for

Re: [O] APPT_WARNTIME not honored anymore in 8.0

2013-04-19 Thread Bastien
Hi Ivan, Ivan Kanis writes: > Suppose I have the following entry: > > ** Karaoke <2012-09-21 Fri 20:00 +1w> >:PROPERTIES: >:APPT_WARNTIME: 17 >:END: > > I should get a notice 17mn before 20:00 that I need to go to karaoke. > Now it does the default 90mn. It's a regression. I can't r

Re: [O] New exporter and defgroup

2013-04-19 Thread Suvayu Ali
Hi Christian, On Fri, Apr 19, 2013 at 02:52:46PM +0200, Christian Egli wrote: > Hi all > > The new exporter engine has changed the defcustom names but seems to > have kept the names of the defgroups (at least in the case of > taskjuggler). This is good as it allowed me to make some > backward-inc

Re: [O] Colorized TODO in Latex export?

2013-04-19 Thread Suvayu Ali
Hi Seb, On Fri, Apr 19, 2013 at 01:28:58PM +0200, Sebastien Vauban wrote: > Hi Johan and Suvayu, > > Suvayu Ali wrote: > > On Fri, Apr 19, 2013 at 09:46:06AM +0200, Johan Ekh wrote: > >> I export minutes of meetings to latex and I would like to define colors for > >> the TODO keywords, like they

[O] APPT_WARNTIME not honored anymore in 8.0

2013-04-19 Thread Ivan Kanis
Hi, Suppose I have the following entry: ** Karaoke <2012-09-21 Fri 20:00 +1w> :PROPERTIES: :APPT_WARNTIME: 17 :END: I should get a notice 17mn before 20:00 that I need to go to karaoke. Now it does the default 90mn. It's a regression. I might have time next week to look into it. -- Fo

Re: [O] missing element in org-element.el

2013-04-19 Thread Thorsten Jolitz
Nicolas Goaziou writes: > There are comments at the beginning of each section in the file: these > should give you some answers. Don't hesitate to ask if they don't > fulfill your needs. Thanks, I have to study these section comments too. -- cheers, Thorsten

Re: [O] OAppeal to donors (Re: Release 8.0)

2013-04-19 Thread Russell Adams
On Fri, Apr 19, 2013 at 08:42:53AM -0700, Wes Hardaker wrote: > Maintaining a popular software component takes a huge amount of work. I > know that. It's certainly not more important, I agree. It is, however, > much more stressful. Especially to be a mediator in difficult > conversations, the s

Re: [O] missing element in org-element.el

2013-04-19 Thread Nicolas Goaziou
Thorsten Jolitz writes: > What about > > , > | latex-or-entity > | plain-link > | text-markup > ` > > in > > ,- > | (defconst org-element-all-successors > | '(export-snippet footnot

Re: [O] New maintainer

2013-04-19 Thread Christopher Allan Webber
You've done great work Bastien! And I look forward to Batman Returns! Bastien writes: > Dear all, > > I'm stepping down as the Org maintainer. > > Carsten accepted to step up, if the community agrees. > Please raise your thumbs up or your concerns, if any. > > I'm glad I had this opportunity to

[O] ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task

2013-04-19 Thread Baptiste
Hi, hereafter a small typo correction, plus the capability to use DEADLINE: and SCHEDULED: in task (special export format for milestones). -- : ~^v^~ Bat ox-taskjuggler : Correct a small typo and deal with Scheduled and deadline in task diff --git a/contrib/lisp/ox-taskjuggler.el b/contrib/lis

Re: [O] OAppeal to donors (Re: Release 8.0)

2013-04-19 Thread Wes Hardaker
Jambunathan K writes: > Donors, please pause before you make any donations. Thanks for making me pause. I probably would have thought "I'll do that tomorrow" and "tomorrow" would have never come. Now I've done it now. Maintaining a popular software component takes a huge amount of work. I kn

Re: [O] Use of attribute :parent in org-element.el

2013-04-19 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Hello, > > Thorsten Jolitz writes: > >> The use of the :parent attribute is surprising for me. I would have >> expected something like ':parent org-mode everywhere' in the second >> example, i.e. the title of the 1st level subtree containing the 2nd >> level headline at

Re: [O] [PATCH] export to various flavors of (X)HTML

2013-04-19 Thread Rick Frankel
On 19.04.2013 05:57, Eric Abrahamsen wrote: I'm starting a new thread for this since the previous discussion was buried in with something tangential. I'm not proud of some of the implementation (self-closing vs non-self-closing tags are ugly, and I wish org-html-html5-p and org-html-xhtml-p we

Re: [O] missing element in org-element.el

2013-04-19 Thread Thorsten Jolitz
Nicolas Goaziou writes: > Thorsten Jolitz writes: > >> comparing this >> >> , >> | (defconst org-element-all-elements >> | '(babel-call center-block clock comment comment-block diary-sexp drawer >> |dyn

Re: [O] Use of attribute :parent in org-element.el

2013-04-19 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > The use of the :parent attribute is surprising for me. I would have > expected something like ':parent org-mode everywhere' in the second > example, i.e. the title of the 1st level subtree containing the 2nd > level headline at point. `org-element-at-point' and

Re: [O] missing element in org-element.el

2013-04-19 Thread Nicolas Goaziou
Hello, Thorsten Jolitz writes: > comparing this > > , > | (defconst org-element-all-elements > | '(babel-call center-block clock comment comment-block diary-sexp drawer > |dynamic-block example-block ex

Re: [O] New maintainer

2013-04-19 Thread Russell Adams
On Thu, Apr 18, 2013 at 06:53:32PM +0200, Bastien wrote: > Dear all, > > I'm stepping down as the Org maintainer. > > Carsten accepted to step up, if the community agrees. > Please raise your thumbs up or your concerns, if any. > > I'm glad I had this opportunity to work as "Robin" and > I'm even m

[O] missing element in org-element.el

2013-04-19 Thread Thorsten Jolitz
Hi List, comparing this , | (defconst org-element-all-elements | '(babel-call center-block clock comment comment-block diary-sexp drawer |dynamic-block example-block export-block fixed-width |

Re: [O] [babel] :results list

2013-04-19 Thread John Hendy
I'm on 8.0-pre release_8.0-pre-219-g9c8543. I get this: #+begin_src sh :results drawer list echo "vino tinto" echo "vino rosso" echo "vino blanco" #+end_src #+RESULTS: :RESULTS: - ("vino" "tinto") - ("vino" "rosso") - ("vino" "blanco") :END: I tried playing with things but never ditched t

[O] Fwd: org-mode and 'intangible text property

2013-04-19 Thread ISHIKAWA,chiaki
Hi, I have posted this to help-gnu-emacs mailing list, but was advised to org-mode specific mailing list and so am posting this here. After posting, I thought maybe the use of overlay property instead of text-property might be the way to go. But I would appreciate the opinion of the people in t

[O] Use of attribute :parent in org-element.el

2013-04-19 Thread Thorsten Jolitz
Hi List, while playing around a bit with two quite useful functions from org-element.el described here , | The library ends by furnishing `org-element-at-point' function, and | a way to give information about document structure

[O] Question concerning png - pdf - inline view

2013-04-19 Thread Rainer M. Krug
Hi I would like to have two things in my document: inline image display of my plots created in R as well as, upon export to pdf, include them as pdf (quality). So I have the following: #+header: :results graphics #+header: :file test1.png #+begin_src R plot(runif(100)) #+end_src which I can

Re: [O] New maintainer

2013-04-19 Thread Rainer Stengele
Am 18.04.2013 18:53, schrieb Bastien: > Dear all, > > I'm stepping down as the Org maintainer. > > Carsten accepted to step up, if the community agrees. > Please raise your thumbs up or your concerns, if any. > > I'm glad I had this opportunity to work as "Robin" and > I'm even more glad "Batman

[O] New exporter and defgroup

2013-04-19 Thread Christian Egli
Hi all The new exporter engine has changed the defcustom names but seems to have kept the names of the defgroups (at least in the case of taskjuggler). This is good as it allowed me to make some backward-incompatible changes. On the other hand when I do a M-x customize-group RET org-export-taskjug

Re: [O] New maintainer

2013-04-19 Thread Adolfo Benedetti
Hi Bastien, Thank you for your hard work and efforts as org-mode-maintainer, >Carsten accepted to step up, if the community agrees. nice, thank you Carsten! cheers -- Adolfo Benedetti M +31 614 706 176 2013/4/19 Charles Philip Chan > Bastien wrote: > > Hi Bastien, > > >I'm stepping down

Re: [O] New maintainer

2013-04-19 Thread Charles Philip Chan
Bastien wrote: Hi Bastien, >I'm stepping down as the Org maintainer. Thank you for all the hard work you have done in maintaining Org-mode. >Carsten accepted to step up, if the community agrees. >Please raise your thumbs up or your concerns, if any. +1 Charles -- Sent from Kaiten Mail. Ple

Re: [O] Colorized TODO in Latex export?

2013-04-19 Thread Sebastien Vauban
Hi Johan and Suvayu, Suvayu Ali wrote: > On Fri, Apr 19, 2013 at 09:46:06AM +0200, Johan Ekh wrote: >> I export minutes of meetings to latex and I would like to define colors for >> the TODO keywords, like they are shown in my emacs agenda buffer. >> >> How can I do this? > > A combination of fil

Re: [O] Using helm only for org refiling

2013-04-19 Thread Sylvain Rousseau
Hello, I use the following patch (against release_8.0) to refile with helm. Just set org-completion-handler to 'helm. 2013/4/18 Alan Schmitt > Hello, > > I tried using helm (the successor to anything) for everything, and it > was a bit too much. However, I really appreciated how it integrated

Re: [O] Taskjuggler export deals badly with first parent match

2013-04-19 Thread Baptiste
This patch works fine for me. Thanks I still have other issues in my move to the new exporter, but I am moving forward (then I am sorry if I report problems one after another). Regards, -- *Le ven., avril 19 2013, Nicolas Goaziou a écrit* Hello, Baptiste writes:

Re: [O] Taskjuggler export deals badly with first parent match

2013-04-19 Thread Baptiste
This patch works fine for me. Thanks I still have other issues in my move to the new exporter, but I am moving forward (then I am sorry if I report problems one after another). Regards, -- *Le ven., avril 19 2013, Nicolas Goaziou a écrit* Hello, Baptiste writes:

Re: [O] New maintainer

2013-04-19 Thread Sean O'Halpin
Hi Bastien, I'd like to thank you for the fabulous job you've done as maintainer. Best wishes, Sean On Thu, Apr 18, 2013 at 5:53 PM, Bastien wrote: > Dear all, > > I'm stepping down as the Org maintainer. > > Carsten accepted to step up, if the community agrees. > Please raise your thumbs up or

[O] [PATCH] export to various flavors of (X)HTML

2013-04-19 Thread Eric Abrahamsen
I'm starting a new thread for this since the previous discussion was buried in with something tangential. I've attached what I think is a working patch to allow ox-html to export to different flavors of (X)HTML. It works via `org-html-doctype': in addition to setting it to a doctype string directl

[O] [babel] :results list

2013-04-19 Thread Sebastien Vauban
Hello, The following code block: #+begin_src sh :results drawer list echo "vino tinto" echo "vino rosso" echo "vino blanco" #+end_src returns: #+results: :RESULTS: - vino tinto vino rosso vino blanco :END: while I was expecting: #+results: :RESULTS: - vino tinto

Re: [O] New maintainer

2013-04-19 Thread Thorsten Jolitz
Bastien writes: > I'm stepping down as the Org maintainer. Thats bad news, managing Org-mode appears like such a huge task, and I always wondered how you were able to deal with all those mails and patches and bugs with such efficiency, and detailled knowledge about all those unnumerable features

Re: [O] Taskjuggler export deals badly with first parent match

2013-04-19 Thread Nicolas Goaziou
Hello, Baptiste writes: > I found ox-taskjuggler broken in /task_id/ identification when it is > non trivial. Oops. It looks like I made a typo. Thank you for reporting it. Would the following patch solve the problem? Regards, -- Nicolas Goaziou >From 0b0b9ab98657145cddb20fc6ffd45414a7f23d

Re: [O] Colorized TODO in Latex export?

2013-04-19 Thread Suvayu Ali
On Fri, Apr 19, 2013 at 09:46:06AM +0200, Johan Ekh wrote: > Hi all, > I export minutes of meetings to latex and I would like to define colors for > the TODO keywords, like they are shown in my emacs agenda buffer. > > How can I do this? A combination of filters and the todonotes package in LaTeX

Re: [O] Changing the maintainer

2013-04-19 Thread Leo Liu
On 2013-04-19 06:07 +0800, Carsten Dominik wrote: > Bastien's activity has been unmatched. He has answered > a huge amount of questions in the mailing list, fixed an > uncounted number of bugs and he has been designing and applying > changes over the entire breadth of the Org code base. This > is

Re: [O] New maintainer

2013-04-19 Thread Tassilo Horn
Jambunathan K writes: > How do you interpret the following block extracted from my assignment > > , > | 2. Developer will report occasionally, on Developer’s initiative > | and whenever requested by FSF, the changes and/ or enhancements > | which are covered by this contract,

Re: [O] Super/subscripts

2013-04-19 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > FYI, Org 8.0 appears to require the LaTeX amstext package to export > super/subscripts to LaTeX. Indeed. But the package has been added to `org-latex-default-packages-alist' so it shouldn't require to change configuration. Regards, -- Nicolas G

Re: [O] Release 8.0

2013-04-19 Thread Stefan Vollmar
On 18.04.2013, at 18:41, Bastien wrote: > I'm releasing Org 8.0. EXCELLENT - thank you for the hard work and the patience! Aaron Ecay, Abdó Roig-Maranges, Achim Gratz, Adam Spiers, Alan Schmitt, Alexander Willand, Andreas Leha, Andreas Röhler, Andrew M. Nuxoll, Arun Persaud, Bernd Haug, Bernt H

[O] Thank you very much Bastien! Hello Carsten! (was: New maintainer)

2013-04-19 Thread Karl Voit
* Bastien wrote: > Dear all, Dear Bastien, > I'm stepping down as the Org maintainer. I am sorry to have to read this. As I entered this universe of great Personal Information Management LEGO bricks two years ago, you were the maintainer in charge of this huge project. Although I already had

[O] Taskjuggler export deals badly with first parent match

2013-04-19 Thread Baptiste
Hi, first of all, thanks for the hard work to make 8.0 get out. I found ox-taskjuggler broken in /task_id/ identification when it is non trivial. here is an example this is not fine at my side : Org-mode version 8.0 (release_8.0-1-g5ef07d @ …) #+BEGIN_EXAMPLE * Project

[O] Colorized TODO in Latex export?

2013-04-19 Thread Johan Ekh
Hi all, I export minutes of meetings to latex and I would like to define colors for the TODO keywords, like they are shown in my emacs agenda buffer. How can I do this? Best regards, Johan

[O] Super/subscripts

2013-04-19 Thread Thomas S. Dye
Aloha all, FYI, Org 8.0 appears to require the LaTeX amstext package to export super/subscripts to LaTeX. All the best, Tom -- Thomas S. Dye http://www.tsdye.com

Re: [O] Changing the maintainer

2013-04-19 Thread Christian Moe
Welcome back! Yours, Christian Carsten Dominik writes: > Hello everyone, > > as Bastien has written in a related thread, the current idea > is that I will take over the maintainership of Org-mode > once more. I have seen no objections so far, so I am assuming > that we should go ahead with thi

Re: [O] New maintainer

2013-04-19 Thread Suvayu Ali
On Fri, Apr 19, 2013 at 12:24:46AM +, Charles Berry wrote: > Bastien gnu.org> writes: > > > Dear all, > > > > I'm stepping down as the Org maintainer. > > You have done an awesome job. > > This is still the "friendliest little town" on the internet thanks to > your patience and good judg