Re: [O] Alignment of text and checkboxes

2013-05-18 Thread Nicolas Goaziou
Hello, Laurent writes: > assume I have something like this in my org file: > > - [ ] This is task. > - [ ] This is a task on a very long line. > - [ ] This is another task. > > If I place my cursor at the beginning of the second point and apply fill- > paragrap, I get this: > > - [ ] This is tas

Re: [O] Tbl: precision for cells

2013-05-18 Thread Manfred Lotz
On Sat, 18 May 2013 17:07:36 +0200 Suvayu Ali wrote: > On Fri, May 17, 2013 at 10:18:08PM +0200, Manfred Lotz wrote: > > [...chomp...chomp...chomp...] > > > As the numeric fields are currency fields could I specify somehow > > for the whole table that there are exactly 2 decimals after the dot

Re: [O] Can't preview latex fragment

2013-05-18 Thread Nick Dokos
Feng Shu writes: > The error is like this: > > Creating image...1 > let: Symbol's value as variable is void: org-export--default-title You need to provide more information: at a minimum, emacs and org version and above all a backtrace. See section 1.4, "Feedback", in the org manual on how to pro

[O] Can't preview latex fragment

2013-05-18 Thread Feng Shu
The error is like this: Creating image...1 let: Symbol's value as variable is void: org-export--default-title --

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Omid
Hi Jay, Thanks for your suggestion, and thank you to all for your help. With a minor modification (changing "--clean" to "--build=local", since otherwise texi2dvi does not see my other included files unless I use "-I") it does solve the problem, except for the efficiency, as Nick pointed out. I th

[O] Alignment of text and checkboxes

2013-05-18 Thread Laurent
Hi, assume I have something like this in my org file: - [ ] This is task. - [ ] This is a task on a very long line. - [ ] This is another task. If I place my cursor at the beginning of the second point and apply fill- paragrap, I get this: - [ ] This is task. - [ ] This is a task on a very lo

Re: [O] Bug: html quoting tags are transformed after exporting [8.0.2 (8.0.2-10-g3e1d83-elpa @ d:/SDTs/Emacs/lisp/org/)]

2013-05-18 Thread Nicolas Goaziou
Hello, Eric Abrahamsen writes: > Eric Abrahamsen writes: > >> Kelvin Hu writes: >> >>> Hi all, >>> >>> First of all, I am really appreciate your good work - org mode. >>> >>> Currently I meet something wrong when I am trying to export an org >>> buffer into html, as org manual >>> described(ht

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Thomas S. Dye
Omid writes: > > I am trying to get Emacs (24.3.1), Org-mode (8.0.3, from ELPA) and BibTeX > (from TeX Live 2012) to work together. I have followed the instructions > under the Bibliography section in > http://orgmode.org/worg/org-tutorials/org-latex-export.html but after I've changed the title

Re: [O] performance of exporting large tables

2013-05-18 Thread Nicolas Goaziou
Nicolas Goaziou writes: > I am going to have a look at this. I pushed a commit caching the results of some table functions. Export of large tables should be a lot faster (I get 6 s now; it was 90 s before). Regards, -- Nicolas Goaziou

Re: [O] Org-mode v8 broke my workflow

2013-05-18 Thread Marcin Borkowski
Dnia 2013-05-18, o godz. 15:09:19 Andreas Röhler napisał(a): > Am 18.05.2013 13:54, schrieb Marcin Borkowski: > > Dnia 2013-05-18, o godz. 08:07:07 > > Andreas Röhler napisał(a): > > > >> Am 18.05.2013 00:52, schrieb Marcin Borkowski: > >>> Hi list, > >>> > >>> can't resist;): http://xkcd.com/11

Re: [O] Tbl: precision for cells

2013-05-18 Thread Suvayu Ali
On Fri, May 17, 2013 at 10:18:08PM +0200, Manfred Lotz wrote: [...chomp...chomp...chomp...] > As the numeric fields are currency fields could I specify somehow for > the whole table that there are exactly 2 decimals after the dot? Have you looked at the Chapter on tables in the manual?

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Nick Dokos
Jay Kerns writes: >> - The question is about how to get Org mode to do the whole job, as there is >> a command for it which is supposed to do exactly that but it doesn't. >> > > Have you tried (something like) the following in your init file? > > (setq org-latex-pdf-process (quote ("texi2dvi --pd

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Nick Dokos
Yury Bulka writes: > > I think you can also adjust the variable `org-latex-to-pdf-process' in > order to include a bibtex command (not tested yet) in the org pdf > export procedure. > N.B: the variable has been renamed in org-mode 8 - it is now called org-latex-pdf-process. -- Nick

Re: [O] sqlite im-/export

2013-05-18 Thread Eric Schulte
Oliver Večerník writes: >> I may have missed you spelling this out in a previous email, but can you >> not import Org tables directly into sqlite code blocks? >> >> Evaluate this again after evaluating the second block. >> #+BEGIN_SRC sqlite :csv :db test.sqlite >> SELECT * from t1; >> #+END_SR

Re: [O] Org-mode v8 broke my workflow

2013-05-18 Thread Andreas Röhler
Am 18.05.2013 13:54, schrieb Marcin Borkowski: Dnia 2013-05-18, o godz. 08:07:07 Andreas Röhler napisał(a): Am 18.05.2013 00:52, schrieb Marcin Borkowski: Hi list, can't resist;): http://xkcd.com/1172/ I have this at the end of my .emacs: (setq inhibit-splash-screen t) (org-agenda-list) (d

Re: [O] Org-mode v8 broke my workflow

2013-05-18 Thread Marcin Borkowski
Dnia 2013-05-18, o godz. 08:07:07 Andreas Röhler napisał(a): > Am 18.05.2013 00:52, schrieb Marcin Borkowski: > > Hi list, > > > > can't resist;): http://xkcd.com/1172/ > > > > I have this at the end of my .emacs: > > > > (setq inhibit-splash-screen t) > > (org-agenda-list) > > (delete-window) >

[O] Moving org-jekyll to org-mode 8.0

2013-05-18 Thread Juan Reyero
Greetings, Org-jekyll is a simple way to export jekyll blog posts from org-mode. Docs: http://juanreyero.com/open/org-jekyll/index.html Code: https://github.com/juanre/org-jekyll I have merged Jianing Yang's patch for 8.0 compatibility in org-jekyll, done some more small updates, and set as m

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Jay Kerns
Hi Omid, On Sat, May 18, 2013 at 4:40 AM, Omid wrote: > - The \bibliographystyle and \bibliography commands are at the end of the > document. > - The question is about how to get Org mode to do the whole job, as there is > a command for it which is supposed to do exactly that but it doesn't. > H

Re: [O] performance of exporting large tables

2013-05-18 Thread Nicolas Goaziou
Hello, D M German writes: > Here is a trivial example: > > http://turingmachine.org/~dmg/temp/bigTable.org > > (you can do anything with this file, including adding it to any battery > of tests in the future). > > - Latex works well (export within a couple of seconds) > - ASCII, HTML, Markdown (

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Omid
- The \bibliographystyle and \bibliography commands are at the end of the document. - The question is about how to get Org mode to do the whole job, as there is a command for it which is supposed to do exactly that but it doesn't. On Sat, May 18, 2013 at 4:28 AM, Yury Bulka wrote: > I believe y

Re: [O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Yury Bulka
I believe you should put the \bibliographystyle and \bibliography commands at the end of the document before \end{document}. Next, to compile the file, you should first run pdflatex YOURFILE.tex, then run bibtex YOURFILE (without extension or with .aux), and then again pdflatex, possibly twice. T

Re: [O] Exporting source code blocks as LaTeX figures

2013-05-18 Thread Nicolas Goaziou
Hello, James Harkins writes: > Couple of questions about exporting LaTeX figures that are neither > tables nor images -- specifically, source code blocks using the > listings package. > > 1. Is there any way to use #+CAPTION with a #+BEGIN_figure block, so > that the caption will be rendered und

[O] How to get BibTeX to work with Org mode LaTeX export?

2013-05-18 Thread Omid
I have posted a question to tex.stackexchange.com on "How to get BibTeX to work with Org mode LaTeX export?" Here is a link to it: http://tex.stackexchange.com/questions/114864/how-to-get-bibtex-to-work-with-org-mode-latex-export. I thought this mailing list might be the best place to ask for help