[O] LaTeX export: list with non-optional argument

2014-01-23 Thread Andreas Leha
Hi all, How can a pass a non-optional argument to a special list in LaTeX export? The 'currvita' LaTeX package comes with the environment 'cvlist'. This cvlist is to be used like this: --8<---cut here---start->8--- \begin{cvlist}{Personal Information} \item

[O] Changing key-binding?

2014-01-23 Thread Sharon Kimble
How can I change the key-binding for correcting spelling with flyspell and ispell from MIDDLE-click, which I find very awkward and difficult to do, to an ergonomically better R-CLICK? Thanks Sharon. -- A taste of linux = http://www.sharons.org.uk efever = http://www.efever.blogspot.com/ efever =

[O] making static mathjax work

2014-01-23 Thread Rustom Mody
Ive been trying to make the staticmathjax (in contrib) work It appears I have a number of xulrunners -- output with -v: Mozilla XULRunner 17.0.10 - 20131030234958 Mozilla XULRunner 24.2.0 - 20131215094009 Mozilla XULRunner 1.9b3pre - 2007122108 The last seems to run without doing anything The oth

Re: [O] best way of customizing generated css to match bootstrap css

2014-01-23 Thread Peter Salazar
Here you go. https://github.com/petersalazar/org-tocify Again, it's not very bootstrapish aside from Toficy, which uses Bootstrap colors and fonts. That said, I have found using Tocify's auto-generated dynamic table of contents quite helpful. Tocify is by Greg Franco and is here: http://gregfran

Re: [O] How not to show repetitive tasks in the TODO items of agenda view

2014-01-23 Thread Pete Ley
> The problem is that all the birthdays and repetitive tasks are cluttering my > view in agenda TODO items (C-c a t). > > Is it possible to make these items show up only in the agenda view (C-c a a) > and not in the TODO items list (C-c a t) You could try define a custom agenda command to show all

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Thomas S. Dye
Aloha all, Bastien writes: > Drew Adams writes: > >> Dunno what that means. It's not a criminal offense, no. > > Let me quote the manual again: > > * Sequences consisting of `C-c' followed by any other punctuation > character are allocated for minor modes. Using them in a major > mo

Re: [O] How to not show repetitive tasks in agenda view of TODO

2014-01-23 Thread Erik Hetzner
At Thu, 23 Jan 2014 11:59:31 +0100, Chaitanya Krishna wrote: > > Hello there, > > Maybe someone has already come across this problem. Any help is appreciated. > > I have some repetitive tasks which I schedule using the deadline approach. > > TODO Search for house > DEADLINE: <2014-01-26 Sun +1w

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Bastien
Drew Adams writes: > Dunno what that means. It's not a criminal offense, no. Let me quote the manual again: * Sequences consisting of `C-c' followed by any other punctuation character are allocated for minor modes. Using them in a major mode is not absolutely prohibited, but if you

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Drew Adams
> * Sequences consisting of `C-c' followed by any other punctuation > character are allocated for minor modes. Using them in a major > mode is not absolutely prohibited, but if you do that, the major > mode binding may be shadowed from time to time by minor modes. > > That's pretty

[O] Can I wrap a Babel call inside a macro?

2014-01-23 Thread Sebastien Vauban
Hello, I did the following test, not fully successfull: --8<---cut here---start->8--- #+name: current-time #+begin_src sh echo "$(date '+%Y%m%d.%H%M')" #+end_src #+results: current-time : 20140123.2339 Date/time: #+CALL: current-time() #+results: : 20140123.

Re: [O] How to signal end of a section or subsection

2014-01-23 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> Is the simpler solution valid on all types of block environments? >> >> To enumerate them (extensively, AFAICT): >> >> - structureenv >> - alertblock >> - exampleblock >> - definition >> - example >> - proof >> - beamercolorbo

[O] How to not show repetitive tasks in agenda view of TODO

2014-01-23 Thread Chaitanya Krishna
Hello there, Maybe someone has already come across this problem. Any help is appreciated. I have some repetitive tasks which I schedule using the deadline approach. TODO Search for house DEADLINE: <2014-01-26 Sun +1w> * Birthdays TODO Abc Abc DEADLINE: <2014-01-26 Sun +1y> The problem is that

Re: [O] Check checkbox and move to end of list

2014-01-23 Thread Cecil Westerhof
2014/1/23 Cecil Westerhof > The following function does (mostly) what I want: > (defun dcbl-check-checkbox-and-move-to-end () > (interactive) > (save-excursion > (let* ((struct (org-list-struct)) >(struct-old (copy-tree struct)) >(item

Re: [O] odt exporter on mixed org setup

2014-01-23 Thread Jambunathan K
Achim Gratz writes: > That's the result of using Emacs' build system, not Org's. Someone has to fix it... It should either be nil or (expand-file-name "./org/" data-directory) If that path is wrong, the ODT exporter is really not usable. I think nil may be a good idea.

Re: [O] odt exporter on mixed org setup

2014-01-23 Thread Achim Gratz
Jambunathan K writes: > I have my reservations. With stock Emacs Snapshot (i.e., without any > separate Org installation - git or elpa) at Bzr version 116124, at line > 16, I am seeing > > ;;;###autoload > (defvar org-odt-data-dir "/usr/share/emacs/etc/org" > "The location of ODT sty

Re: [O] Org heading properties in code block?

2014-01-23 Thread Rick Frankel
On 2014-01-21 14:08, Christopher Kotfila wrote: Is it possible to include org heading properties directly in codeblocks on tangle? ** Some Subheading :PROPERTIES: :FOO: "bar" :END: #+BEGIN_SRC emacs-lisp :tangle /path/to/.dir-locals.el :noweb yes ((python-mode . ((some-var . <> #+END_SRC

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Drew Adams
> > > Perhaps it's better to report this as an Emacs bug so that > > > we can discuss the issue with Emacs maintainers and see > > > what's really at stake here. > > > > Since you are familiar with whatever bindings Org sets, and > > you have read the key-binding conventions section of the > > manu

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Bastien
Hi Drew, Drew Adams writes: > Since you are familiar with whatever bindings Org sets, and you > have read the key-binding conventions section of the manual, > please file a bug if you think it is appropriate. You are well > placed to give the details. > > [...] > > Consideration of whether to f

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Drew Adams
> > No major mode should do so. > > One problem is that Org uses C-c . too ... and some more. > > Perhaps it's better to report this as an Emacs bug so that we can > discuss the issue with Emacs maintainers and see what's really at > stake here. I'm not familiar with Org mode. As I said, I don'

Re: [O] org-export and browse-url-browser-function

2014-01-23 Thread henry atting
> Hi Henry, > > henry atting writes: > >> What I really would appreciate is if orgmode took care of >> `browse-url-browser-function' (which is set to `browse-url-firefox'.) >> Which it usually does (in *.org files) but not while exporting. > > See this docstring > > C-h f org-open-file RET > > a

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Bastien
Drew Adams writes: > No major mode should do so. One problem is that Org uses C-c . too ... and some more. Perhaps it's better to report this as an Emacs bug so that we can discuss the issue with Emacs maintainers and see what's really at stake here. For me, the keybindings are already too dee

