On Tuesday, 9 Apr 2019 at 09:22, Detlef Steuer wrote:
> Well, of course it's all text. But 5 times often is not enough,
> cause there are start and end times.
>
> Nevertheless that hint gave me the right direction:
Great. I find that hint quite useful for me and have to keep reminding
myself. T
Am Tue, 9 Apr 2019 05:27:50 +
schrieb "Fraga, Eric" :
> On Monday, 8 Apr 2019 at 23:56, Thomas Plass wrote:
> > However, if you want to directly change timestamps in the buffer
> > they live (not: an agenda view), then S-right/left/up/down can call
> > a hook function that does what you're tr
Thanks anyway.
My bad, it was due to poly-org package which I had installed
recently. It broke undo in org buffers too.
signature.asc
Description: PGP signature
Uwe Brauer writes:
"Berry," == Berry, Charles writes:
>
>> I cannot reproduce your export issue with org 9.1.14.
>> You need to provide more details.
>
> Sorry for the noise. I just realised that a very very long time ago I
> installed a function remove-src-blk-export, which, uhh,
On Thu, Aug 2, 2018 at 8:13 AM tom wrote:
> You guys are so skillful and awesome you helped me without saying a word!
>
> After looking around at
>
> https://emacs.stackexchange.com/questions/477/how-do-i-automatically-save-org-mode-buffers
>
> I just added a third hook,
> (add-hook 'org-capture-
At 2018-05-05 13:14:10, "stardiviner" wrote:
>
>stardiviner writes:
>
>> I used a lot with org-attach to insert files like images, small PDF
>> files, and audio. Every time I attached one file, I have to manually
>> link to that attachment file.
>>
>> Can org-attach provide link directl
stardiviner writes:
> I used a lot with org-attach to insert files like images, small PDF
> files, and audio. Every time I attached one file, I have to manually
> link to that attachment file.
>
> Can org-attach provide link directly after finished attaching? So user
> can press [C-c C-l] (org-i
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
This is great. Thanks John.
- --
[ stardiviner ] don't need to convince with trends.
Blog: https://stardiviner.github.io/
IRC(freenode): stardiviner
GPG: F09F650D7D674819892591401B5DF1C95AE89AC3
-BEGIN PGP SIGNATURE-
all things in emacs are elisp...
You can use this function:
#+BEGIN_SRC emacs-lisp
(defun get-xml (name)
(save-excursion
(org-babel-goto-named-src-block name)
(org-element-property :value (org-element-context
#+END_SRC
#+RESULTS:
: get-xml
like this in a python (or other general l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Thanks, John and Simonyi. This is a solution on Elisp. Not general way.
But as a intermedia step, really workable. I chose this method.
BTW, is it possible to archived with noweb reference <> ?
Like
#+begin_src python :var data=<>
...
#+end_src
-
> To answer my own question
> | / | / | | | / |
> | | Name | Res | Letra | Obs |
> |---+---+-+---+-|
> | | Smith | 0 | | |
> | | Jones | 1.4 | | |
> | | Bond | 5.6 | * | |
> All columns starting wit
Uwe Brauer writes:
>> Uwe Brauer writes:
>
>> When I do M-# # writing this mail I see:
>> ,
>> | [ *unsent followup to Uwe Brauer on gmane.emacs.orgmode* ] Exit
>> | with M-#
>> | (Meta-Key and #)
>> | * --text follows this line--
>> | Uwe Brauer writes: ...[
Fair enough. When I get some time I’ll find out how to send this through as a
Wishlist bug. Thank you for the direction.
> On 15 Oct 2017, at 7:37 pm, Nicolas Goaziou wrote:
>
> Hello,
>
> David Maslen writes:
>
>> I’m sorry I don’t know how to implement, or provide a patch, but I checked
>
Hello,
David Maslen writes:
> I’m sorry I don’t know how to implement, or provide a patch, but I checked
> *messages* for a clue to what was going wrong.
> I now think this isn’t an org issue, but the epa functions worked, and the
> org-encrypt (which I read uses epg) failed silently, so I rep
I’m sorry I don’t know how to implement, or provide a patch, but I checked
*messages* for a clue to what was going wrong.
I now think this isn’t an org issue, but the epa functions worked, and the
org-encrypt (which I read uses epg) failed silently, so I reported here.
If the *messages* said som
Hello,
David Maslen writes:
> Problem was that in graphical mode I saw no password prompt. Failed without a
> useful failure message.
> Perhaps org-crypt could be improved to catch this situation?
What would you suggest?
Regards,
--
Nicolas Goaziou
Thanks Jon for your help.
I finally managed to solve this by explicitly mentioning the path in the
gnuplot-program as C:\Program Files (x86)\gnuplot\bin\gnuplot.exe
However, gnuplot hangs and does nothing after that though.
Thanks again
Bala
--
Message: 30
Date: Tu
On Wednesday, 14 Oct 2015 at 16:18, Rasmus wrote:
> This is triggered if (org-format-latex-mathml-available-p) returns nil.
> Go through each step of this function (in org.el). My guess is that
> latexmlmath is not in your PATH, at least according to Emacs...
Got it! org-latex-to-mathml-convert-
Eric S Fraga writes:
> On Wednesday, 14 Oct 2015 at 14:58, Rasmus wrote:
>> Eric S Fraga writes:
>>
>
>>> I don't believe the default is to export to mathml. At least, for me,
>>> this doesn't happen.
>>
>> For me, when I eval the following from emacs -q I get odt.
>>
>> (require 'ox-odt)
>> (s
On Wednesday, 14 Oct 2015 at 14:58, Rasmus wrote:
> Eric S Fraga writes:
>
>> I don't believe the default is to export to mathml. At least, for me,
>> this doesn't happen.
>
> For me, when I eval the following from emacs -q I get odt.
>
> (require 'ox-odt)
> (setq org-latex-to-mathml-convert-comm
Eric S Fraga writes:
> I don't believe the default is to export to mathml. At least, for me,
> this doesn't happen.
For me, when I eval the following from emacs -q I get odt.
(require 'ox-odt)
(setq org-latex-to-mathml-convert-command
"latexmlmath \"%i\" --presentationmathml=%o")
E.g. e
On Monday, 12 Oct 2015 at 09:34, Rasmus wrote:
[...]
> I haven't followed the thread, but ox-odt should export to mathml by
> default. I use this to produce mathml:
>
> (setq org-latex-to-mathml-convert-command
> "latexmlmath \"%i\" --presentationmathml=%o")
>
> Rasmus
Hi Rasmus,
thank
Eric S Fraga writes:
> On Monday, 12 Oct 2015 at 08:49, Enzo Chi wrote:
>
> [...]
>
>> Thanks Eric, that solved the preview issue. But when export it to ODT
>> file, the image is still as bad as the one I post before. (Export to PDF
>> is fine).
>
> One step forward at least... with respect to
On Monday, 12 Oct 2015 at 08:49, Enzo Chi wrote:
[...]
> Thanks Eric, that solved the preview issue. But when export it to ODT
> file, the image is still as bad as the one I post before. (Export to PDF
> is fine).
One step forward at least... with respect to ODT export, I'm not best
placed to
Eric S Fraga writes:
> On Friday, 9 Oct 2015 at 09:25, Enzo Chi wrote:
>> I tried that "\begin{align}...\end{align}" code with "C-c C-x C-l", it
>> generate a very back quality image like this:
>
> What settings do you have for image creation in org? What is
> org-latex-create-formula-imag
On Friday, 9 Oct 2015 at 09:25, Enzo Chi wrote:
> I tried that "\begin{align}...\end{align}" code with "C-c C-x C-l", it
> generate a very back quality image like this:
What settings do you have for image creation in org? What is
org-latex-create-formula-image-program?
For instance, I h
I tried that "\begin{align}...\end{align}" code with "C-c C-x C-l", it
generate a very back quality image like this:
Rainer M Krug writes:
> Eric S Fraga writes:
>
>> On Monday, 28 Sep 2015 at 21:10, Rainer M Krug wrote:
>>> Hi
>>>
>>> I would need in a document several equations which are aligned as in
>>> http://tex.stackexchange.com/a/167908/6941
>>
>> I use align all the time.
>>
>>> How can I use the foll
Envoyé de mon iPhone
> Le 8 juil. 2014 à 14:40, Nick Dokos a écrit :
>
> Rainer M Krug writes:
>
>> Much simpler then that: I simply changed the variable
>> org-latex-listings-langs to include makefile:
>>
>> ,
>> | (setq org-latex-listings-langs
>> | '((emacs-lisp "Lisp")
>> |
Rainer M Krug writes:
> Much simpler then that: I simply changed the variable
> org-latex-listings-langs to include makefile:
>
> ,
> | (setq org-latex-listings-langs
> | '((emacs-lisp "Lisp")
> | (lisp "Lisp")
...
> | (sql "SQL")
> | (sqlite "sql
Rainer M Krug writes:
> Now if I just could figure out on how I can simply *add* the makefile to
> the list without defining it completely new..
Maybe
,[ C-h f add-to-list RET ]
| add-to-list is a compiled Lisp function in `subr.el'.
|
| (add-to-list LIST-VAR ELEMENT &optional APPEND COMPA
Nick Dokos writes:
> Rainer M Krug writes:
>
>
>> Much simpler then that: I simply changed the variable
>> org-latex-listings-langs to include makefile:
>>
>> ,
>> | (setq org-latex-listings-langs
>> | '((emacs-lisp "Lisp")
> ...
>> | (makefile "make")))
>> `
Aloha Rainer,
Rainer M Krug writes:
>> You can configure the listings package with the commands
>> \lstnewenvironment and \lstset. There is a worked example here:
>>
>> http://orgmode.org/worg/org-tutorials/org-latex-export.html#sec-12-4
>
> Much simpler then that: I simply changed the variable
Rainer M Krug writes:
> Much simpler then that: I simply changed the variable
> org-latex-listings-langs to include makefile:
>
> ,
> | (setq org-latex-listings-langs
> | '((emacs-lisp "Lisp")
...
> | (makefile "make")))
> `
>
> Works perfectly.
>
> Now if I j
Bastien wrote:
> Hi Uwe,
>
> Uwe Brauer writes:
>
> > So there are two small changes necessary to make
> > org-preview-latex-fragment work in Xemacs. One is the above
> > change, the other
> >
> >
> > (font-height (face-font 'default))
> > instead of
> > (font-height (get-face-font 'd
Hi Uwe,
Uwe Brauer writes:
> So there are two small changes necessary to make
> org-preview-latex-fragment work in Xemacs. One is the above
> change, the other
>
>
> (font-height (face-font 'default))
> instead of
> (font-height (get-face-font 'default))
>
> I can send a patch against 7
On 7.1.2012, at 02:59, knubee wrote:
>> * Class 7:00pm-9:00pm
>> <%% (org-class 2011 1 10 2011 4 10 2 8)>
>
> Just figured out the problem. I was using 2011 and looking for the results in
> agenda for 2012 (now). Classic "start of a new year" mistake. Doh!
:) That is pretty funny! I misse
Christian Moe writes:
Hi, Christian,
thank you for cheching again well *MY* mistake
was setting the option:
:EXPORT_OPTIONS: H:3 num:nil toc:nil \n:t @:t ::t |:t ^:t f:nil *:t
tags:nil TeX:t LaTeX:nil
^^
Consequently the LaTeX fragments are "converted" in HTML fo
suvayu ali writes:
Hi suvayu
>
> Since you CC'd me, did my patch to org-exp.el introduce this
> behaviour?
I thought so
> Anyway, I can't reproduce this. I see "mathjax test" as the title,
> which is expected behaviour.
uh??? I cannot reproduce as well !!
I don't know what happened, but I
39 matches
Mail list logo