Re: [Orgmode] no line break after subheading?

2010-10-27 Thread Bastien
Matt Price mopto...@gmail.com writes:

 should be rendered (written in html for convenience, since i don't speak
 latex):

 H2 Timeline /H2
 pbSemtember 2011:/b Research team assembles initial documents/p

 Do folks think this is something I can do from org somehow

Maybe you can use descriptive lists?

-- 
 Bastien

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


Re: [Orgmode] no line break after subheading?

2010-10-27 Thread Christian Moe

Hi, Matt,

Here's a dirty CSS workaround (I seem to be posting a lot of those 
lately) that should actually make this look more or less as  you want 
it in HTML.



#+TITLE: Test
#+STYLE: style.timeline div * {display: inline;}/style

* Timeline
  :PROPERTIES:
  :HTML_CONTAINER_CLASS: timeline
  :END:
** September 2011:
Research team assembles initial documents.


Yours,
Christian


On 10/26/10 5:52 PM, Matt Price wrote:

Hi eveyrone,

I'm coming up on this with some frequency now -- I often need to write
documents in a pretty compact format, in which subheadings really need
to be on the same line as their component text.  so for instance here:

** Timeline
*** September 2011
Research team assembles initial documents

should be rendered (written in html for convenience, since i don't
speak latex):

H2 Timeline /H2
pbSemtember 2011:/b Research team assembles initial documents/p

Do folks think this is something I can do from org somehow, or is my
best bet to export to odt and redo the formatting in openoffice
(that's what i do now but of course it's a bit frustrating to have to
do so, esp. since it means that i'm stuck in Openoffice once I send a
document out for comments).

thanks as always, best,
Matt



___
Emacs-orgmode mailing list
Please 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
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


[Orgmode] no line break after subheading?

2010-10-26 Thread Matt Price
Hi eveyrone,

I'm coming up on this with some frequency now -- I often need to write
documents in a pretty compact format, in which subheadings really need to be
on the same line as their component text.  so for instance here:

** Timeline
*** September 2011
Research team assembles initial documents

should be rendered (written in html for convenience, since i don't speak
latex):

H2 Timeline /H2
pbSemtember 2011:/b Research team assembles initial documents/p

Do folks think this is something I can do from org somehow, or is my best
bet to export to odt and redo the formatting in openoffice (that's what i do
now but of course it's a bit frustrating to have to do so, esp. since it
means that i'm stuck in Openoffice once I send a document out for
comments).

thanks as always, best,
Matt
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] no line break after subheading?

2010-10-26 Thread Sebastian Rose
Matt Price mopto...@gmail.com writes:
 Hi eveyrone,

 I'm coming up on this with some frequency now -- I often need to write
 documents in a pretty compact format, in which subheadings really need to be
 on the same line as their component text.  so for instance here:

 ** Timeline
 *** September 2011
 Research team assembles initial documents

 should be rendered (written in html for convenience, since i don't speak
 latex):

 H2 Timeline /H2
 pbSemtember 2011:/b Research team assembles initial documents/p

 Do folks think this is something I can do from org somehow, or is my best
 bet to export to odt and redo the formatting in openoffice (that's what i do
 now but of course it's a bit frustrating to have to do so, esp. since it
 means that i'm stuck in Openoffice once I send a document out for
 comments).


Hi Matt,


looks like a case for the generic exporter to me.

See `org-generic-alist' in the file contrib/lisp/org-export-generic.el
for an example.


Sebastian

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


Re: [Orgmode] no line break after subheading?

2010-10-26 Thread Thomas S. Dye

Hi Matt,

In LaTeX with the standard article class, I believe that \paragraph{}  
and \subparagraph{} are the sections that set the heading on the same  
line as the text.  How you get that in the LaTeX output depends on how  
you've set org-export-latex-classes.


All the best,
Tom

On Oct 26, 2010, at 5:52 AM, Matt Price wrote:


Hi eveyrone,

I'm coming up on this with some frequency now -- I often need to  
write documents in a pretty compact format, in which subheadings  
really need to be on the same line as their component text.  so for  
instance here:


** Timeline
*** September 2011
Research team assembles initial documents

should be rendered (written in html for convenience, since i don't  
speak latex):


H2 Timeline /H2
pbSemtember 2011:/b Research team assembles initial documents/ 
p


Do folks think this is something I can do from org somehow, or is my  
best bet to export to odt and redo the formatting in openoffice  
(that's what i do now but of course it's a bit frustrating to have  
to do so, esp. since it means that i'm stuck in Openoffice once I  
send a document out for comments).


thanks as always, best,
Matt
___
Emacs-orgmode mailing list
Please 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
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode


Re: [Orgmode] no line break after subheading?

2010-10-26 Thread Jeff Horn
As a workaround, you could use description lists, such that your
source code becomes:

** Timeline
   - September 2011 :: Research team assembles initial documents

Though this will be less useful in HTML export since the exporter adds
a line break after 2011. It should render how you want using the LaTeX
exporter.

-- 
Jeffrey Horn
Graduate Lecturer and PhD Student in Economics
George Mason University

(704) 271-4797
jh...@gmu.edu
jrhorn...@gmail.com

http://www.failuretorefrain.com/jeff/

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