Re: [O] lost in tables syntax

2014-01-23 Thread Bastien
Hi Joseph, Joseph Vidal-Rosset writes: > Many thanks Bastien for your quick reply. The best for me would be to > use the LaTeX syntax with tabular, multicol , ect. and to succeed in > html export too. Mhhh... sorry, I don't know how to do this. But providing the Org table you come from

Re: [O] org-export and browse-url-browser-function

2014-01-23 Thread Bastien
Hi Henry, henry atting writes: > What I really would appreciate is if orgmode took care of > `browse-url-browser-function' (which is set to `browse-url-firefox'.) > Which it usually does (in *.org files) but not while exporting. See this docstring C-h f org-open-file RET and check C-h v org

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Drew Adams
> > * Sequences consisting of `C-c' followed by any other punctuation > >character are allocated for minor modes. Using them in a major > >mode is not absolutely prohibited, but if you do that, the major > >mode binding may be shadowed from time to time by minor modes. > > > > IOW, no

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Drew Adams
> I have an additional question: where does one ask for help about icicle? 1. `M-x icicle-send-bug-report' or menu Icicles > Send Icicles Bug Report or `M-x customize-group Icicles' > click Send Bug Report 2. Emacs Wiki: Bugs: http://www.emacswiki.org/emacs/IciclesIssues Suggestions: http:/

Re: [O] Citations and references in ODT

2014-01-23 Thread Jambunathan K
Jambunathan K writes: > Try out the org-odt-* ELPA package and let me know how things go. See http://permalink.gmane.org/gmane.emacs.orgmode/81347

[O] org-export and browse-url-browser-function

2014-01-23 Thread henry atting
When exporting some org file to html with `C-c C-e h o' orgmode always wants to open the html file with `sensible-browser'. Since my two (graphic) browsers reside in ~/bin I have no alternatives for sensible-browser. Which is fine by me. I don't want to change this. What I really would appreciate

Re: [O] Citations and references in ODT

2014-01-23 Thread Jambunathan K
Try out the org-odt-* ELPA package and let me know how things go. Aric Gregson writes: > --On January 19, 2014 11:16:53 AM +0530 Jambunathan K > wrote: > >> Are you still stuck here or you made some repairs and stuck elsewhere. > ... >> IMO, starting from scratch (i.e., an empty .emacs) and

Re: [O] How not to show repetitive tasks in the TODO items of agenda view

2014-01-23 Thread Alexander Baier
On 2014-01-23 12:03 Chaitanya Krishna wrote: > * Birthdays > TODO Abc Abc > DEADLINE: <2014-01-26 Sun +1y> > > Is it possible to make these items show up only in the agenda view (C-c a > a) and not in the TODO items list (C-c a t) You could just take a normal active timestamp instead of a DEADLINE

Re: [O] Aligned glosses in orgmode (for export to odt/doc)

