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

2009-08-15 Thread Bernt Hansen
waterloo waterloo2...@gmail.com 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


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


[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 be...@norang.ca

 waterloo waterloo2...@gmail.com 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

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


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

2009-08-15 Thread Bernt Hansen
waterloo waterloo2...@gmail.com 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 search of the org-mode source for BEGIN_ yields:

BEGIN_HTML
BEGIN_LaTeX
BEGIN_EXAMPLE
BEGIN_DOCBOOK
BEGIN_ASCII
BEGIN_SRC
BEGIN_COMMENT
BEGIN_QUOTE
BEGIN_VERSE
BEGIN_CENTER

-Bernt


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


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 be...@norang.ca wrote:

 waterloo waterloo2...@gmail.com 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 following helpful:

   http://linuxmafia.com/faq/Essays/smart-questions.html

HTH,
Nick


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


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 waterloo2...@gmail.com 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 see the documentation. The ones in this manual index are

#+BEGIN, clocktable: Clocking work time
#+BEGIN, columnview: Capturing column view
#+BEGIN_CENTER: Paragraphs
#+BEGIN_COMMENT: Comment lines
#+BEGIN_DOCBOOK: Quoting DocBook code
#+BEGIN_EXAMPLE: Literal examples
#+BEGIN_HTML: Quoting HTML tags
#+BEGIN_LaTeX: Quoting LaTeX code
#+BEGIN_QUOTE: Paragraphs
#+BEGIN_SRC: Literal examples
#+BEGIN_VERSE: Paragraphs

Dan




 2009/8/15 Bernt Hansen be...@norang.ca

 waterloo waterloo2...@gmail.com 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

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


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


[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 the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode