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
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
>> 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
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
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
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.
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
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
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
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
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
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.
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
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
[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
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
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
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
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
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
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)
"Sebastien Vauban"
writes:
> that is, a table instead of a list...
Mhh... I really can't reproduce this :/
--
Bastien
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.
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.
-
"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 |
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
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
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
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!
***
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Thorsten Jolitz writes:
> What about
>
> ,
> | latex-or-entity
> | plain-link
> | text-markup
> `
>
> in
>
> ,-
> | (defconst org-element-all-successors
> | '(export-snippet footnot
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
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
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
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
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
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
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
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
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
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
|
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
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
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
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
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
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
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
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
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
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
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:
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:
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
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
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
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
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
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
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
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,
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
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
* 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
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
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
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
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
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
83 matches
Mail list logo