Re: [O] speedbar tweaks or alternatives?

2015-07-11 Thread Marcin Borkowski

On 2015-07-11, at 00:34, scraw...@gmail.com wrote:

 Hi guys,

 I recently discovered that the speedbar can be used to navigate headings in 
 my org files. It doesn't seem to work very well. The speedbar won't refresh, 
 and it won't show more than two heading levels. Can anyone suggest 
 customizations to make it work, or alternatives that do the same thing?

org-goto (C-c C-j)?

 thanks.

Hth,

-- 
Marcin Borkowski
http://octd.wmi.amu.edu.pl/en/Marcin_Borkowski
Faculty of Mathematics and Computer Science
Adam Mickiewicz University



Re: [O] ox-latex: default packages cleaning

2015-07-11 Thread Rasmus
Hi Robert,

Robert Klein rokl...@roklein.de writes:

 * Fixltx2e
 
 This packages is depreciated with TL2015 cf. LaTeX News 22.  We can
 use \RequirePackage[current]{latexrelease} but there's no point in
 that AFAIK latexrelease only useful for backwards compatibility.

 Leaving this out probably doesn't break texing with older
 texlive versions.

 Please try to keep export compatible to older versions.  I have a
 couple of computers where I can use new versions of org-mode (and an
 appropriate version of emacs), where it is not feasible to install a
 newer version of texlive.

The target of Org 8.3 is 24.3.  I don't know if there's a policy wrt
targeting older versions of auxiliary software.

In the case of fixltx2 it's reasonable to only remove it from the default
packages after the release of Org 8.3.  Extrapolating, users of org-stable
will only see that change 1-2 years from now.

Rasmus

-- 
History is what should never happen again




[O] Notes on using org-reveal for presentations

2015-07-11 Thread Matt Price
Hi folks,

I've posted some thoughts and code for using org-reveal to make reveal.js
presentations.  I'm using org2blog to post sections of my emacs-init.lorg!
-- Not as ably as described here:

http://endlessparentheses.com/how-i-blog-one-year-of-posts-in-a-single-org-file.html

but still pretty neat.

Anyway, my post is here:
http://matt.hackinghistory.ca/2015/07/11/creating-and-publishing-presentations-with-org-reveal/

in case it's of interest to anyone.


Re: [O] ox-latex: default packages cleaning

2015-07-11 Thread Robert Klein
Hi Rasmus,

On Sat, 11 Jul 2015 12:48:06 +0200
Rasmus ras...@gmx.us wrote:

 Hi Robert,
 
 Robert Klein rokl...@roklein.de writes:
 
  * Fixltx2e
  
  This packages is depreciated with TL2015 cf. LaTeX News 22.  We can
  use \RequirePackage[current]{latexrelease} but there's no point in
  that AFAIK latexrelease only useful for backwards
  compatibility.
 
  Leaving this out probably doesn't break texing with older
  texlive versions.
 
  Please try to keep export compatible to older versions.  I have a
  couple of computers where I can use new versions of org-mode (and an
  appropriate version of emacs), where it is not feasible to install a
  newer version of texlive.
 
 The target of Org 8.3 is 24.3.  I don't know if there's a policy wrt
 targeting older versions of auxiliary software.
 
 In the case of fixltx2 it's reasonable to only remove it from the
 default packages after the release of Org 8.3.  Extrapolating, users
 of org-stable will only see that change 1-2 years from now.

Forget what I said.  You are right.

LaTeX will also work without fixltx2e and org latex export probably
doesn't need it anyway.

Sorry about that.

Best regards
Robert



[O] eval-defun in emacs-lisp code block?

2015-07-11 Thread Matt Price
Does anyone have a trick for running eval-defun with C-M-x inside an elisp
source block in an org buffer?  thx!

m