emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Tags included in subtree export title despite tags:nil in header


From: Bastien
Subject: Re: [O] Tags included in subtree export title despite tags:nil in header
Date: Sat, 29 Oct 2011 15:08:44 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.90 (gnu/linux)

Hi Suvayu,

Suvayu Ali <address@hidden> writes:

> org-exp.el:2155:(defun org-export-get-title-from-subtree ()

Can you instrument this function with edbug-defun and see what might 
be wrong with it?

I tried this file:

,----
| * file
| 
| ** beamer :noexport:
|    :PROPERTIES:
|    :EXPORT_TITLE: beamertitle
|    :EXPORT_FILE_NAME: test.html
|    :EXPORT_OPTIONS: H:3 num:nil toc:nil \n:t @:t ::t |:t ^:t f:nil *:t 
tags:nil TeX:t LaTeX:nil skip:nil p:nil author:nil email:nil creator:nil 
timestamp:nil
|    :END:
| 
| beamer 2
| 
| *** beamer 3 :bla:
`----

and exporting the subtree named "beamer :noexport" uses the correct
title here, i.e. "beamertitle".

So I can't reproduce this...

-- 
 Bastien



reply via email to

[Prev in Thread] Current Thread [Next in Thread]