Re: [O] working mathjax example

2013-12-03 Thread Russell L. Carter
On 11/27/2013 04:46 PM, Russell L. Carter wrote: > Hi, > > I'm trying to bring up a simple mathjax example. Org-mode is git > current and otherwise works fine. MathJax is git current and lives in > /opt/mathjax/git/MathJax.js. Both firefox 26 and chromium 31 display > the MathJax tests perfec

Re: [O] words starting with call_ confuse C-c C-c and export

2013-12-03 Thread Nicolas Goaziou
Hello, Daniel Clemente writes: > Hi, with org-mode from today on Emacs 23.4.1 and with this 2-line file: > > - [ ] call_me > - [ ] try funcall_lambda (maybe) > > > 1. Go to the „me“ and press C-c C-c. You get „C-c C-c can do nothing > useful at this location“. I expected to switch the checkbox

Re: [O] org habit consistency graph

2013-12-03 Thread Josiah Schwab
Hi Chris, > Anyone else help me identify the issue? Thanks. Have you tried with a minimal org configuration? I tried and cannot reproduce the problem. That suggests something else in your org configuration as the culprit. I have attached your example TODO (habit) as henderson-habit.org. Update

Re: [O] Babel python question: use of ipython and %cpaste

2013-12-03 Thread Arun Persaud
Hi On 12/03/2013 03:44 AM, Rasmus wrote: >> [ipython in org mode] > For Org you could do: > > (setq org-babel-python-command "ipython --no-banner --classic > --no-confirm-exit") > > You should now be able to do > > #+BEGIN_SRC python :results output > %timeit 1+1 > #+END_SRC >[...] nice ;)

Re: [O] How to export all content of a sparse tree to a separate buffer/file?

2013-12-03 Thread Nicolas Goaziou
Hello, Subhan Tindall writes: > I'm looking for a relatively straightforward way to export content from one > org file to a separate org file or org-mode buffer. > > I've got the org exporter bit working > > I can create the sparse tree based on a given tag with no problem. > But, when I export

Re: [O] Ignored in-buffer settings and after-export hook

2013-12-03 Thread Nicolas Goaziou
Hello, Daniel Gerber writes: > On 24/10/2013 20:05, Nicolas Goaziou wrote: > I guess I can, but it means re-doing the mapping sources to exported > file names. AFAICT, there is only one place where both the source and the output name are known: in `org-publish-file', right afte

Re: [O] Exporting to HTML, LaTeX header is not recovered in the Org buffer

2013-12-03 Thread Nicolas Goaziou
Hello, Mosè Giordano writes: > For example > #+TITLE: foo > #+LATEX_HEADER: \usepackage{lipsum} \newenvironment{dummy}{}{} > #+OPTIONS: tex:dvipng > > \begin{dummy} > \lipsum[1] > \end{dummy} > used to work until Org < 8 (of course with `LaTeX:dvipng' instead of > `tex:dvipng'), but with the new

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Sebastien Vauban
Nick Dokos, Nick Dokos wrote: > Alexander Baier writes: > >> I used to set up backup-directory-alist the same way you have, but >> changed it, when I noticed emacs putting backups of files I edited as >> root into that directory. That was something I did not want to do. >> > > OK - I haven't liv

Re: [O] [Bug] commit 39070b7fc7 breaks babel test

2013-12-03 Thread Skip Collins
It's been a week and this test still fails. Would it make sense to automatically enforce passing all tests before git accepts a change? On Wed, Nov 27, 2013 at 2:58 AM, Achim Gratz wrote: > > Hi Eric, > > this change seems to introduce additional line breaks in the following > test: > > --8<

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Nick Dokos
Alexander Baier writes: > I used to set up backup-directory-alist the same way you have, but > changed it, when I noticed emacs putting backups of files I edited as > root into that directory. That was something I did not want to do. > OK - I haven't lived with this setup long enough to know b

Re: [O] org-indent-mode corrupted most of a big org file (solved backups)

