[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-left/right)`. * Level 1 text ** Nested Level 2 othertext Is this a user-error? I'm on the HEAD of the git-repository. With

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

2012-09-12 Thread Philipp Kroos
: Philipp Kroos philipp.kr...@t-online.de 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ügt(+), 1 Zeile entfernt

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

2012-09-15 Thread Philipp Kroos
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 philipp.kr...@t-online.de Date: Sat, 15 Sep 2012 13:11:58 +0200 Subject: [PATCH] org-e-latex

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

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 philipp.kr...@t-online.de writes: the attached

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] 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] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
-specification error still comes up. Best regards, Philipp On Tue, Sep 18, 2012 at 03:29:37PM +0200, Bastien wrote: Hi Philipp, Philipp Kroos philipp.kr...@t-online.de writes: for the following file I get the errormessage `File mode specification error: (error Hidden subtree, open

Re: [O] hidden-subtree-error

2012-09-30 Thread Philipp Kroos
., 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 philipp.kr...@t-online.de writes: sorry, I missed your answer till tidying up my mailbox was due today ;) This error doesn't prevent anything from working, so

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 philipp.kr...@t-online.de writes

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

2012-10-23 Thread Philipp Kroos
Hi, Bastien b...@altern.org writes: Hi Jonathan, Jonathan Schaeffer jonathan.schaef...@univ-brest.fr 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:

[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

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

2012-10-27 Thread Philipp Kroos
William Léchelle william.leche...@ens-lyon.fr 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 every combination

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

[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

Re: [O] subtree-export limitations

2012-11-17 Thread Philipp Kroos
of the concepts might be insufficient yet. Any further clues on this topic are much appreciated therfore! Best regards, Philipp Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Fri, Nov 16, 2012 at 04:45:35PM +0100, Philipp Kroos wrote: So would be any other EXPORT_OPTIONS-line. The responsible function

Re: [O] subtree-export limitations

2012-11-17 Thread Philipp Kroos
Nicolas Goaziou n.goaz...@gmail.com writes: Nicolas Goaziou n.goaz...@gmail.com 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,

Re: [O] subtree-export limitations

2012-11-18 Thread Philipp Kroos
Nicolas Goaziou n.goaz...@gmail.com writes: Philipp Kroos philipp.kr...@t-online.de 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] Problem with floating holidays

2012-12-02 Thread Philipp Kroos
John Burns epel...@comcast.net 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

[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

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

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

2012-08-19 Thread Philipp Kroos
will be right ;) Regards, philipp On Sun, Aug 19, 2012 at 01:38:10PM +0200, Nicolas Goaziou wrote: Hello, Philipp Kroos philipp.kr...@t-online.de 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 without

[O] e-beamer-patch

2012-08-22 Thread Philipp Kroos
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 philipp.kr...@t-online.de Date: Wed, 22 Aug 2012 14:25:20 +0200 Subject: [PATCH] e-beamer: Fix a type-error with normalize