Re: [O] Beamer_act property is misnamed in org-mode Ubuntu package

2017-10-01 Thread Nicolas Goaziou
Hello,

Adrian Bradd  writes:

> I can reproduce this if I have something like the following in the preamble:
>
> #+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col)
> %8BEAMER_OPT(Opt)
>
> org-set-property seems to be extracting these settings for use as heading
> properties. Removing this line also removes the properties when using C-c
> C-x p.

Fixed. Thank you.

Regards,

-- 
Nicolas Goaziou



Re: [O] Beamer_act property is misnamed in org-mode Ubuntu package

2017-10-01 Thread Adrian Bradd
I can reproduce this if I have something like the following in the preamble:

#+COLUMNS: %45ITEM %10BEAMER_ENV(Env) %10BEAMER_ACT(Act) %4BEAMER_COL(Col)
%8BEAMER_OPT(Opt)

org-set-property seems to be extracting these settings for use as heading
properties. Removing this line also removes the properties when using C-c
C-x p.

On 28 September 2017 at 08:16, Nicolas Goaziou 
wrote:

> Hello,
>
> James Harkins  writes:
>
> > On September 27, 2017 14:03:06 Eric S Fraga  wrote:
> >
> >> On Wednesday, 27 Sep 2017 at 11:53, James Harkins wrote:
> >>> Hi,
> >>>
> >>> There seems to be a mistake in the org-mode Ubuntu 16.02 packages.
> >>>
> >>> For beamer, if I C-c C-x p to add a property, one of the predefined
> options is:
> >>>
> >>>  :BEAMER_act(Act): 1
> >>
> >> I think (could be wrong on this) that org includes any properties you
> >> already have as pre-defined options available to you.  Maybe you have
> >> this property already in your file?
> >
> > No, I have never used this (incorrect) property. This occurs in
> > a brand new org file too.
> >
> > Oh, just did a search: ox-beamer.el, line 81, defines columns for
> > beamer properties, including the incantation "%10BEAMER_act(Act)" --
> > which, except for the %10, matches the behavior precisely. It appears
> > that C-c C-x p is treating this as the true name of the property, when
> > it's really something for display.
> >
> > Anyway, the string inserted by C-c C-x p just doesn't work.
>
> FWIW, I cannot reproduce it.
>
> Regards,
>
> --
> Nicolas Goaziou
>
>


Re: [O] Beamer_act property is misnamed in org-mode Ubuntu package

2017-09-28 Thread Nicolas Goaziou
Hello,

James Harkins  writes:

> On September 27, 2017 14:03:06 Eric S Fraga  wrote:
>
>> On Wednesday, 27 Sep 2017 at 11:53, James Harkins wrote:
>>> Hi,
>>>
>>> There seems to be a mistake in the org-mode Ubuntu 16.02 packages.
>>>
>>> For beamer, if I C-c C-x p to add a property, one of the predefined options 
>>> is:
>>>
>>>  :BEAMER_act(Act): 1
>>
>> I think (could be wrong on this) that org includes any properties you
>> already have as pre-defined options available to you.  Maybe you have
>> this property already in your file?
>
> No, I have never used this (incorrect) property. This occurs in
> a brand new org file too.
>
> Oh, just did a search: ox-beamer.el, line 81, defines columns for
> beamer properties, including the incantation "%10BEAMER_act(Act)" --
> which, except for the %10, matches the behavior precisely. It appears
> that C-c C-x p is treating this as the true name of the property, when
> it's really something for display.
>
> Anyway, the string inserted by C-c C-x p just doesn't work.

FWIW, I cannot reproduce it.

Regards,

-- 
Nicolas Goaziou



Re: [O] Beamer_act property is misnamed in org-mode Ubuntu package

2017-09-27 Thread James Harkins

On September 27, 2017 14:03:06 Eric S Fraga  wrote:


On Wednesday, 27 Sep 2017 at 11:53, James Harkins wrote:

Hi,

There seems to be a mistake in the org-mode Ubuntu 16.02 packages.

For beamer, if I C-c C-x p to add a property, one of the predefined options is:

 :BEAMER_act(Act): 1


I think (could be wrong on this) that org includes any properties you
already have as pre-defined options available to you.  Maybe you have
this property already in your file?


No, I have never used this (incorrect) property. This occurs in a brand new 
org file too.


Oh, just did a search: ox-beamer.el, line 81, defines columns for beamer 
properties, including the incantation "%10BEAMER_act(Act)" -- which, except 
for the %10, matches the behavior precisely. It appears that C-c C-x p is 
treating this as the true name of the property, when it's really something 
for display.


Anyway, the string inserted by C-c C-x p just doesn't work.

hjh

Sent with AquaMail for Android
http://www.aqua-mail.com






Re: [O] Beamer_act property is misnamed in org-mode Ubuntu package

2017-09-26 Thread Eric S Fraga
On Wednesday, 27 Sep 2017 at 11:53, James Harkins wrote:
> Hi,
>
> There seems to be a mistake in the org-mode Ubuntu 16.02 packages.
>
> For beamer, if I C-c C-x p to add a property, one of the predefined options 
> is:
>
>  :BEAMER_act(Act): 1

I think (could be wrong on this) that org includes any properties you
already have as pre-defined options available to you.  Maybe you have
this property already in your file?

-- 
: Eric S Fraga via Emacs 26.0.50, Org release_9.1-64-g657302


signature.asc
Description: PGP signature


[O] Beamer_act property is misnamed in org-mode Ubuntu package

2017-09-26 Thread James Harkins
Hi,

There seems to be a mistake in the org-mode Ubuntu 16.02 packages.

For beamer, if I C-c C-x p to add a property, one of the predefined options is:

 :BEAMER_act(Act): 1

But it should be

 :BEAMER_act: 1

The former is ignored in the generated LaTeX. The latter produces a correct 
overlay spec.

Is that still the case in the most recent org release? If yes, I'd like to file 
it as a bug report. If not... I guess it's time to dump the Ubuntu packages.

hjh