2013-12-03 Thread Johann Spies
After reading a little bit about emacs backup functions I experimented with customising emacs using the 'options' menu and succeeded in getting the type of backups you were talking about. It looks similar to yours (I even tried a version from the emacs backup-wiki without success) and I don't

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Alexander Baier
Hello Nick, On 13-12-03 18:43 Nick Dokos wrote: [...] > > The docstring for backup-directory-alist says > > , > | For the common case of all backups going into one directory, the alist > | should contain a single element pairing "." with the appropriate > | directory name. > ` > > FWIW, I

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Nick Dokos
Johann Spies writes: > Hello Alexander, > > Thanks for your attention. >> >> that is strange. I cannot remember doing something else besides putting >> the mentioned code into my init file. I can only think of these >> "trivial" reason why this does not work for you: >> >> - Did you evaluate th

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Alexander Baier
Hello Johann, On 13-12-03 18:23 Johann Spies wrote: > Hello Alexander, > > Thanks for your attention. >> >> that is strange. I cannot remember doing something else besides putting >> the mentioned code into my init file. I can only think of these >> "trivial" reason why this does not work for yo

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Johann Spies
Hello Alexander, Thanks for your attention. that is strange. I cannot remember doing something else besides putting the mentioned code into my init file. I can only think of these "trivial" reason why this does not work for you: - Did you evaluate the code or restarted your emacs? Yes, I k

Re: [O] Bugs in org-drill

2013-12-03 Thread Carsten Dominik
On 3.12.2013, at 17:47, Lukas Fuernkranz wrote: > Hi, > > On Mon, May 20, 2013 at 8:53 PM, Lukas Fuernkranz > wrote: >> On Tue, May 14, 2013 at 5:19 PM, Ivan Kanis wrote: >>> I tried 1.8 two weeks ago. I got two bugs in org-drill: > [...] >> I also encountered problem 1 and opened a bug repor

Re: [O] Getting checkboxes in HTML output?

2013-12-03 Thread Peter Davis
On 12/3/13, 10:24 AM, Sebastien Vauban wrote: Rick Frankel, Rick Frankel wrote: This is sort of close to using [ ] for unchecked [/] for partially checked [X] for checked To my aging eyes, the check in U#9745 looks almost like a forward slash. Certainly, though, this would be potentially conf

[O] Fwd: Bugs in org-drill

2013-12-03 Thread Lukas Fuernkranz
Hi, On Mon, May 20, 2013 at 8:53 PM, Lukas Fuernkranz wrote: > On Tue, May 14, 2013 at 5:19 PM, Ivan Kanis wrote: >> I tried 1.8 two weeks ago. I got two bugs in org-drill: [...] > I also encountered problem 1 and opened a bug report: > https://bitbucket.org/eeeickythump/org-drill/issue/9/org-dr

Re: [O] Getting checkboxes in HTML output?

2013-12-03 Thread Sebastien Vauban
Rick Frankel, Rick Frankel wrote: >> This is sort of close to using >> [ ] for unchecked >> [/] for partially checked >> [X] for checked >> >> To my aging eyes, the check in U#9745 looks almost like a forward >> slash. Certainly, though, this would be potentially confusing, >> especially if no [X]

Re: [O] Getting checkboxes in HTML output?

2013-12-03 Thread Rick Frankel
On 2013-12-02 03:44, Sebastien Vauban wrote: Hello, Carsten Dominik wrote: I agree, but couldn't think of any other way. There are 3 other unicode options: 1. A box with an X (☒ U+2612 BALLOT BOX WITH X) 2. A bare (unboxed) X (✗ U+2717 BALLOT X) 3 A bare checkmark (✓ U+

Re: [O] Getting checkboxes in HTML output?

2013-12-03 Thread Rick Frankel
On 2013-12-02 11:38, Peter Davis wrote: I've now changed ox-html.el to include this: (defun org-html-checkbox (checkbox) "Format CHECKBOX into HTML." (case checkbox (on "☒") (off "☐") (trans "☑") (t ""))) This is sort of close to using [ ] for unchecked [/] for partially checked [X] for checke

Re: [O] Bug: Bad ODT files when including multiple images [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2013-12-03 Thread Christian Moe
Enrico Scholz writes: >> It seems LibreOffice 4.1 now requires that draw:frame elements wrapping >> images be uniquely named with the draw:name attribute if there's more >> than one of them. >> ... >> So we may need a fix for the corner case of identical captions as >> well. > > Why do we need me

Re: [O] Bug: Bad ODT files when including multiple images [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2013-12-03 Thread Enrico Scholz
Christian Moe writes: > It seems LibreOffice 4.1 now requires that draw:frame elements wrapping > images be uniquely named with the draw:name attribute if there's more > than one of them. > ... > So we may need a fix for the corner case of identical captions as > well. Why do we need meaningful

Re: [O] Bug: Bad ODT files when including multiple images [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2013-12-03 Thread Christian Moe
Hi, This problem was also reported by Tyler Smith a couple of weeks back. I confirmed it and did a little checking. Unfortunately I also sort of promised a patch, which I never got around to. Instead, let me report what I've found about the syntax: It seems LibreOffice 4.1 now requires that dr

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Alexander Baier
Hello Johann, that is strange. I cannot remember doing something else besides putting the mentioned code into my init file. I can only think of these "trivial" reason why this does not work for you: - Did you evaluate the code or restarted your emacs? - Are the files you are editing somewhere u

Re: [O] Babel python question: use of ipython and %cpaste

2013-12-03 Thread Andreas Röhler
Am 03.12.2013 07:08, schrieb Arun Persaud: Hi being able to use python as a source block is great, but I often stumble over the fact that when using sessions you have to treat empty lines in a special way (i.e. as the end of an indentation block). I was wondering if it would be easy to create a

Re: [O] Getting checkboxes in HTML output?

2013-12-03 Thread Peter Davis
On Mon, Dec 02, 2013 at 08:11:25PM -0500, Nick Dokos wrote: > Peter Davis writes: > > > I've now changed ox-html.el to include this: > > > > As an FYI: you don't need to change ox-html.el. You can just load a file > containing the redefinition *after* you've loaded ox-html. Something > like this

Re: [O] Babel python question: use of ipython and %cpaste

2013-12-03 Thread Rasmus
Arun Persaud writes: > Hi > > being able to use python as a source block is great, but I often stumble > over the fact that when using sessions you have to treat empty lines in > a special way (i.e. as the end of an indentation block). > > I was wondering if it would be easy to create an ipython

Re: [O] Bug: Bad ODT files when including multiple images [7.9.3f (release_7.9.3f-17-g7524ef @ /usr/share/emacs/24.3/lisp/org/)]

2013-12-03 Thread Enrico Scholz
Jambunathan K writes: > If problem persists with new exporter, let me know. I will be happy to > share a fix. yes; reproduced with Org-mode version 8.2.3c (8.2.3c-17-gc92606-elpa @ /home/ensc/.emacs.d/elpa/org-20131202/) Enrico

Re: [O] Dynsite: easier configuration of projects, with config.or instead of emacs lisp and dynamic relative paths

2013-12-03 Thread Samuel Loury
Hi, Iannis Zannos writes: > I'd like to present my project Dynsite for orgmode here I just tested it. It is really cool. Thanks! -- Konubinix GPG Key: 7439106A Fingerprint: 5993 BE7A DA65 E2D9 06CE 5C36 75D2 3CED 7439 106A signature.asc Description: PGP signature

Re: [O] Org-mode in windows fires Tramp without any intervention

2013-12-03 Thread Michael Albinus
Toni Cebrián writes: > Hi, Hi Toni, > I have my own complex Emacs configuration files developed over time > when working in a Linux environment. You can see that > https://github.com/tonicebrian/emacsconfig in case you are curious. It > works seamlessly in Linux and I tried to use that as-is wh

Re: [O] Ignored in-buffer settings and after-export hook

2013-12-03 Thread Daniel Gerber
Hello, On 24/10/2013 20:05, Nicolas Goaziou wrote: I guess I can, but it means re-doing the mapping sources to exported file names. AFAICT, there is only one place where both the source and the output name are known: in `org-publish-file', right after a file has been published. We may add a ho

Re: [O] org-indent-mode corrupted most of a big org file

2013-12-03 Thread Johann Spies
Thanks for sharing this. However, after adding this to my ~/.emacs I do not see anything appearing in my .emacs.d/backup directory. #+begin_src emacs-lisp (setq make-backup-files t) (setq backup-directory-alist '(("/home/js/*" . "/home/js/.emacs.d/backup"))) (setq backup-by-copying t ;

Re: [O] org habit consistency graph

2013-12-03 Thread Chris Henderson
Anyone else help me identify the issue? Thanks. On Tue, Dec 3, 2013 at 7:15 PM, Alan Schmitt wrote: > henders...@gmail.com writes: > > > Tried that and it didn't work. Here's my agenda view (still no graph) by > > doing C-a a a: > > > > Week-agenda (W49): > > Monday 2 December 2013 W49 > >

Re: [O] org habit consistency graph

2013-12-03 Thread Alan Schmitt
henders...@gmail.com writes: > Tried that and it didn't work. Here's my agenda view (still no graph) by > doing C-a a a: > > Week-agenda (W49): > Monday 2 December 2013 W49 > Tuesday 3 December 2013 > Wednesday 4 December 2013 > Thursday5 December 2013 > Friday 6 December 2013