Re: [O] C-u C-u C-c ! inserts an active timestamp.

2013-09-22 Thread Carsten Dominik
Applied, thanks you Nicolas. - Carsten On 16.9.2013, at 15:42, Nicolas Richard theonewiththeevill...@yahoo.fr wrote: I suggest the following change so that C-u C-u C-c ! inserts an inactive timestamp. I also document the INACTIVE argument of org-time-stamp. -- Nicolas. From

Re: [O] Tiny patch: documentation of the org-footnote face

2013-09-22 Thread Carsten Dominik
Applied, thank you Alan. - Carsten On 19.9.2013, at 14:27, Alan Schmitt alan.schm...@polytechnique.org wrote: Hello, While tracking down my proportional fonts woes, I found this small typo. Patch attached. Alan From 355d8408e79a1337e4c57ba7531eec337ec40225 Mon Sep 17 00:00:00 2001

Re: [O] [PATCH] Columnview: Fix the case of #+ content present

2013-09-22 Thread Carsten Dominik
Applied, thank you Benjamin. - Carsten On 17.9.2013, at 21:13, Benjamin Beckwith bnbeckw...@gmail.com wrote: * lisp/org-colview.el (org-dblock-write:columnview): Change the capture of pos to after inserting the original content The problem is with a block that has content preceding the

Re: [O] [PATCH] Added language support for et

2013-09-22 Thread Carsten Dominik
Hi Mihkel, I have made these changes, but I had trouble with the patch (probably Mail messing with some characters). Please check if everything went OK. - Carsten On 17.9.2013, at 14:45, mihkel tura...@gmail.com wrote: Hi Carsten and thanks for replying. I made suggested modifications and

Re: [O] 8.2: Error with tests SOLVED

2013-09-22 Thread Mehul Sanghvi
On Fri, Sep 20, 2013 at 11:51 AM, Rainer M Krug rai...@krugs.de wrote: Mehul Sanghvi mehul.sang...@gmail.com writes: emacs-version: GNU Emacs 23.4.1 (powerpc-unknown-linux-gnu, GTK+ Version 2.24.19) of 2013-06-30 on porpora, modified by Debian org-version: Org-mode version 8.2

[O] Request: check conflicting packages

2013-09-22 Thread Carsten Dominik
Hi everyone, I have a request for a volunteer. The Org manual contains a couple of mentions of packages that cause conflicts. http://orgmode.org/manual/Conflicts.html#Conflicts I was wondering if someone could go through that list and check: 1. assuming that we support only Emacs 23 and 24,

Re: [O] autocompleting from interactive

2013-09-22 Thread Suvayu Ali
On Sat, Sep 21, 2013 at 02:08:41PM -0700, david...@riseup.net wrote: Hi, I'm interested about how can I autocomplete arguments from interactive. Someone has a tip? Do you mean Org mode specific arguments? If so, it would help people suggest ideas if they knew exactly what you want to

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-22 Thread Suvayu Ali
Hi Matt, On Fri, Sep 20, 2013 at 6:34 PM, Matt Price mopto...@gmail.com wrote: On Fri, Sep 20, 2013 at 9:14 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Fri, Sep 20, 2013 at 02:29:00PM +0200, Carsten Dominik wrote: On Sep 19, 2013, at 4:25 PM, Suvayu Ali

Re: [O] User Defined Functions in Agenda Views

2013-09-22 Thread Suvayu Ali
Hi Mike, On Sat, Sep 21, 2013 at 02:18:47PM -0400, Mike McLean wrote: Hello I looked at the doc string for ~org-agenda-custom-commands~ and noticed that the you can use a user-defined function as a valid command type. I did not find anything in the documentation that describes how that

[O] #+ATTR_MY-ASCII: in derived backend?

2013-09-22 Thread Thorsten Jolitz
Hi List, do derived backends set their attributes always via the ,-- | +ATTR_BACKEND: `-- construct of the parent backend and don't have their own ,-- | +ATTR_MY-BACKEND: `-- construct? The following excerpt from the manual suggests this -

Re: [O] bug#14605: Problem with export an .org file to .pdf does not open pdf file

2013-09-22 Thread Carsten Dominik
On 22.9.2013, at 10:49, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: Hi Matt, On Fri, Sep 20, 2013 at 6:34 PM, Matt Price mopto...@gmail.com wrote: On Fri, Sep 20, 2013 at 9:14 AM, Suvayu Ali fatkasuvayu+li...@gmail.com wrote: On Fri, Sep 20, 2013 at 02:29:00PM +0200, Carsten Dominik

[O] Detect if export is running

2013-09-22 Thread Carsten Dominik
Hi Eric, hi Nicolas, I am trying to write a function that will only run if it is called during the evaluation of babel code during export, so basically during `org-export-execute-babel code'. Do you know if there is a way to detect that this is the case, or should I introduce a flag that is set

Re: [O] Detect if export is running

2013-09-22 Thread Nicolas Goaziou
Hello, Carsten Dominik carsten.domi...@gmail.com writes: I am trying to write a function that will only run if it is called during the evaluation of babel code during export, so basically during `org-export-execute-babel code'. Do you know if there is a way to detect that this is the case,

Re: [O] Detect if export is running

