"John Burns" writes:
> I am having problems with org-float and floating holidays, in particular the
> holiday of Thanksgiving, as an example.
>
> I have the following entry in my data file:
>
> * Anniversaries and Holidays
>
> #+CATEGORY: Holiday
>
> %%(org-float t 4 4) Thanksgiving
>
> I know
Nicolas Goaziou writes:
> Philipp Kroos writes:
>
>> That said, I'm fine with the situation, but I'ld suggest a note in the
>> documentation that makes this limitation to subtree-exports clear (and
>> possibly points out the workarounds). What do you think?
&
Nicolas Goaziou writes:
> Nicolas Goaziou writes:
>
>> It might support "Property+" syntax, but it looks like this is
>> Babel-specific (no sign of such syntax in org.el, where property API is
>> defined). I will look into it (unless you want to do it).
>
> Well, scratch that: it already support
understanding of the concepts might be insufficient yet. Any further
clues on this topic are much appreciated therfore!
Best regards, Philipp
Suvayu Ali writes:
> On Fri, Nov 16, 2012 at 04:45:35PM +0100, Philipp Kroos wrote:
>>
>> So would be any other EXPORT_OPTIONS-line. The respons
Hi,
currently the support for subtree export is somewhat limited due to the
fact that individual EXPORT_* options are allowed only once.
I.e., in the following the second latex-header-property will be ignored:
* Some subtree
:PROPERTIES:
:LATEX_CLASS: scrartcl
:EXPORT_OPTIONS: toc:nil
:E
Hi,
I tried with both the old exporter (emacs -Q) and the new.
The old one exports correctly on my side, here's the relevant part:
#+BEGIN_LaTeX
This is Bar.
\subsection{Bar 1}
\label{sec-2-1}
This is Bar's first part.
\subsection{Bar 2}
\label{sec-2-2}
And here is the second
William Léchelle writes:
Hi,
> On Fri, 26 Oct 2012 15:05:07 +0200, Philipp Kroos spake thus:
>> I want some events to show up every week with start and end-time in the
>> agenda.
>> Is it possible to combine a time-range with a repeater? I think I tried
>> eve
Hi,
I want some events to show up every week with start and end-time in the
agenda.
Is it possible to combine a time-range with a repeater? I think I tried
every combination of range and repeater, but I can only get one of both
to work.
Example:
#+begin_src org
** Weekly meeting
<2012-1
Hi,
Bastien writes:
> Hi Jonathan,
>
> Jonathan Schaeffer writes:
>
>> I'll submit a post on Archlinux forum to see if someone can reproduce
>> this.
>
> You can also try reporting your problem to the emacs-orgmode mailing
> list: https://lists.gnu.org/mailman/listinfo/emacs-orgmode
>
> There
Oh my.
It's fixed...
I should add a function to the hooks, right?
So this works
(add-hook 'org-mode-hook
(lambda () (local-set-key ...
as expected.
Thanks, sorry :)
On Sun, Sep 30, 2012 at 11:23:08PM +0200, Bastien wrote:
> Hi Philipp,
>
> Philipp Kroos writ
* Head 1
** Head 2
The same happens if I don't add the git-version to load-path,
i.e., with Org-mode version 7.8.11
Thank you, Philipp
On Sun, Sep 30, 2012 at 07:47:14PM +0200, Bastien wrote:
> Hi Philipp,
>
> Philipp Kroos writes:
>
> > sorry, I missed your answer t
if i use `local-set-key` (why?), but the
file-mode-specification error still comes up.
Best regards, Philipp
On Tue, Sep 18, 2012 at 03:29:37PM +0200, Bastien wrote:
> Hi Philipp,
>
> Philipp Kroos writes:
>
> > for the following file I get the errormessage
> > `File m
There's a new var, org-e-latex-classes.
Philipp
On Mon, Sep 24, 2012 at 10:46:26AM -0700, Richard Stanton wrote:
> To get my favorite default sty files loaded with org mode, I have a set of
> LaTeX commands defined as "rhs" in org-export-latex-classes. This has always
> worked fine in the past
Hi,
I think you're still on master when you make your changes.
git maintains your *local copy* of master as 'master', whereas the
original, unchanged upstream branch master is still available as
'origin/master'. You create a patch against a different branch, and
since you are on 'master' which
Yes, you're completely right. I missed that.
Should be better now, I moved the defcustom to the end of the
compilation-customs-block.
Thank you, Philipp
On Sat, Sep 15, 2012 at 02:28:05PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Philipp Kroos writes:
>
> > the
I guess you can customize `org-beamer-outline-frame-title` or
`org-e-beamer-outline-frame-title`, depending on the exporter you use.
Another option, which I currently use is to rebind
`org-export-latex-title-command` or `org-e-latex-title-command` to ""
and typeset the titleframe manually.
Hope
ode more concise.
What do you think about this?
(The first customizable I ever wrote, I think it's correct like this, is
it?)
Thanks,
Philipp
From 0ea78f6ffa3a53e0e07b3df6d532e48cf1b2df7c Mon Sep 17 00:00:00 2001
From: Philipp Kroos
Date: Sat, 15 Sep 2012 13:11:58 +0200
Subject: [PATCH]
00:00 2001
From: Philipp Kroos
Date: Wed, 12 Sep 2012 10:45:02 +0200
Subject: [PATCH] * org-e-latex.el (org-e-latex-export-block): fixed typo
'("LATEX" "TEX") was not quoted.
TINYCHANGE
---
contrib/lisp/org-e-latex.el | 2 +-
1 Datei geändert, 1 Zeile hinzugefü
Hi,
for the following file I get the errormessage
`File mode specification error: (error "Hidden subtree, open with TAB or
use subtree command M-S-/")`.
* Level 1
text
** Nested Level 2
othertext
Is this a user-error?
I'm on the HEAD of the git-repository.
With (toggle-debug-on-error) th
more
appropriate (in case I'm not just missing to set a certain option
right).
Regards,
Philipp
From 9514f0b3b63659df676b72442283c8b43cfbcadb Mon Sep 17 00:00:00 2001
From: Philipp Kroos
Date: Wed, 22 Aug 2012 14:25:20 +0200
Subject: [PATCH] e-beamer: Fix a type-error with normalize-argumen
l
be right ;)
Regards, philipp
On Sun, Aug 19, 2012 at 01:38:10PM +0200, Nicolas Goaziou wrote:
> Hello,
>
> Philipp Kroos writes:
>
> > It worked using customize, thanks. And thanks for the explanation, Nick.
> > At least my approach to set the value would not work at all
It worked using customize, thanks. And thanks for the explanation, Nick.
At least my approach to set the value would not work at all without an
explicit call to org-set-emph-re, since it relied on the variable being
already defined.
It might be of minor interest, anyway, I've attached a patch-sug
Hi,
is it still possible to add items to the emphasis alists?
I'm preparing a presentation with orgmode/beamer and try to get a markup
for alert using '@'.
According to some (old..) thread
(http://lists.gnu.org/archive/html/emacs-orgmode/2010-01/msg00592.html)
I added an entry to org-emhasis-ali
23 matches
Mail list logo