emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] trying to write a guidebook for students using org , need help w


From: Glyn Millington
Subject: Re: [O] trying to write a guidebook for students using org , need help with formating
Date: Tue, 22 Oct 2013 09:16:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux)

Xebar Saram <address@hidden> writes:

> Hi all
>
> i decided to dive into the deep water and get rid of M$ word once and
> for all. I'm still an org novice but since i love org i choose org for
> the task.
>
> 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?


Hi there,

My quick fix for this was to save a macro and then bind it to a key. From
init.el


;;;; Saved macros
;; Saved macro - adds latex end-lines to verse passages
(fset 'versify
      [?\C-a ?\C-e ?\\ ?\\ down])

(global-set-key (kbd "s-v") 'versify)


I can fix a lot of lines very quickly with this :-)


atb




Glyn




reply via email to

[Prev in Thread] Current Thread [Next in Thread]