2013-09-22 Thread Carsten Dominik
On 22.9.2013, at 14:22, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: I am trying to write a function that will only run if it is called during the evaluation of babel code during export, so basically during `org-export-execute-babel

Re: [O] #+ATTR_MY-ASCII: in derived backend?

2013-09-22 Thread Nicolas Goaziou
Hello, Thorsten Jolitz tjol...@gmail.com writes: do derived backends set their attributes always via the ,-- | +ATTR_BACKEND: `-- construct of the parent backend and don't have their own ,-- | +ATTR_MY-BACKEND: `-- construct? You

[O] Bug: Customization of Org Export Latex Hyperref Options Format ignored [8.2 (8.2-elpa @ c:/Users/andrea/AppData/Roaming/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread andrea . rossetti
Hello everyone, option Org Export Latex Hyperref Options Format (aka org-export-latex-hyperref-options-format) seems to have no effect on my latex exports, i.e. the latex pramble always contains this same text: === \hypersetup{ pdfkeywords={},

Re: [O] #+ATTR_MY-ASCII: in derived backend?

2013-09-22 Thread Thorsten Jolitz
Nicolas Goaziou n.goaz...@gmail.com writes: Hello, Thorsten Jolitz tjol...@gmail.com writes: do derived backends set their attributes always via the ,-- | +ATTR_BACKEND: `-- construct of the parent backend and don't have their own ,-- |

[O] Small org-contacts patch

2013-09-22 Thread Simon Thum
Hi all, the attached patch solves the problem of having hexified strings in hte vCard export. It happens when you are entering tel: links and phone numbers that start with `+`. The plus sign causes the link insert helper to hexify the url. In tel: links the plus makes sense for

[O] Patch: Allow installation of file-local export filters

2013-09-22 Thread Carsten Dominik
Hi Nicolas, please take a look at the attached patch - it shows what I am trying to do. I think is is a nice way to tweak export on a file-local scope, in a self-contained way, so that the file carries it special filters. WDYT? patch-file-local-filters Description: Binary data On

[O] org-babel-lilypond basic mode: score size

2013-09-22 Thread renato
Hi, I just got some test lilypond snippets export nicely to latex, and it's very nice to be able to mix normal text, with orgmode's formatting ability, with music snippets. There's only one little annoyance I'm having: in the final pdf files, I'd like the scores (notes, staffs - everything) to

Re: [O] org-babel-lilypond basic mode: score size

2013-09-22 Thread renato
On Sun, 22 Sep 2013 18:48:43 +0200 renato renn...@gmail.com wrote: Maybe there's some option I can put in the lilypond's source blocks to make its output in bigger font? I don't know much of lilypond actually... yes, this in the lilypond source displays the source like I want it:

Re: [O] Detect if export is running

2013-09-22 Thread Eric Schulte
I've used the org-export-file (or somesuch) variable in the past which is only set during export. Carsten Dominik carsten.domi...@gmail.com writes: On 22.9.2013, at 14:22, Nicolas Goaziou n.goaz...@gmail.com wrote: Hello, Carsten Dominik carsten.domi...@gmail.com writes: I am trying to

Re: [O] Detect if export is running

2013-09-22 Thread Carsten Dominik
On 22.9.2013, at 18:57, Eric Schulte eschu...@cs.unm.edu wrote: I've used the org-export-file (or somesuch) variable in the past which is only set during export. Ah, OK, an even simpler way. Thank you! - Carsten Carsten Dominik carsten.domi...@gmail.com writes: On 22.9.2013, at

Re: [O] Bug: Wrong type argument: arrayp, nil when exporting to beamer [8.2 (8.2-elpa @ /Users/jason/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread Nicolas Goaziou
Hello, Jason Lewis ja...@dickson.st writes: When I try and export the following code to beamer, using the C-c C-e l b, it gives the error: setq: Wrong type argument: arrayp, nil example file that causes the error: #+STARTUP: beamer * Introduction

Re: [O] Bug: Wrong type argument: arrayp, nil when exporting to beamer [8.2 (8.2-elpa @ /Users/jason/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread Jason Lewis
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Nicolas Goaziou wrote, On 23/09/2013 7:56 AM: Hello, Jason Lewis ja...@dickson.st writes: When I try and export the following code to beamer, using the C-c C-e l b, it gives the error: setq: Wrong type argument: arrayp, nil example

Re: [O] Bug: Wrong type argument: arrayp, nil when exporting to beamer [8.2 (8.2-elpa at /Users/jason/.emacs.d/elpa/org-20130919/)]

2013-09-22 Thread James Harkins
Jason Lewis jason at dickson.st writes: Nicolas Goaziou wrote, On 23/09/2013 7:56 AM: The syntax is wrong: you cannot have two frames within the same tree. Hi Nocolas, Thanks. The error message is not very clear and this is an easy mistake for a beginner to make. FWIW, I've been

[O] Habit display in agenda, scheduled day only?

2013-09-22 Thread James Harkins
I just started using habits. A question: With the default settings, habits appear in the agenda if they are TODO for today. If they are TODO on a future day, they are hidden. (This is basically okay, except that marking a habit DONE makes the consistency graph disappear from the agenda, until