[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Chris Gray
waterloo wrote: > Can I use other like begin_foo ? > Only two begin_src and begin_example? See also http://orgmode.org/worg/org-contrib/org-special-blocks.php Cheers, Chris ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to

Re: [Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Dan Davison
waterloo writes: > Can I use other like begin_foo ? > Only two begin_src and begin_example? > Thanks The two indexes in the manual are really useful. If you go to http://orgmode.org/manual/Main-Index.html you'll see all the #+BEGIN_XXX keywords listed, and of course you can click on them to se

Re: [Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Nick Dokos
Bernt Hansen wrote: > waterloo writes: > > > Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for > > keywords ? > > Your questions really don't have enough detail to get good answers. > What keywords do you know about already? > In this connection, waterloo might find the

[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Bernt Hansen
waterloo writes: > Can I use other like begin_foo ? > Only two begin_src and begin_example? > Thanks You can use whatever you like. It's just a text document. Whether they _do_ anything special or not is defined by the org-mode code (which of course you're free to expand). Doing a quick searc

[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread waterloo
Can I use other like begin_foo ? Only two begin_src and begin_example? Thanks 2009/8/15 Bernt Hansen > waterloo writes: > > > Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for > keywords ? > > Your questions really don't have enough detail to get good answers. > What keywor

[Orgmode] Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?

2009-08-15 Thread Bernt Hansen
waterloo writes: > Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for > keywords ? Your questions really don't have enough detail to get good answers. What keywords do you know about already? I use begin_src, begin_example and yes lowercase works too. -Bernt ___