[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, ev

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 com

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 wrote: > > On Fri, Sep 20, 2013 at 9:14 AM, Suvayu Ali > > wrote: > >> On Fri, Sep 20, 2013 at 02:29:00PM +0200, Carsten Dominik wrote: > >>> > >>> >> On Sep 19, 2013, at 4:25 PM, Suvayu Ali > >>> >> wrote: > >>> >> > >>> >>> I have some

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 tha

[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 wrote: > Hi Matt, > >> On Fri, Sep 20, 2013 at 6:34 PM, Matt Price wrote: >>> On Fri, Sep 20, 2013 at 9:14 AM, Suvayu Ali >>> wrote: On Fri, Sep 20, 2013 at 02:29:00PM +0200, Carsten Dominik wrote: > >>> On Sep 19, 2013, at 4:25 PM, Suvayu Ali

[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 b

Re: [O] Detect if export is running

2013-09-22 Thread Nicolas Goaziou
Hello, Carsten Dominik 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, There isn't. > or sho

Re: [O] Detect if export is running

2013-09-22 Thread Carsten Dominik
On 22.9.2013, at 14:22, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik 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 w

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

2013-09-22 Thread Nicolas Goaziou
Hello, Thorsten Jolitz 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 can use

[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
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 :B_frame: :PROPERTIES: :BEAMER_env:

[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={}, pdfs

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

2013-09-22 Thread Thorsten Jolitz
Nicolas Goaziou writes: Hello, > Thorsten Jolitz 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: >> `--

[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 international

[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 22.9.2013,

[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 be

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

2013-09-22 Thread renato
On Sun, 22 Sep 2013 18:48:43 +0200 renato 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: #(set-global-staff-size 26

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 writes: > On 22.9.2013, at 14:22, Nicolas Goaziou wrote: > >> Hello, >> >> Carsten Dominik writes: >> >>> I am trying to write a function that will only run if it is called >>> d

Re: [O] Detect if export is running

2013-09-22 Thread Carsten Dominik
On 22.9.2013, at 18:57, Eric Schulte 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 writes: > >> On 22.9.2013, at 14:22, Nicolas Goaziou wrote: >> >>> Hell

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 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 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

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 James Harkins
Jason Lewis 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 us

[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

Re: [O] [dev] New version of org-index.el --- A personal index for org and beyond

2013-09-22 Thread Alan Schmitt
m...@ihm.name writes: >> Here are a few notes I'm taking as I'm playing with it. >> >> First, the table seems to be different from the one on worg. Here are >> the columns I have: >> >> | | | | | | comment | >> | ref | link | created