2014-01-23 Thread Jambunathan K
Benjamin Slade writes: > Can anyone suggest how this (or some other solution to producing > interlinear glosses) might be implemented in an orgmode->odt/doc/docx > setup? One potential solution would be an orgmode setup which produces > borderless tables with an "optimal width" column setting. I

[O] [ANN] ELPA package for ODT and JabRef exporters

2014-01-23 Thread Jambunathan K
ed org-odt-MMDD.tar. (Click on the "raw" link) As of now, the file is available at: http://repo.or.cz/w/org-mode/org-kjn.git/blob_plain/master:/org-odt-20140123.tar 3. M-x package-install-file RET RET 4. Goto start of .emacs and add the following line. (It should be t

Re: [O] org-mode + icicles, avoid key binding redefinitions?

2014-01-23 Thread Alan Schmitt
Hello Drew, Drew Adams writes: > 1d. By default only. It is trivial to customize user option > `icicle-top-level-keybindings', to bind `icicle-occur' to a > different key or to give it no key binding at all. > > (And no, you do not need to fiddle with Lisp to do that - not > even `define-key'.

Re: [O] lost in tables syntax

2014-01-23 Thread Joseph Vidal-Rosset
Le jeu. 23 janv. 2014 à 01:18:35 , Bastien a envoyé ce message: > Hi Joseph, > > Joseph Vidal-Rosset writes: > >> I am not reluctant to learn the org-syntax, but I need help. > > Then we need to know more on how to help you :) > > If you want multi-columns Org tables, alas, that's not > suppo

Re: [O] lost in tables syntax

2014-01-23 Thread Bastien
Hi Joseph, Joseph Vidal-Rosset writes: > I am not reluctant to learn the org-syntax, but I need help. Then we need to know more on how to help you :) If you want multi-columns Org tables, alas, that's not supported. -- Bastien

[O] lost in tables syntax

2014-01-23 Thread Joseph Vidal-Rosset
Hello the list, I am lost in the syntax for tables. I've seen that of course, building syntax in org-mode is more simple than with LateX. But I have spent time to learn the LaTeX syntax of tabular, with multicol and now I do not succeed to get in html tables with multicolumns without vertical line

Re: [O] ox-md conforming pandoc-markdown

2014-01-23 Thread Michel Kuhlmann
On Thu, Jan 23, 2014 at 12:12:30PM +0100, Nicolas Goaziou wrote: > > > > This seems easy enough to fix, we simply need to add: > > > > (org-element-put-property item :post-blank nil) > > > > to the org-md-item function. Can anybody tell me if this is a bad > > idea? Otherwise I will send a patch.

Re: [O] How to signal end of a section or subsection

2014-01-23 Thread Nicolas Goaziou
"Sebastien Vauban" writes: > Is the simpler solution valid on all types of block environments? > > To enumerate them (extensively, AFAICT): > > - structureenv > - alertblock > - exampleblock > - definition > - example > - proof > - beamercolorbox > - verse > - quotation > - quote The "simpler

Re: [O] ox-md conforming pandoc-markdown

2014-01-23 Thread Nicolas Goaziou
Hello, Erik Hetzner writes: > Michel Kuhlmann wrote: >> I found these issues inconvenient: >> >> - Listings create blank-lines in between >> + Currently >> - uno >>- uno >>- dos-> - dos >>- tres >> - tres >>

Re: [O] Including Tables and Figures in TOC for org-odt-export

2014-01-23 Thread Jambunathan K
Rajat Mukherjee writes: > Hello Org-mode users, > Can any body direct me as to how to include list of tables and figures in the > toc when exporting to odt from orgmode. Org cannot generate TOC of tables and figures. You need to use LibreOffice to insert Index of Table and Figures (by hand).

[O] How not to show repetitive tasks in the TODO items of agenda view

2014-01-23 Thread Chaitanya Krishna
Hello there, Maybe someone has already come across this problem. Any help is appreciated. I have some repetitive tasks which I schedule using the deadline approach. TODO Search for house DEADLINE: <2014-01-26 Sun +1w> * Birthdays TODO Abc Abc DEADLINE: <2014-01-26 Sun +1y> The problem is that a

[O] Including Tables and Figures in TOC for org-odt-export

2014-01-23 Thread Rajat Mukherjee
Hello Org-mode users, Can any body direct me as to how to include list of tables and figures in the toc when exporting to odt from orgmode. Many thanks in advance, Rajat.

Re: [O] in LaTeX, how to start page numbering after TOC?

2014-01-23 Thread Eric S Fraga
Peter Salazar writes: > In export to LaTeX/PDF, has anyone had success in suppressing page > numbering on the cover page and the Table of Contents, such that the first > text section appears as Page 1? > > I tried adding this at the beginning of my document, but it had no effect: > > #+LATEX_CMD:

Re: [O] How to signal end of a section or subsection

2014-01-23 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> I thought that the standard way was the following: >> >> *** >> :B_theorem: >> :PROPERTIES: >> :BEAMER_env: theorem >> :END: >> >> There is no larges