emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Bock quotes or indented quotes in org text
@ 2008-04-29 17:09 Charles Martin
  2008-04-29 23:45 ` John Rakestraw
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Charles Martin @ 2008-04-29 17:09 UTC (permalink / raw)
  To: emacs-orgmode

It seems like I *much* just be having a senior moment, but I can't
figure how to get a block quote or indented text in org mode.

Please help?

Charlie Martin

-- 
Non est ad astra mollis e terris via.

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

* Re: Bock quotes or indented quotes in org text
  2008-04-29 17:09 Bock quotes or indented quotes in org text Charles Martin
@ 2008-04-29 23:45 ` John Rakestraw
  2008-05-02  7:12 ` Carsten Dominik
  2008-05-02 12:56 ` Jason F. McBrayer
  2 siblings, 0 replies; 4+ messages in thread
From: John Rakestraw @ 2008-04-29 23:45 UTC (permalink / raw)
  To: emacs-orgmode

On Tue, 29 Apr 2008 11:09:05 -0600
"Charles Martin" <chasrmartin@gmail.com> wrote:

> It seems like I *much* just be having a senior moment, but I can't
> figure how to get a block quote or indented text in org mode.

There may be some better ways to do these things, but here's how I do
it -- 

With an initial indentation, I just insert spaces to set the indentation
when I start typing a paragraph and each following line wraps to map
that indentation.

If a new line follows an indented line, tab will move the new line to
the same indentation as the indented line it follows.

Or if you're finishing a paragraph that's indented and want the next
paragraph indented the same amount, use M-j instead of return to start
the new paragraph.

If it's text that's already typed and you want to indent it, use
indent-region. (But again, this doesn't work for me unless it follows a
paragraph that's indented.)

-- 
John Rakestraw

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

* Re: Bock quotes or indented quotes in org text
  2008-04-29 17:09 Bock quotes or indented quotes in org text Charles Martin
  2008-04-29 23:45 ` John Rakestraw
@ 2008-05-02  7:12 ` Carsten Dominik
  2008-05-02 12:56 ` Jason F. McBrayer
  2 siblings, 0 replies; 4+ messages in thread
From: Carsten Dominik @ 2008-05-02  7:12 UTC (permalink / raw)
  To: Charles Martin; +Cc: emacs-orgmode

Hi Charles,
On Apr 29, 2008, at 7:09 PM, Charles Martin wrote:

> It seems like I *much* just be having a senior moment, but I can't
> figure how to get a block quote or indented text in org mode.

not sure what exactly you mean here, something like

#+BEGIN_EXAMPLE

#+END_EXAMPLE

??? Is this question about exporting, or about editing the Org-mode  
buffer?

- Carsten

>
>
> Please help?
>
> Charlie Martin
>
> -- 
> Non est ad astra mollis e terris via.
>
>
> _______________________________________________
> 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] 4+ messages in thread

* Re: Bock quotes or indented quotes in org text
  2008-04-29 17:09 Bock quotes or indented quotes in org text Charles Martin
  2008-04-29 23:45 ` John Rakestraw
  2008-05-02  7:12 ` Carsten Dominik
@ 2008-05-02 12:56 ` Jason F. McBrayer
  2 siblings, 0 replies; 4+ messages in thread
From: Jason F. McBrayer @ 2008-05-02 12:56 UTC (permalink / raw)
  To: org-mode

"Charles Martin" <chasrmartin@gmail.com> writes:

> It seems like I *much* just be having a senior moment, but I can't
> figure how to get a block quote or indented text in org mode.

Is this for exporting?  The org manual says this:

. o O ( 12.6.4 Quoted examples ----------------------                )
      (                                                              )
      ( When writing technical documents, you often need to insert   )
      ( examples that are not further interpreted by Org-mode.  For  )
      ( historical reasons, there are several ways to do this:       )
      (                                                              )
      (    * If a headline starts with the word `QUOTE', the text    )
      (      below the headline will be typeset as fixed-width, to   )
      (      allow quoting of computer codes etc.                    )
      (                                                              )
      (    * Lines starting with `:' are also typeset in fixed-width )
      (     font.  `C-c :' Toggle fixed-width for entry (QUOTE) or   )
      (     region, see below.                                       )
      (                                                              )
      (    * Finally, text between #+BEGIN_EXAMPLE quoted text       )
      (    #+END_EXAMPLE will also be exported in this way.          )
      (                                                              )

That's not really satisfactory for me, because most of the time when I
want to export a blockquote, it's not a code sample, but a block quote
from an article or such.  I've ended up using

@<blockquote>
    quoted text
@</blockquote>

since I'm generally exporting HTML for blog usage.  That's not perfectly
satisfactory, either (since I /could/ want to export to something else),
but it's good enough most of the time.


-- 
+-----------------------------------------------------------+
| Jason F. McBrayer                    jmcbray@carcosa.net  |
| If someone conquers a thousand times a thousand others in |
| battle, and someone else conquers himself, the latter one |
| is the greatest of all conquerors.  --- The Dhammapada    |

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

end of thread, other threads:[~2008-05-02 12:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-04-29 17:09 Bock quotes or indented quotes in org text Charles Martin
2008-04-29 23:45 ` John Rakestraw
2008-05-02  7:12 ` Carsten Dominik
2008-05-02 12:56 ` Jason F. McBrayer

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).