emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?
@ 2009-08-15 11:25 waterloo
  2009-08-15 14:23 ` Bernt Hansen
  0 siblings, 1 reply; 7+ messages in thread
From: waterloo @ 2009-08-15 11:25 UTC (permalink / raw)
  To: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 90 bytes --]

Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for
keywords ?

Thanks

[-- Attachment #1.2: Type: text/html, Size: 100 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?
  2009-08-15 11:25 Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ? waterloo
@ 2009-08-15 14:23 ` Bernt Hansen
  2009-08-15 14:31   ` waterloo
  2009-08-15 15:30   ` Nick Dokos
  0 siblings, 2 replies; 7+ messages in thread
From: Bernt Hansen @ 2009-08-15 14:23 UTC (permalink / raw)
  To: waterloo; +Cc: emacs-orgmode

waterloo <waterloo2005@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?
  2009-08-15 14:23 ` Bernt Hansen
@ 2009-08-15 14:31   ` waterloo
  2009-08-15 15:08     ` Bernt Hansen
                       ` (2 more replies)
  2009-08-15 15:30   ` Nick Dokos
  1 sibling, 3 replies; 7+ messages in thread
From: waterloo @ 2009-08-15 14:31 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode


[-- Attachment #1.1: Type: text/plain, Size: 451 bytes --]

Can I use other like begin_foo ?
Only two begin_src and begin_example?
Thanks

2009/8/15 Bernt Hansen <bernt@norang.ca>

> waterloo <waterloo2005@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
>

[-- Attachment #1.2: Type: text/html, Size: 845 bytes --]

[-- Attachment #2: Type: text/plain, Size: 204 bytes --]

_______________________________________________
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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?
  2009-08-15 14:31   ` waterloo
@ 2009-08-15 15:08     ` Bernt Hansen
  2009-08-15 17:19     ` Dan Davison
  2009-08-15 20:23     ` Chris Gray
  2 siblings, 0 replies; 7+ messages in thread
From: Bernt Hansen @ 2009-08-15 15:08 UTC (permalink / raw)
  To: waterloo; +Cc: emacs-orgmode

waterloo <waterloo2005@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?
  2009-08-15 14:23 ` Bernt Hansen
  2009-08-15 14:31   ` waterloo
@ 2009-08-15 15:30   ` Nick Dokos
  1 sibling, 0 replies; 7+ messages in thread
From: Nick Dokos @ 2009-08-15 15:30 UTC (permalink / raw)
  To: Bernt Hansen; +Cc: emacs-orgmode, waterloo

Bernt Hansen <bernt@norang.ca> wrote:

> waterloo <waterloo2005@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?
  2009-08-15 14:31   ` waterloo
  2009-08-15 15:08     ` Bernt Hansen
@ 2009-08-15 17:19     ` Dan Davison
  2009-08-15 20:23     ` Chris Gray
  2 siblings, 0 replies; 7+ messages in thread
From: Dan Davison @ 2009-08-15 17:19 UTC (permalink / raw)
  To: waterloo; +Cc: Bernt Hansen, emacs-orgmode

waterloo <waterloo2005@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 <bernt@norang.ca>
>
>     waterloo <waterloo2005@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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ?
  2009-08-15 14:31   ` waterloo
  2009-08-15 15:08     ` Bernt Hansen
  2009-08-15 17:19     ` Dan Davison
@ 2009-08-15 20:23     ` Chris Gray
  2 siblings, 0 replies; 7+ messages in thread
From: Chris Gray @ 2009-08-15 20:23 UTC (permalink / raw)
  To: emacs-orgmode

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

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-08-15 20:20 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-15 11:25 Is there any other keywords for #+BEGIN_XXX ? Can I use lower case for keywords ? waterloo
2009-08-15 14:23 ` Bernt Hansen
2009-08-15 14:31   ` waterloo
2009-08-15 15:08     ` Bernt Hansen
2009-08-15 17:19     ` Dan Davison
2009-08-15 20:23     ` Chris Gray
2009-08-15 15:30   ` Nick Dokos

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).