Re: [O] Best way to create blog for company web site with Orgmode

2016-03-09 Thread Alan Schmitt
On 2016-03-09 20:18, Rainer Hansen writes: > Sometimes I should read more carefully what I write. I want to use a > static web site generator! So Wordpress is no option for me. I maintain several very basic web sites in org. *Basic* is the keyword here. Here is an example: http://ajacs.inria.fr/

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-09 Thread Bill Burdick
(Hi Shlomi!) When I export this to html, I get what looks to be the same error. Here's some info that may help track this down. My org-version line: Org-mode version 8.3.4 (8.3.4-9-gfda14f-elpaplus @ c:/Users/bill/.emacs.d/elpa/org-plus-contrib-20160307/) The error I get: org-element--current-e

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-09 Thread Shlomi Vaknin
> > Its been in master since Jan 2015. Yeah, I guess I didnt update my packages in quite a while :P > > It works for me as does the same with `emacs-lisp' as the language > under latex or html export to buffer or file using: Org-mode version > 8.3.4 (release_8.3.4-635-g268486 ...) producing the

Re: [O] org-agenda error

2016-03-09 Thread Peter Salazar
Any thoughts on that? I'm not sure if it's related, but I also get errors when I try to call helm-org-in-buffer-headings. Somehow the backtrace gets immediately erased, so here's a screenshot: http://i.imgur.com/FoTiwoq.png On Mon, Mar 7, 2016 at 10:40 AM, Peter Salazar wrote: > Well that's inte

Re: [O] org-export-babel-evaluate and header arguments

2016-03-09 Thread Charles C. Berry
On Wed, 9 Mar 2016, Anthony Cowley wrote: If I have org-export-babel-evaluate set to nil, source blocks are not evaluated on export. However, if a source block has a :var header argument that calls another source block, I am prompted if the callee should be evaluated. Given that the caller

Re: [O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-09 Thread Charles C. Berry
On Wed, 9 Mar 2016, Shlomi Vaknin wrote: Hey, I am a dedicated org-mode user, and I absolutely love it! This is my first post to this group. Recently, one of my org files stopped being exportable (does not matter what I try to export to). I traced the problem to be related to the new inlined co

Re: [O] Bug: org-timer-current-timer missing in latest version? [8.2.5c (8.2.5c-dist @ /Users/david.rose/.emacs.d/addons/org/lisp/)]

2016-03-09 Thread Kyle Meyer
Hello, David Rose writes: > (add-hook 'org-clock-in-hook '(lambda() > (if (not org-timer-current-timer) > (org-timer-set-timer '(16) > > This works fine on version 8.2.5c and earlier, but on 8.3.4 the variable > does not seem to

[O] org-export-babel-evaluate and header arguments

2016-03-09 Thread Anthony Cowley
If I have org-export-babel-evaluate set to nil, source blocks are not evaluated on export. However, if a source block has a :var header argument that calls another source block, I am prompted if the callee should be evaluated. Given that the caller is not to be evaluated, I'm not sure I see a r

Re: [O] Best way to create blog for company web site with Orgmode

2016-03-09 Thread Brett Viren
Rainer Hansen writes: > Sometimes I should read more carefully what I write. I want to use a > static web site generator! So Wordpress is no option for me. Ah, okay! That makes more sense. One day I will also learn to read what I write. :) > Of course I could use Bootstrap with an Org-based s

[O] Bug: org-timer-current-timer missing in latest version? [8.2.5c (8.2.5c-dist @ /Users/david.rose/.emacs.d/addons/org/lisp/)]

2016-03-09 Thread David Rose
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. --

[O] Bug: Exception when trying to export inlined-code [8.3.4 (8.3.4-9-gfda14f-elpa @ ~/.emacs.d/elpa/org-20160307/)]

2016-03-09 Thread Shlomi Vaknin
Hey, I am a dedicated org-mode user, and I absolutely love it! This is my first post to this group. Recently, one of my org files stopped being exportable (does not matter what I try to export to). I traced the problem to be related to the new inlined code result block {{{result()}}}. I tried a fr

Re: [O] Best way to create blog for company web site with Orgmode

2016-03-09 Thread Rainer Hansen
Rainer Hansen writes: > Sometimes I should read more carefully what I write. I want to use a > static web site generator! So Wordpress is no option for me. > > Sorry for the confusion. > > Brett Viren writes: > >> Rainer Hansen writes: >> >>> I wonder what is the best way to create a blog for a

Re: [O] Best way to create blog for company web site with Orgmode

2016-03-09 Thread Rainer Hansen
Arkadiusz Drabczyk writes: > On 2016-03-08, Rainer Hansen wrote: >> Hi, >> >> I wonder what is the best way to create a blog for a company website >> with Orgmode. I do not want to use a static web site generator. The >> design of the web site is relying on Bootstrap and customs CSS. >> It shoul

Re: [O] C-c ! org-time-stamp-inactive ?

2016-03-09 Thread Kyle Meyer
K writes: > I've run into the same problem, with both Org 8.3.4 and MELPA version > 20160307, the usual C-c ! doesn't work anymore for inserting inactive > timestamp. If there's been no change to the default binding, any > suggestions on how to debug this please? Thanks! I'd suggest verifying

Re: [O] Best way to create blog for company web site with Orgmode

2016-03-09 Thread Rainer Hansen
Sometimes I should read more carefully what I write. I want to use a static web site generator! So Wordpress is no option for me. Sorry for the confusion. Brett Viren writes: > Rainer Hansen writes: > >> I wonder what is the best way to create a blog for a company website >> with Orgmode. I do

Re: [O] C-c ! org-time-stamp-inactive ?

2016-03-09 Thread K
Kyle Meyer kyleam.com> writes: > > Hello, > > Luke Crook balooga.com> writes: > > > For me, C-c ! has suddenly become unbound and no longer inserts > > an inactive timestamp. Has this changed in the base org-mode, or > > most likely is this an issue with my setup? > > The default binding

Re: [O] Best way to create blog for company web site with Orgmode

2016-03-09 Thread Brett Viren
Rainer Hansen writes: > I wonder what is the best way to create a blog for a company website > with Orgmode. I do not want to use a static web site generator. The > design of the web site is relying on Bootstrap and customs CSS. Just curious, why does wanting to use Bootstrap rule out an Org-bas

[O] [PATCH] Fix the single quote printed in the message printed by org-table-edit-formulas

2016-03-09 Thread Kaushal Modi
Hi all, Can someone please review and commit this patch. It basically prints the "C-c '" binding correctly in the echo area, using straight quote instead of curly quote (matters in emacs 25.x). The details are in the commit log below. >From f4411b59d8dc4e5b3df79ccbcd87f6bfe5160776 Mon Sep 17 00

[O] org export to latex tables, with hlines and |

2016-03-09 Thread Uwe Brauer
Hi When I use orgtab radio tables in latex files with orgtbl minor mode enabled the following template '(orgtbl-radio-table-templates (quote ((latex-mode "% BEGIN RECEIVE ORGTBL %n % END RECEIVE ORGTBL %n \\begin{comment} #+ORGTBL: SEND %n orgtbl-to-latex :lend \" hline\"

Re: [O] Best way to create blog for company web site with Orgmode

2016-03-09 Thread Arkadiusz Drabczyk
On 2016-03-08, Rainer Hansen wrote: > Hi, > > I wonder what is the best way to create a blog for a company website > with Orgmode. I do not want to use a static web site generator. The > design of the web site is relying on Bootstrap and customs CSS. > It should be easy to setup and to maintain fo