Re: [O] Problem with floating holidays

2012-12-02 Thread Philipp Kroos
"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

Re: [O] subtree-export limitations

2012-11-18 Thread Philipp Kroos
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? &

Re: [O] subtree-export limitations

2012-11-17 Thread Philipp Kroos
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

Re: [O] subtree-export limitations

2012-11-17 Thread Philipp Kroos
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

[O] subtree-export limitations

2012-11-16 Thread Philipp Kroos
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

Re: [O] Bug ? LaTeX exporter does not export subsections from included files

2012-10-29 Thread Philipp Kroos
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

Re: [O] agenda view of repeated time-ranges

2012-10-27 Thread Philipp Kroos
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

[O] agenda view of repeated time-ranges

2012-10-26 Thread Philipp Kroos
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

[O] bug#12702: bug#12702: 24.2; Orgmode Refile complains "Not bookmark format"

2012-10-23 Thread Philipp Kroos
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

Re: [O] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
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

Re: [O] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
* 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

Re: [O] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
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

Re: [O] New exporter doesn't like #+LaTeX_CLASS

2012-09-24 Thread Philipp Kroos
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

Re: [O] Sending commits to Org

2012-09-20 Thread Philipp Kroos
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

Re: [O] [PATCH] org-e-latex--collect-errors

2012-09-15 Thread Philipp Kroos
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

Re: [O] Dumb question for beamer in org mode

2012-09-15 Thread Philipp Kroos
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

[O] [PATCH] org-e-latex--collect-errors

2012-09-15 Thread Philipp Kroos
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]

[O] [PATCH] for an unquoted list in org-e-latex

2012-09-12 Thread Philipp Kroos
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ü

[O] hidden-subtree-error

2012-09-11 Thread Philipp Kroos
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

[O] e-beamer-patch

2012-08-22 Thread Philipp Kroos
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

Re: [O] add entries to *emphasis-alist

2012-08-19 Thread Philipp Kroos
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

Re: [O] add entries to *emphasis-alist

2012-08-19 Thread Philipp Kroos
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

[O] add entries to *emphasis-alist

2012-08-17 Thread Philipp Kroos
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