emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Eric Abrahamsen <eric@ericabrahamsen.net>
To: emacs-orgmode@gnu.org
Subject: Re: trying to write a guidebook for students using org , need help with formating
Date: Wed, 23 Oct 2013 21:41:10 +0800	[thread overview]
Message-ID: <87mwm0ds09.fsf@ericabrahamsen.net> (raw)
In-Reply-To: CAOQHXPp0_2YokXE70kMNvCX+xd7t4SKYXS=QvA+K=-+TNwQn2w@mail.gmail.com

Xebar Saram <zeltakc@gmail.com> writes:

> Thx again Eric
>
> i actually like using the example block but as you mentioned i think
> the text is cut at the end when you export it , is there anyway to
> make the exporter auto wrap lines inside example blocks?

I don't think it's cut, is it? I just tried with your example and long
lines are preserved as-is (ie, quite long).

What would you like it to look like, in the end?

E

> On Wed, Oct 23, 2013 at 11:56 AM, Eric Abrahamsen <
> eric@ericabrahamsen.net> wrote:
>
>     Xebar Saram <zeltakc@gmail.com> writes:
>    
>     > Thank you Eric and Rick!
>     >
>     > Eric:
>     > The #+OPTIONS: \n:nil didn't do much here even using the
>     default
>     > templates for export as suggested
>    
>     Sorry! Got it backwards -- it's meant to be \n:t
>    
>     But still, other responders are probably right that what you want
>     is
>     actually a different kind of text type: a list or an example
>     block.
>    
>     E
>    
>     > Rick:
>     > i think i can live with the  #+BEGIN_EXAMPLE blocks , is there
>     a way
>     > to define wrapping text in the block? as you said using the
>     block
>     > currently cuts off text towards the lines end
>     >
>     > Appreciate all the help from everyone. thanks alot!
>     >
>     > z.
>     >
>     >
>     > On Wed, Oct 23, 2013 at 4:00 AM, Eric Abrahamsen <
>     > eric@ericabrahamsen.net> wrote:
>     >>
>     >> Xebar Saram <zeltakc@gmail.com> writes:
>     >>
>     >> > Thank you all
>     >> >
>     >> > "I think `org-export-preserve-breaks' is the option you
>     want. Try
>     >> > setting it in a single buffer with #+OPTIONS:\n:nil and see
>     what
>     >> > happens..."
>     >> >
>     >> > that sounds interesting, but i couldn't understand how to
>     use it
>     >> > (again im still an org novice:) )
>     >> > do i stick this line at the start:
>     >> > #+OPTIONS:\n:nil
>     >> >
>     >> > is that ^^ syntax correct?
>     >>
>     >> Nearly correct -- we're the victim of unfortunate line
>     wrapping. It
>     >> should look like:
>     >>
>     >> #+OPTIONS: \n:nil
>     >>
>     >> Ie, with an extra space. If you're a novice, as you say, you
>     might
>     > like
>     >> to see the default options template for exporting. In your org
>     > buffer,
>     >> hit "C-c C-e" to get to the export dispatcher, then hit "#"
>     for
>     > template
>     >> insertion, then pick "default". It will be a lot easier to see
>     and
>     > edit
>     >> existing options than type them all in by hand.
>     >>
>     >> Yours,
>     >> Eric
>     >>
>     >>
>     >> > On Tue, Oct 22, 2013 at 12:39 PM, Suvayu Ali <
>     >> > fatkasuvayu+linux@gmail.com> wrote:
>     >> >
>     >> >     On Tue, Oct 22, 2013 at 09:55:12AM +0200, Xebar Saram
>     wrote:
>     >> >     >
>     >> >     > I'm trying to write a simple guidebook for my students
>     in a
>     > GIS
>     >> >     course.
>     >> >     > Everything works great apart for the life of me i cant
>     get
>     > the
>     >> >     hang of
>     >> >     > formatting and specifically how to insert
>     (automatically?)
>     > line
>     >> >     breaks so
>     >> >     > that its discrete lines and not a paragraph. i think
>     one
>     > can
>     >> >     use '\\' to
>     >> >     > indicate a line break but since its a guidebook "form"
>     > there
>     >> >     are almost no
>     >> >     > paragraphs and most line are 1 liners, so it seems to
>     me
>     > crazy
>     >> >     to go over
>     >> >     > hundred lines of text and attach a \\ at the end. What
>     am i
>     >> >     missing here?
>     >> >     >
>     >> >     > i hope i made sense :) any help or documentation links
>     > would be
>     >> >     really
>     >> >     > appreciated!
>     >> >     >
>     >> >     > I'm attaching a short example of my org file, note
>     that
>     > where i
>     >> >     want single
>     >> >     > lines i add a empty space between lines but still in
>     the
>     >> >     exporter it
>     >> >     > creates a paragraph out of these lines
>     >> >     >
>     >> >
>     >> >     I think you are better off trying to do this with a
>     > specialised
>     >> >     LaTeX
>     >> >     class.  A quick search led me to this TeX.SX question:
>     >> >     <http://tex.stackexchange.com/q/3852>.  You could also
>     try
>     > using
>     >> >     lists,
>     >> >     just disable the bullets with an option in an #
>     +attr_latex
>     > line.
>     >> >
>     >> >
>     >> >     GL,
>     >> >
>     >> >     --
>     >> >     Suvayu
>     >> >
>     >> >     Open source is the future. It sets us free.
>     >> >
>     >>
>     >>
>    
>    

  reply	other threads:[~2013-10-23 13:40 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-10-22  7:55 trying to write a guidebook for students using org , need help with formating Xebar Saram
2013-10-22  8:16 ` Glyn Millington
2013-10-22  8:25 ` Eric Abrahamsen
2013-10-22  9:39 ` Suvayu Ali
2013-10-22 12:14   ` Xebar Saram
2013-10-23  1:00     ` Eric Abrahamsen
2013-10-23  6:11       ` Xebar Saram
2013-10-23  8:56         ` Eric Abrahamsen
2013-10-23 12:23           ` Xebar Saram
2013-10-23 13:41             ` Eric Abrahamsen [this message]
2013-10-23 14:23             ` Glyn Millington
2013-10-23 18:19               ` Xebar Saram
2013-10-23 22:15                 ` Glyn Millington
2013-10-24  5:37                 ` Eric Abrahamsen
2013-10-24 10:43                   ` Suvayu Ali
2013-10-24 14:53                     ` Xebar Saram
2013-10-27  6:49                       ` Xebar Saram
2013-10-23 13:32         ` Rick Frankel
2013-10-22 16:42 ` Rick Frankel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87mwm0ds09.fsf@ericabrahamsen.net \
    --to=eric@ericabrahamsen.net \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).