Re: [O] Bug: Inlinetask at end of paragraph causes two paragraphs to merge [8.2.10 (8.2.10-41-g42228a-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150601/)]

2015-06-07 Thread Nicolas Goaziou
myq larson writes: > Using that definition though, there are probably three paragraphs. I choose > ASCII export as the easiest example to show in email, but exporting to > LaTeX shows the problem more clearly. There will not be two new lines > which means the two paragraphs will be interpreted as

Re: [O] Bug: Archiving inlinetask fails [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)]

2015-06-07 Thread Nicolas Goaziou
Hello, myq larson writes: > When I try to archive an inlinetask, I get the following error: > > : The kill is not a (set of) tree(s) - please use to yank > anyway Archiving, or refiling inlinetasks is not supported. Regards, -- Nicolas Goaziou

Re: [O] Bug: Inlinetask at end of paragraph causes two paragraphs to merge [8.2.10 (8.2.10-41-g42228a-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150601/)]

2015-06-07 Thread myq larson
On Sun, Jun 7, 2015 at 4:19 AM, Nicolas Goaziou wrote: > Hello, > > myq larson writes: > >> If there is an inline task at the end of a paragraph, when the document >> is exported with the =inlinetask= option set to =nil=, the space after >> the inline task and before the next paragraph will be ig

Re: [O] adding ODT to main export dialog

2015-06-07 Thread Xebar Saram
thx Eric that's exactly what i needed. much appreciated! z On Sun, Jun 7, 2015 at 9:51 PM, Eric Abrahamsen wrote: > There are generally two ways: use the customize interface to customize > `org-export-backends' (I think you *need* to use customize for that? Or > at least, you do if you want it

Re: [O] adding ODT to main export dialog

2015-06-07 Thread Eric Abrahamsen
There are generally two ways: use the customize interface to customize `org-export-backends' (I think you *need* to use customize for that? Or at least, you do if you want it to take immediate effect), or just (require 'ox-odt). Personally I don't like customize very much, so I just have a bunch of

[O] adding ODT to main export dialog

2015-06-07 Thread Xebar Saram
Hi all this must be trivial but google fails me on this. how does one add the ODT exporter to the main orgmode export dialog? kind regards Z

Re: [O] How to sort an unordered list?

2015-06-07 Thread Sharon Kimble
"Charles C. Berry" writes: > On Sat, 6 Jun 2015, Sharon Kimble wrote: > >> Nick Dokos writes: >> >>> Sharon Kimble writes: >>> I've been unable to sort an unordered list as per http://orgmode.org/manual/Plain-lists.html where it says 'C-c ^' but everytime I try on a highlighted r

Re: [O] Bug: Inlinetask at end of paragraph causes two paragraphs to merge [8.2.10 (8.2.10-41-g42228a-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150601/)]

2015-06-07 Thread Nicolas Goaziou
Hello, myq larson writes: > If there is an inline task at the end of a paragraph, when the document > is exported with the =inlinetask= option set to =nil=, the space after > the inline task and before the next paragraph will be ignored and the > two paragraphs will combine as one. > > For examp

[O] Bug: Inlinetask at end of paragraph causes two paragraphs to merge [8.2.10 (8.2.10-41-g42228a-elpaplus @ /home/myq/.emacs.d/elpa/org-plus-contrib-20150601/)]

2015-06-07 Thread myq larson
If there is an inline task at the end of a paragraph, when the document is exported with the =inlinetask= option set to =nil=, the space after the inline task and before the next paragraph will be ignored and the two paragraphs will combine as one. For example, this document #+BEGIN_EXAMPLE ,#+

[O] Bug: Archiving inlinetask fails [8.2.10 (release_8.2.10 @ /usr/local/share/emacs/24.5/lisp/org/)]

2015-06-07 Thread myq larson
When I try to archive an inlinetask, I get the following error: : The kill is not a (set of) tree(s) - please use to yank anyway The task was created with =C-c C-x t=, so it contains an END line. I get the same error even when starting emacs with =emacs -Q= and then enabling the Org-mode inlinet