Re: [O] Specifying \institute[short]{long] in Beamer presentations

2011-03-24 Thread PASZTOR Miklos
On Wed, Mar 23, 2011 at 07:18:45PM -0400, Bernd Weiss wrote:
 I am currently preparing a Beamer presentation and I would like to
 include \institute[short]{long} into my org-file;

 This works for me:

#+BEAMER_HEADER_EXTRA:  \institute{My insitute}

 Cheers,
 Miklós
--


signature.asc
Description: Digital signature


[O] Re: [Orgmode] Headlines export problem

2011-03-03 Thread PASZTOR Miklos
 Hello,

 Thanks for keeping an eye on this.
 Sorry for being silent.

On Wed, Mar 02, 2011 at 06:48:56PM +0100, Bastien wrote:
 Hi,

 PASZTOR Miklos pasz...@iszt.hu writes:

   I'm using org-mode version 7.4. When I export org files to html - having
   H:2 in the options line -  it seems that  each third level headline
   becomes a  *separate* unnumbered list.

 I cannot reproduce this problem with latest Org.

 Do you still have it?

 I do. I have pulled down the latest Org (release_7.4.589.gdc608), and if I
 have:

8-8
** Second
*** Third
*** Several
*** Times
8-8

I get:

8-8
h3 id=sec-1_1Second /h3
div class=outline-text-3 id=text-1_1

ul
li id=sec-1_1_1Third br/
/li
/ul
ul
li id=sec-1_1_2Several br/
/li
/ul
ul
li id=sec-1_1_3Times br/
/li
/ul
/div
8-8

 Please note the consecutive /ul ul tags.
 I can either edit the html file afterwards, or I can write:

8-8
** Second
  - Third
  - Several
  - Times
8-8

 Both solve the problem.
 Thank you for all your efforts.

 Cheers,
 Miklós
--



signature.asc
Description: Digital signature
-- 
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Org-mode tutorial in Hungarian

2011-02-24 Thread PASZTOR Miklos


 The Hungarian version of David O'Toole's  tutorial is avilable at
 http://deneb.iszt.hu/~pasztor/orgtutorial/notebook/orgtutorial-hu.html

 The org and pdf versions are also available at:
 http://deneb.iszt.hu/~pasztor/orgtutorial/notebook/


 Cheers,
 Miklós
--


signature.asc
Description: Digital signature
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] Headlines export problem

2011-02-19 Thread PASZTOR Miklos

 Hello,

 I'm using org-mode version 7.4. When I export org files to html - having
 H:2 in the options line -  it seems that  each third level headline
 becomes a  *separate* unnumbered list.

 Example:

* FIRST HEADLINE
** second
*** These lines will be
*** separate unnumbered lists,
*** not just one.

 Becomes:

ul
li id=sec-1_1_1These lines will be br/
/li
/ul
ul
li id=sec-1_1_2separate unnumbered lists br/
/li
/ul
ul
li id=sec-1_1_3Not just one br/


 Can I have orgmode to create a *single* unnumbered list from the third level
 headlines above?

 Regards,
 Miklós
--

___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode