Marcin Borkowski wrote:
> Dnia 2014-08-22, o godz. 21:02:56
> Subhan Michael Tindall napisał(a):
>
>> > Doesn't this suggest that org-agenda-todo-ignore-with-date is
>> > obsolete?
>> It's functionality is subsumed by org-agenda-todo-ignore-timestamp
>> all, yes. [...]
>
> Well, except that it isn
El Wed, 06 Aug 2014 14:12:21 +0200 Nicolas Goaziou va escriure:
>
> I understand that "paragraph is alone in its item" is not a good test to
> skip paragraph wrappers. I'm still confused about what a good test would
> be. In particular, what should be done in the following cases
>
> - item
>
Shiyuan wrote:
> I am looking at a simpler example, the pie-chart example as in this link:
> http://orgmode.org/worg/org-contrib/babel/intro.html#literate-programming
>
> This example(src code attached in the end) first generates a table by a
> shell command and then run a R one-liner which uses th
Daniel Szmulewicz wrote:
> I understand that org-latex derives the encoding from the buffer.
> In the ".tex” file produced by the exporter, I see this line:
> \usepackage[utf8]{inputenc}
>
> However, I would like to set it to:
> \usepackage[utf8x]{inputenc}
>
> I need to account for special French
Hello,
Robert McDonald writes:
> Radio tables creates a latex table including an enumerate environment,
> which will not compile. This occurs if a numeric entry within the table
> ends in a period. The problem does not occur without the period.
Indeed. This is a known bug in the current impleme
Hello,
Daniel Clemente writes:
> But why not, as a general rule, avoid for the first elements of lists?
> That is, don't output paragraph+list+paragraph, but text+list+paragraph.
> This works for the simple case (text) and allows the
> complex ones (textaa).
This was the original behavi
Thank you.
On Mon, Aug 25, 2014 at 3:15 AM, Nicolas Goaziou
wrote:
> Hello,
>
> Robert McDonald writes:
>
> > Radio tables creates a latex table including an enumerate environment,
> > which will not compile. This occurs if a numeric entry within the table
> > ends in a period. The problem doe
Hello,
Thorsten Jolitz writes:
> when exporting this to latex/pdf
>
> ,
> | #+OPTIONS: ^:{}
> | * ORG SCRATCH :foo_bar:
> | Hallo_World
> `
>
> it translates to this
>
> ,
> | % Created 2014-08-25 Mo 02:23
> | \documentclass[11pt]{article}
> | [...]
> | \section{ORG SCRATCH\hfill{}\t
Hello,
Charles Millar writes:
> I know very little of the wonders of emacs lisp, but I wonder if
> org-agenda.el line 3362 is the reason for this.
> (mapcar (lambda (s) (org-paste-subtree 1 s)) (reverse content))
You are right. This should be fixed. Thank to you both.
Regards,
--
N
Hi,
Sometimes I apparently manage to corrupt my org files by having an
unfinished drawers in them. Of course this is wrong and I should
investigate, but if it happens, hitting C-c C-x p leads to a useless
error (Wrong type argument: integer-or-marker-p, nil). I suggest to
following patch for a bet
Hello,
Ryan writes:
> When I call "org-promote" on a top-level heading, I get an error because
> "org-called-with-limited-levels" is not bound to a value. This is
> because the defvar form that declares it does not provide an initial
> value. I assume the fix is to initialize it to nil.
Fixed.
Hello,
Nicolas Richard writes:
> Sometimes I apparently manage to corrupt my org files by having an
> unfinished drawers in them. Of course this is wrong and I should
> investigate, but if it happens, hitting C-c C-x p leads to a useless
> error (Wrong type argument: integer-or-marker-p, nil). I
Le 25/08/2014 15:38, Nicolas Goaziou a écrit :
> AFAICT, a similar mechanism is already implemented in master.
Oh great, sorry for the noise then !
--
Nicolas.
Hello,
A recent patch introduced a call to `file-name-base' in contributed
"ox-bibtex.el"; however, this function was only introduced in Emacs
version 24.3. The attached patch is a basic fix for that.
>From 362e07699a767ea16d99a7f67f6fcb92d1521e0c Mon Sep 17 00:00:00 2001
From: Nicolas Berthier
Nicolas Goaziou writes:
> The following patch implements radio tables and `orgtbl-to-...'
> functions using Org export engine. The implementation is probably not
> totally backward compatible, though.
>
Thanks for doing this!
> ...
> Feedback welcome.
>
I tried it with one of Thorsten Grotte'
Nick Dokos writes:
> I tried it with one of Thorsten Grotte's examples:
>
That should be "Thorsten Grothe". Apologies for the
misspelled name.
Thanks,
Nick
Marcin Borkowski writes:
> Dnia 2014-08-14, o godz. 11:15:54
> Sebastien Vauban napisał(a):
>
>> Julien Cubizolles wrote:
>> > Sebastien Vauban writes:
>> >
>> >> Throwing an idea here: make the `consequence' environment be a
>> >> no-op in Beamer?
>> >
>> > How would I do that, is there a varia
Eric Schulte writes:
Hi Eric,
You will find in attachment three patches
+ First patch, modify org-babel-eval to load compilation-mode in case of errors
+ Second patch, modify org-babel-eval to deal with Microsoft visual
C++ errors by concatenating the standard output with the standard error
Dnia 2014-08-25, o godz. 18:32:48
Julien Cubizolles napisał(a):
> Marcin Borkowski writes:
>
> > Dnia 2014-08-14, o godz. 11:15:54
> > Sebastien Vauban napisał(a):
> >
> >> Julien Cubizolles wrote:
> >> > Sebastien Vauban writes:
> >> >
> >> >> Throwing an idea here: make the `consequence' env
Sebastien Vauban
writes:
> Julien Cubizolles wrote:
>> I need to export the same org file to both LaTeX and beamer, and I'd
>> like the headings that are exported to the "block" environment in beamer
>> to be exported to another environment in LaTeX (named
>> "consequence"). The LaTeX export engi
Marcin Borkowski writes:
> Sorry, I misunderstood. How about putting this in the preamble (untested)?
>
> \makeatletter
> \@ifclassloaded{beamer}{
> \renewenvironment{consequence}{}{}
> }{}
> \makeatother
Actually, I'm using a custom beamer class, so
--8<---cut here
Hello,
Nick Dokos writes:
> I tried it with one of Thorsten Grotte's examples:
Thanks for testing it out.
> \documentclass{article}
>
> \begin{document}
>
> I tried to export this table to latex:
>
> \begin{comment}
>
> #+TBLNAME: Test
> #+ORGTBL: SEND Test orgtbl-to-latex :skip 1 :splice t
Dnia 2014-08-25, o godz. 19:38:26
Julien Cubizolles napisał(a):
> Marcin Borkowski writes:
>
>
> > Sorry, I misunderstood. How about putting this in the preamble
> > (untested)?
> >
> > \makeatletter
> > \@ifclassloaded{beamer}{
> > \renewenvironment{consequence}{}{}
> > }{}
> > \makeatothe
Awesome. Thank you, Sebastien.
I prefer the second solution, because it allows me to account for different
kinds of spaces: espace fine, espace insécable, espace moyenne, etc.
Just for curiosity: I’m not sure what to make of the regexp. The ‘?’ is
normally a postfix operator used in conjunctio
Nicolas Goaziou writes:
> Hello,
>
> Thorsten Jolitz writes:
>
>> when exporting this to latex/pdf
>>
>> ,
>> | #+OPTIONS: ^:{}
>> | * ORG SCRATCH :foo_bar:
>> | Hallo_World
>> `
>>
>> it translates to this
>>
>> ,
>> | % Created 2014-08-25 Mo 02:23
>> | \documentclass[11pt]{article}
I have a file named task.org, i want to push this file to mobile-org /
dropbox.
When I do M-x org-mobile-push i have this message
Non-existent agenda file ~/Dropbox/PROJETS/ORG/LOCAL/| /__
20140521| | 1:19 | |
|. [R]emove from list or [A]bort?
What
Hi List,
see the attached ASCII version of org-bandbook.el's comment section for
more info:
___
ORG-BANDBOOK
Thorsten Jolitz
tjol...@gmail.com
Thorsten Jolitz writes:
> Hi List,
>
> see the attached ASCII version of org-bandbook.el's comment section for
> more info:
>
>
> ___
>
> ORG-BANDBOOK
>
> Thorsten Jolitz
> tjol
Yes, it works. Thanks, Sebastien.
Shiyuan
On Mon, Aug 25, 2014 at 12:51 AM, Sebastien Vauban
wrote:
> Shiyuan wrote:
> > I am looking at a simpler example, the pie-chart example as in this link:
> >
> http://orgmode.org/worg/org-contrib/babel/intro.html#literate-programming
> >
> > This exampl
Aloha all,
>> AFAICT, the arguments to code blocks may not be defined and set in the
>> `name' line anymore: this must be done on the `begin_src' line.
or, on a separate #+header: line.
All the best,
Tom
--
Thomas S. Dye
http://www.tsdye.com
30 matches
Mail list logo