[O] Offline until July, 18

2015-07-10 Thread Nicolas Goaziou
Hello, I'll be offline for an extended week. Let it not prevent anyone from releasing Org 8.3 meanwhile... Regards, -- Nicolas Goaziou0x80A93738

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

2015-07-10 Thread Robert Klein
Hello > * 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

[O] Publishing: building navigation menus and lists of files

2015-07-10 Thread Matt Price
I am hoping to finally transition some of my websites to static sites published directly from org finally!). one thing I would really like is to automatically build menus and perhaps index files based on the directory structure I'm exporting from. So, if I have: RLG231 | |--Assignments | | |

Re: [O] Publishing: building navigation menus and lists of files

2015-07-10 Thread Rainer M Krug
Envoyé de mon iPhone > Le 10 juil. 2015 à 14:16, Matt Price a écrit : > > I am hoping to finally transition some of my websites to static sites > published directly from org finally!). one thing I would really like is to > automatically build menus and perhaps index files based on the direct

[O] batch compiling problem

2015-07-10 Thread henry atting
Hi, as of recently I cannot convert org files to html on the commandline (though converting flawlessly works within emacs). Org-mode version 8.3beta (release_8.3beta-1274-gc76fef The error message is: Symbol's value as variable is void: cl-struct-cl-structure-object-tags Makefile:10: recipe fo

Re: [O] Publishing: building navigation menus and lists of files

2015-07-10 Thread Matt Price
i love org-html-themes but it's designed for individual files. I'm interested in embedding the files in a bigger structure; not sure what other people use for this. THere is some hints here: http://orgmode.org/worg/org-tutorials/org-publish-html-tutorial.html But the menus here are created stati

[O] speedbar tweaks or alternatives?

2015-07-10 Thread scrawler
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 t

Re: [O] speedbar tweaks or alternatives?

2015-07-10 Thread Thomas S . Dye
Aloha scrawler, An alternative might be helm-org. hth, Tom scraw...@gmail.com writes: > 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 hea

[O] [PATCH] org-closest-date: Don't accept canceled repeater

2015-07-10 Thread Kyle Meyer
Hello, The attached patch fixes an arithmetic error that occurs when calling org-agenda on a file that contains a heading with a canceled repeater. -- Kyle >From 61cba7d42e19479ad3137f0f1ee01dc116d853e2 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Fri, 10 Jul 2015 22:34:24 -0400 Subject: [PA