Re: [O] make doc failing

2013-12-27 Thread Rustom Mody
On Sat, Dec 28, 2013 at 9:06 AM, Rustom Mody wrote: > After latest pull make doc is failing to make org.pdf > > Lots of stuff ending with > --- > Output written on org.pdf (259 pages, 976592 bytes). > Transcript written on org.log. > /usr/bin/texi2dvi: pdftex exited with ba

[O] make doc failing

2013-12-27 Thread Rustom Mody
After latest pull make doc is failing to make org.pdf Lots of stuff ending with --- Output written on org.pdf (259 pages, 976592 bytes). Transcript written on org.log. /usr/bin/texi2dvi: pdftex exited with bad status, quitting. make[1]: *** [org.pdf] Error 1 make[1]: Leavin

Re: [O] html5 generation minor bug

2013-12-27 Thread Rustom Mody
On Fri, Dec 27, 2013 at 10:53 PM, Bastien wrote: > Hi Rustom, > > Rustom Mody writes: > >> When the html-doctype is set to html5 the generator still generates >> name attributes in links which is not correct html5 >> http://dev.w3.org/html5/markup/a.html#a-constraints > > Can you give an example

[O] bug#16270: Incorrect custom types

2013-12-27 Thread Glenn Morris
Package: org-mode This refers to the version of Org mode in Emacs trunk. The following variables have incorrect custom types: org-babel-latex-htlatex-packages ; prob. you want repeat, not list org-export-with-creator ; const should not be quoted org-babel-lob-files There are many other p

Re: [O] tables on org-mode.

2013-12-27 Thread Sharon Kimble
On Fri, 27 Dec 2013 12:26:26 +0100 Nicolas Goaziou wrote: > Sharon Kimble writes: > > #-*- mode: org -*- > > You need a space after the hash character in order to make it a valid > comment. > > #+STARTUP: showall > > | *Oral* | | > |--

[O] Bug: org-capture clock-in/clock-out [8.2.3a (release_8.2.3a @ /usr/share/emacs/24.3.50/lisp/org/)]

2013-12-27 Thread Ryan Timmins
On clock-out in the .notes buffer, tasks in the buffer get removed. Steps to produce this behaviour: 1. start emacs with --no-init 2. M-x org-capture 3. t ( for task ) 4. type "A1" for the subject, then type C-c C-c The task will get added to the .notes buffer. Then from the .notes buffer do th

Re: [O] problem of accents with pdflatex export

2013-12-27 Thread Andrea Rossetti
Joseph Vidal-Rosset gmail.com> writes: > > Hello, > I do not succeed to solve this problem of accent with pdflatex :  > Shot in the dark: could it be that the encoding of your org file needs to be saved in utf8 in order to generate a utf8 latex file? Regards, Andrea

[O] Skipping multiple timestamps

