Re: [O] Enumeration within environment block

2014-05-19 Thread Eric S Fraga
On Saturday, 17 May 2014 at 21:24, Xavier Garrido wrote: [...] > block. Is there a way to solve that issue or at least to force the item > number ? (for instance, in LaTeX I can write \item[1],\item[2] and in > html I can set the =ol= start value). > > Thanks in advance, > Xavier Forcing the i

[O] Bug: org-beamer-select-environment (ox-beamer.el) should temporarily disable persistent tags

2014-05-19 Thread Anders Johansson
Hi, Having some persistent tags configured (in org-tag-persistent-alist) means those get added to the selection window for org-beamer-select-environment possibly interfering with the selection of beamer environments. These tags should be explicitly disabled in the let in org-beamer-select-en

[O] [PATCH] Improve usage of odt content templates

2014-05-19 Thread Christian Kellermann
Hi all, I have been using org-mode's odt exporter heavily for the last days with the attached patches. These scratch an itch I have and I submit them to this list in the hope of being useful to others. Rationale: I am using the odt exporter to fill in a project description document at work with

Re: [O] org-ref for biblatex

2014-05-19 Thread John Kitchin
good news, I think org-ref works with biblatex pretty well now, see http://kitchingroup.cheme.cmu.edu/blog/2014/05/19/Exporting-citations-with-biblatex/ org-ref also makes a reasonable html bibliography now too! John --- John Kitchin Associate Professor Doherty Ha

Re: [O] Bug: org-beamer-select-environment (ox-beamer.el) should temporarily disable persistent tags

2014-05-19 Thread Nicolas Goaziou
Hello, Anders Johansson writes: > Having some persistent tags configured (in org-tag-persistent-alist) > means those get added to the selection window for > org-beamer-select-environment possibly interfering with the selection > of beamer environments. > > These tags should be explicitly disable

Re: [O] org-ref for biblatex

2014-05-19 Thread Andreas Reuleaux
Thanks a lot, looks good! (but I haven't had a chance yet to try it out myself, will do so of course) -Andreas John Kitchin writes: > good news, I think org-ref works with biblatex pretty well now, see > http://kitchingroup.cheme.cmu.edu/blog/2014/05/19/Exporting-citations-with-biblatex/ > > o

[O] Referring to results rather than code block

2014-05-19 Thread Loris Bennett
Hi, I have a code block like this #+NAME: users_per_month #+HEADER: :results append #+BEGIN_SRC sh :dir /root@sadmin: sacct=/cm/shared/apps/slurm/current/bin/sacct for y in {2014..2014}; do for m in {03..04}; do month=$y-$m first=$y-$m-01 last=`date -d "$first + 1 mont

Re: [O] still seeing semi-regular lockups

2014-05-19 Thread Daimrod
Daimrod writes: > I have also semi-regular lockup with org-mode. I have opened a bug on > debbugs and here is what Stefan told me to try to debug this: > >> You can try `debug-on-event'. >> >> There's jit-lock-debug-mode but it doesn't disable inhibit-quit. >> So you'll need to additionally use

Re: [O] Error with org-mode-reftex-setup after upgrade

2014-05-19 Thread Bastien
Hi Loris, "Loris Bennett" writes: > ,- > | (defun org-mode-reftex-setup () > | (interactive) > | (load-library "reftex") > | (and (buffer-file-name) > |(file-exists-p (buffer-file-name)) > |(reftex-parse-all))) > | > | (add-h

Re: [O] Referring to results rather than code block

2014-05-19 Thread Nick Dokos
"Loris Bennett" writes: > Hi, > > I have a code block like this > > #+NAME: users_per_month > #+HEADER: :results append > #+BEGIN_SRC sh :dir /root@sadmin: > sacct=/cm/shared/apps/slurm/current/bin/sacct > for y in {2014..2014}; do > for m in {03..04}; do > month=$y-$m > first

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-19 Thread Nicolas Goaziou
Hello, Christian Kellermann writes: > I have been using org-mode's odt exporter heavily for the last days > with the attached patches. These scratch an itch I have and I submit > them to this list in the hope of being useful to others. Thank you for your patches. > * Possibility to override th

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-19 Thread Rasmus
Nicolas Goaziou writes: > I think this is a more general issue: should we implement an > > #+OPTIONS: title:nil > > feature? I think it makes some sense since we already have date:nil and > author:nil. In any case, keywords are not meant to be used for booleans. > This should be an OPTIONS item

Re: [O] [PATCH] Improve usage of odt content templates

2014-05-19 Thread Christian Kellermann
Hi! * Nicolas Goaziou [140519 18:16]: > It is already possible to override the varible file-wise with: > > #+BIND: org-odt-content-template-file "somefile" > > I'm not sure it is worth adding another keyword. OTOH, there's also > ODT_STYLES_FILE and they are quite symmetric, so one could expe

Re: [O] org-ref for biblatex

2014-05-19 Thread Andreas Reuleaux
John, yes they work fine for me, I have tested: cites and parencites. Thanks a lot. -Andreas John Kitchin writes: > I added the multicite commands. you have to use cites:foo,bar,baz, and it > will export to the format you suggested. org-ref is not smart enough to > automatically add the s to

[O] Org based websites w/o export

2014-05-19 Thread Ken Mankoff
I've just come across an interesting website generator that I think has potential for making Org websites. I have no affiliation with this project, but thought it might interest this community. I have an interest in an org-based website, but none of the existing ones have met my needs yet. Jr htt

[O] Bug ? Normal lines interpreted as list items

2014-05-19 Thread Sébastien Delafond
Hi all, a Debian user, reports[0] the following problem : When using Org within GNU Emacs, integers starting lines and followed by a period are interpreted as the first items of ordered lists, even when they are not. Take, for instance, the following text in Org syntax and the correspond

Re: [O] Bug ? Normal lines interpreted as list items

2014-05-19 Thread Nick Dokos
Sébastien Delafond writes: > Hi all, > > a Debian user, reports[0] the following problem : > > When using Org within GNU Emacs, integers starting lines and followed > by a period are interpreted as the first items of ordered lists, even > when they are not. Take, for instance, the followin

[O] how to 'add capture item' in agenda view

2014-05-19 Thread David Belohrad
Dear All, when I run org-agenda with 'a' (agenda for current week or day), my agenda is displayed. Now if I'm on a specific day, I'd like to quickly enter a note using org-capture such, that it will automatically enter into the captured template a time, which corresponds to the time/date i'm curre