[O] Export Dispatcher Insert Template Not Working?

2014-01-31 Thread Soapy Smith
Hello, I'm having trouble with the export dispatcher not inserting a
template.  I'm not sure I'm entering the commands correctly.  I am
attempting to insert the template for LaTeX.


Here are the 2 different attempts which fail:

C-c C-e   (successfully opens the dispatcher buffer)

l # l ret

In mini-buffer:  Wrong type argument: arrayp, nil

or

# l ret

Same error in mini-buffer:  Wrong type argument: arrayp, nil

Am I entering the commands incorrectly?

Regards,
Greg





Re: [O] Export Dispatcher Insert Template Not Working?

2014-01-31 Thread Bastien
Hi Greg,

Soapy Smith soapy-sm...@comcast.net writes:

 Hello, I'm having trouble with the export dispatcher not inserting a
 template.  I'm not sure I'm entering the commands correctly.  I am
 attempting to insert the template for LaTeX.


 Here are the 2 different attempts which fail:

 C-c C-e   (successfully opens the dispatcher buffer)

 l # l ret

You need

l # l TAB RET

I push a change in master which make

l # l RET

work now.

Let me know,

-- 
 Bastien



[O] Export Dispatcher Insert Template Not Working?

2014-01-31 Thread Greg
Hello, I'm having trouble with the export dispatcher not inserting a
template.  I'm not sure I'm entering the commands correctly.  I am
attempting to insert the template for LaTeX.


Here are the 2 different attempts which fail:

C-c C-e   (successfully opens the dispatcher buffer)

l # l ret

In mini-buffer:  Wrong type argument: arrayp, nil

or

# l ret

Same error in mini-buffer:  Wrong type argument: arrayp, nil

Am I entering the commands incorrectly?

Regards,
Greg




Re: [O] Export Dispatcher Insert Template Not Working?

2014-01-31 Thread Soapy Smith
Thank you Bastien, the change is confirmed working!

Regards,
Greg


On Fri, 2014-01-31 at 18:04 +0100, Bastien wrote:
 Hi Greg,
 
 Soapy Smith soapy-sm...@comcast.net writes:
 
  Hello, I'm having trouble with the export dispatcher not inserting a
  template.  I'm not sure I'm entering the commands correctly.  I am
  attempting to insert the template for LaTeX.
 
 
  Here are the 2 different attempts which fail:
 
  C-c C-e   (successfully opens the dispatcher buffer)
 
  l # l ret
 
 You need
 
 l # l TAB RET
 
 I push a change in master which make
 
 l # l RET
 
 work now.
 
 Let me know,