2013-12-27 Thread Mandar Mitra
I'm using 8.4.2. I have the following in my TODO: *** [#1] Grading DEADLINE: <2013-12-30 Mon> <2013-12-27 Fri>--<2013-12-29 Sun> In the custom-set-variables section, I have '(org-agenda-skip-additional-timestamps-same-entry t) '(org-agenda-skip-deadline-if-done t) '(org-agenda-skip-de

Re: [O] html5 generation minor bug

2013-12-27 Thread Rick Frankel
On 2013-12-27 12:23, Bastien wrote: Rustom Mody writes: When the html-doctype is set to html5 the generator still generates name attributes in links which is not correct html5 http://dev.w3.org/html5/markup/a.html#a-constraints Can you give an example of what it does and what it should do? R

Re: [O] Contribution: ob-groovy.el

2013-12-27 Thread Thomas S. Dye
Aloha Miro, Miro Bezjak writes: > can I do all those tasks over the couple of days - when I have more time? Yes, of course. The FSF papers will probably take several weeks to complete, if you haven't already done so. > > Should I just add the documentation before ob-groovy.el is accepted? >

Re: [O] html5 generation minor bug

2013-12-27 Thread Bastien
Hi Rustom, Rustom Mody writes: > When the html-doctype is set to html5 the generator still generates > name attributes in links which is not correct html5 > http://dev.w3.org/html5/markup/a.html#a-constraints Can you give an example of what it does and what it should do? Thanks, -- Bastien

[O] html5 generation minor bug

2013-12-27 Thread Rustom Mody
When the html-doctype is set to html5 the generator still generates name attributes in links which is not correct html5 http://dev.w3.org/html5/markup/a.html#a-constraints

Re: [O] Contribution: ob-groovy.el

2013-12-27 Thread Miro Bezjak
Hi Thomas, can I do all those tasks over the couple of days - when I have more time? Should I just add the documentation before ob-groovy.el is accepted? For now, I've updated languages to include scala. http://orgmode.org/worg/org-contrib/babel/languages.html Kind Regards, Miro On Fri, Dec 2

[O] problem of accents with pdflatex export

2013-12-27 Thread Joseph Vidal-Rosset
Hello, I do not succeed to solve this problem of accent with pdflatex : in my org-mode file I have this code : # -*- mode:org; mode:reftex; indent-tabs-mode:nil; tab-width:2 -*- > #+TITLE: Mon premier document en org-mode > #+AUTHOR: Joseph Vidal-Rosset > #+OPTIONS: LaTeX:t > #+LATEX_CLASS: kom

Re: [O] default list labelling?

2013-12-27 Thread Nicolas Goaziou
Hello, Paul Rudin writes: > By default when you demote a list item it's label is of the same kind as > the parent list. e.g. you'll get > > 1. > 2. >1. > > In practice I typically want to get a different kind of label: I'll want e.g. > > 1. > 2. >a. > > Is there a way of configur

[O] default list labelling?

2013-12-27 Thread Paul Rudin
By default when you demote a list item it's label is of the same kind as the parent list. e.g. you'll get 1. 2. 1. In practice I typically want to get a different kind of label: I'll want e.g. 1. 2. a. Is there a way of configuring what the sub-list labels will be according to what

Re: [O] links and anchors

2013-12-27 Thread Rustom Mody
On Fri, Dec 27, 2013 at 4:59 PM, Nicolas Goaziou wrote: > Hello, > > Rustom Mody writes: > >> Context is html export >> >> I have a file of quotes like the following >> -- >> * Declarative vs Imperative >> Never tell people how to do things. Tell them what to do and they will >>

Re: [O] links and anchors

2013-12-27 Thread Nicolas Goaziou
Hello, Rustom Mody writes: > Context is html export > > I have a file of quotes like the following > -- > * Declarative vs Imperative > Never tell people how to do things. Tell them what to do and they will > surprise you with their ingenuity \\ > General G.S.Patton (1941) > --

Re: [O] tables on org-mode.

2013-12-27 Thread Nicolas Goaziou
Sharon Kimble writes: #-*- mode: org -*- You need a space after the hash character in order to make it a valid comment. #+STARTUP: showall | *Oral* | | |-+-| | / | < >

[O] links and anchors

2013-12-27 Thread Rustom Mody
Context is html export I have a file of quotes like the following -- * Declarative vs Imperative Never tell people how to do things. Tell them what to do and they will surprise you with their ingenuity \\ General G.S.Patton (1941) - which I link from another file

Re: [O] Getting custom LaTeX exports to work

2013-12-27 Thread Joseph Vidal-Rosset
Dear Uwe, dear all, I would be very interested to get a working .org file model of preambles , in order to produce in org format articles in latex, as well as in html, as well as in beamer class, it would be splendid. Unfortunately, I did not succeeded in my several tentatives, and I came back

Re: [O] tables on org-mode.

2013-12-27 Thread Sharon Kimble
On Fri, 27 Dec 2013 10:04:03 +0100 Nicolas Goaziou wrote: > Hello, > > Sharon Kimble writes: > > > It appears that I have 'org' installed from git, but also from a > > package Org-mode version 8.2.4 (8.2.4-17-gfc3857-elpa > > @ /home/boudiccas/.emacs.d/elpa/org-20131223/) > > > > So how do I j

Re: [O] tables on org-mode.

2013-12-27 Thread Nicolas Goaziou
Hello, Sharon Kimble writes: > It appears that I have 'org' installed from git, but also from a package > Org-mode version 8.2.4 (8.2.4-17-gfc3857-elpa @ > /home/boudiccas/.emacs.d/elpa/org-20131223/) > > So how do I just use the git version please? Just make sure it appears first in your `loa