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
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
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
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 ;)
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
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
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
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
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<
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
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
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
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
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
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
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
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
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
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]
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+
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
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
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
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
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
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
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
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
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
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
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
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
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 ;
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
> >
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
35 matches
Mail list logo