Hi Jens, org-mode developers,
* Haustedt, Jens [19. Mar. 2015]:
> in the description of the date/time prompt, a section describes the
> control of the calendar from the minibuffer.
>
> There, a description of scrolling the calendar by 1 year is missing. The
> keyboard shortcut is M-S-/ and works
Hi all,
If there are `#+latex_header:' entries in a section and that section is
`COMMENT'ed out, I'd expect the #+latex_header entries to be
uneffective. As they are when I comment them out one by one as in
`# #+latex_header:'.
Is this a bug? (I'd say, yes)
Regards,
Andreas
PS:
ECM
--8<
Andreas Leha writes:
> Hi all,
>
> If there are `#+latex_header:' entries in a section and that section is
> `COMMENT'ed out, I'd expect the #+latex_header entries to be
> uneffective. As they are when I comment them out one by one as in
> `# #+latex_header:'.
>
> Is this a bug? (I'd say, yes...
Nicolas Goaziou writes:
> Eric Abrahamsen writes:
>
>> If we really want to get all the message-specific stuff refactored into
>> orgstruct++ mode, I guess we could (in the `orgstruct++-mode' function)
>> bind `normal-auto-fill-function' and `adaptive-fill-function' to new
>> functions, which fi
It's amazing what an effect barky compiler errors can have.
E
>From 0bba16a7419d32ecc25ccdf422c9d0e129d0b547 Mon Sep 17 00:00:00 2001
From: Eric Abrahamsen
Date: Sun, 22 Mar 2015 21:39:57 +0800
Subject: [PATCH] Use `cl-flet' rather than plain `flet'
* contrib/lisp/org-mime.el (org-mime-send-sub
Hello,
Rasmus writes:
> This patch adds #+SUBTITLE to a couple of backends. This property is
> already supported in ox-texinfo and e.g. beamer.cls has a subtitles macro,
> but ox-beamer.el has no #+SUBTITLE. I have used subtitles in
> e.g. applications for research funds.
>
> The value-added i
Hello,
Gregor Zattler writes:
> Hi Jens, org-mode developers,
> * Haustedt, Jens [19. Mar. 2015]:
>> in the description of the date/time prompt, a section describes the
>> control of the calendar from the minibuffer.
>>
>> There, a description of scrolling the calendar by 1 year is missing. Th
Rasmus writes:
> Nicolas Goaziou writes:
>>
>>(:subject "SUBJECT" nil nil parsed)
>>
>> `parsed' behavior implies `space' anyway, since we're talking about
>> secondary strings.
>
> Is that always the case? I guess..
There are only two ways to look at it: either it can only contain
obj
Hello,
Eric Abrahamsen writes:
> It's amazing what an effect barky compiler errors can have.
Thanks. However, `cl-flet' is not supported in Emacs 23 so it's not an
option for Org 8.3.
OTOH, most uses of `flet' can be replaced with a plain `lambda' and
funcalls.
> -(flet ((mp (p) (org-entr
Hello,
Rasmus writes:
> Newlines behave differently when using utf8 and other encodings,
> e.g. between the top line and the title (which is fine), but also between
> title and author, which I dislike a lot. I don't know if this is a
> features.
>
> Example:
> #+title: title
> #+author: author
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> It's amazing what an effect barky compiler errors can have.
>
> Thanks. However, `cl-flet' is not supported in Emacs 23 so it's not an
> option for Org 8.3.
Oh, okay -- I guess I'd never really been aware of what Emacs version we
Rasmus writes:
> Hi,
>
> This patch adds #+SUBTITLE to a couple of backends. This property is
> already supported in ox-texinfo and e.g. beamer.cls has a subtitles macro,
> but ox-beamer.el has no #+SUBTITLE. I have used subtitles in
> e.g. applications for research funds.
>
> The value-added i
Hi Nicolas,
I'm a bit confused by your message.
Nicolas Goaziou writes:
> However, I think porting this feature to back-ends that do not support
> it out of the box is pushing too hard.
In the patch there's ox-latex where e.g. KOMA-Script has as
subtitle-macro. ox-html, ox-ascii, ox-odt all
Eric Abrahamsen writes:
> Rasmus writes:
>
> In ox-html, You might consider wrapping the title and subtitle in an
> if :html5-fancy is t. Or maybe that's going too far! Either
> way, I like this.
First result on my search engine says¹ :
Update 16th April, 2013. hgroup has now been remove
On 21 March 2015, Martin Leduc wrote:
You can find a minimal example here [1], with the org file, and the tex and pdf
files generated from it. Firts try to search within the pdf. It does not work
(at least on my side) To solve the problem, remove the line with
\usepackage[T1]{fontenc}
in the
On 2015-03-22, at 16:29, Rasmus wrote:
> IMO it is. The only place where there's a "hack" is in ox-latex and
> that's cause article is the default class. If you prefer, it can just
> output to the \subtitle{·} by default and say it's KOMA-script only. That
> seems harsh, though.
Hi there,
b
Hi there,
two questions for people using LaTeX (possibly only as Org-mode
backend).
1. Did you know about the savetrees package by Scott Pakin
(http://www.ctan.org/pkg/savetrees)? From the description:
,
| The goal of the savetrees package is to pack as much text as
| possible onto each pag
Marcin Borkowski writes:
> On 2015-03-22, at 16:29, Rasmus wrote:
>
>> IMO it is. The only place where there's a "hack" is in ox-latex and
>> that's cause article is the default class. If you prefer, it can just
>> output to the \subtitle{·} by default and say it's KOMA-script only. That
>> s
I, for one, find your ideas exciting, Marcin. If you're simply looking
for votes in order to start work on this: +1.
Thanks!
> Marcin Borkowski writes:
> On 2015-03-22, at 16:29, Rasmus wrote:
>> IMO it is. The only place where there's a "hack" is in ox-latex
>> and that's c
Nicolas Goaziou writes:
> The trick could be to use an Org entity which is as large as its
> overlay. Even better if that entity is readable without that overlay.
> I'll look into it soon.
This should now be fixed. The markup used is more readable and doesn't
alter table alignment.
Hi Nicolas,
* Nicolas Goaziou [22. Mar. 2015]:
> Gregor Zattler writes:
>> * Haustedt, Jens [19. Mar. 2015]:
>>> in the description of the date/time prompt, a section describes the
>>> control of the calendar from the minibuffer.
>>>
>>> There, a description of scrolling the calendar by 1 year
Marcin Borkowski writes:
> two questions for people using LaTeX (possibly only as Org-mode
> backend).
>
> 1. Did you know about the savetrees package by Scott Pakin
> (http://www.ctan.org/pkg/savetrees)? From the description:
Yes.
> ,
> | The goal of the savetrees package is to pack as mu
Marcin Borkowski writes:
> [TL;DR: imho, the right way to do LaTeX export is to prepare a dedicated
> package for Org-mode generated files (easy/medium), arrange for it to be
> included in all major TeX distros (easy) and simplify the LaTeX exporter
> to comply with it (easy). This could greatly
> Marcin Borkowski writes:
> Hi there, two questions for people using LaTeX (possibly only as
> Org-mode backend).
> 1. Did you know about the savetrees package by Scott Pakin
> (http://www.ctan.org/pkg/savetrees)? From the description:
Yes.
> , | The goal of the sav
On 17-Mar-2015, Nicolas Goaziou wrote:
> Also, the bug is about table alignment when `org-pretty-entities' is
> used.
Okay. So if I'm reporting a regression in the text (non-GUI) Emacs
behaviour of Org mode, I should make a separate report?
> > So the U+2003 EM SPACE character should be translat
On 2015-03-22, at 23:43, Rasmus wrote:
> Marcin Borkowski writes:
>
>> [TL;DR: imho, the right way to do LaTeX export is to prepare a dedicated
>> package for Org-mode generated files (easy/medium), arrange for it to be
>> included in all major TeX distros (easy) and simplify the LaTeX exporter
Hey finally your response helped me a lot, that is the problem was probably on
my side.
I solved it by installing the package cm-super, as suggested here. I still
can't search in the pdf I gave you (and still wondering why YOU can), but
re-exporting the org file makes a pdf that now works corr
Gregor Zattler writes:
> Sure. In this iteration I also added the respective keys to the
> Key index.
Applied. Thank you.
I added TINYCHANGE at the end of the commit message, since you don't
seem to have signed FSF papers. Please correct me if I'm wrong.
Regards,
Hello,
Ben Finney writes:
> Okay. So if I'm reporting a regression in the text (non-GUI) Emacs
> behaviour of Org mode, I should make a separate report?
First, please update Org and test the new behaviour if you can.
> So the behaviour is masked by special behaviour of “entities”. Why is
> tha
Hi,
First: Please don't take me being critical as meaning I'm necessarily
negative about. I'm just minimizing risk over the expectation.
Marcin Borkowski writes:
>> - What happens when you cannot maintain it any longer? Note also that the
>
> Either the project dies, or someone takes it over.
Rasmus writes:
> Eric Abrahamsen writes:
>
>> Rasmus writes:
>>
>> In ox-html, You might consider wrapping the title and subtitle in an
>> if :html5-fancy is t. Or maybe that's going too far! Either
>> way, I like this.
>
> First result on my search engine says¹ :
>
> Update 16th April, 2
Hello,
I have an issue with the timeline in the agenda view. It sorts backward
(see black line in attached figure) and timed items are not inserted into
the timeline (see black arrow). Any idea what I am doing wrong? I am
generating the default agenda (C-c a a) and am using a stripped down
version
32 matches
Mail list logo