Re: [O] [solved] How remove time from date-time stamp

2019-04-09 Thread Fraga, Eric
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

Re: [O] [solved] How remove time from date-time stamp

2019-04-09 Thread Detlef Steuer
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

Re: [O] [SOLVED] org-20181210 seems to break Column View

2018-12-13 Thread Akater
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

Re: [O] [SOLVED]

2018-11-29 Thread Nick Dokos
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,

Re: [O] [solved] target file of capture template does not save

2018-08-02 Thread tom
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-

Re: [O] [SOLVED] org-attach provide org-store-link like link for org-insert-link

2018-05-05 Thread tumashu
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

Re: [O] [SOLVED] org-attach provide org-store-link like link for org-insert-link

2018-05-04 Thread stardiviner
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

Re: [O] [SOLVED] How to use xml src block as data input?

2018-05-01 Thread stardiviner
-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-

Re: [O] [SOLVED] How to use xml src block as data input?

2018-04-30 Thread John Kitchin
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

Re: [O] [SOLVED] How to use xml src block as data input?

2018-04-30 Thread stardiviner
-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 -

Re: [O] [SOLVED]

2018-04-04 Thread Uwe Brauer
> To answer my own question > | / | / | | | / | > | | Name | Res | Letra | Obs | > |---+---+-+---+-| > | | Smith | 0 | | | > | | Jones | 1.4 | | | > | | Bond | 5.6 | * | | > All columns starting wit

Re: [O] [SOLVED]

2018-03-09 Thread Thorsten Jolitz
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: ...[

Re: [O] Solved: Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)]

2017-10-15 Thread David Maslen
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 >

Re: [O] Solved: Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)]

2017-10-15 Thread Nicolas Goaziou
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

Re: [O] Solved: Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)]

2017-10-14 Thread David Maslen
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

Re: [O] Solved: Bug: org-encrypt-entry fails [9.1.2 (9.1.2-elpa @ /Users/dmm/.emacs.d/elpa/org-20171004/)]

2017-10-14 Thread Nicolas Goaziou
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

Re: [O] [Solved] Gnuplot and Windows

2017-04-19 Thread Bala Ramadurai
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-14 Thread Eric S Fraga
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-

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-14 Thread Rasmus
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-14 Thread Eric S Fraga
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-14 Thread Rasmus
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-14 Thread Eric S Fraga
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-12 Thread Rasmus
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-12 Thread Eric S Fraga
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-11 Thread Enzo Chi
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-09 Thread Eric S Fraga
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

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-10-08 Thread Enzo Chi
I tried that "\begin{align}...\end{align}" code with "C-c C-x C-l", it generate a very back quality image like this:

Re: [O] SOLVED: LaTeX equation align in orgmode?

2015-09-30 Thread Andreas Leha
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

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-11 Thread Rainer M Krug
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") >> |

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-10 Thread Nick Dokos
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

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-10 Thread Thorsten Jolitz
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

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-09 Thread Rainer M Krug
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"))) >> `

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-08 Thread Thomas S. Dye
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

Re: [O] SOLVED: source code block language 'makefile' and listings package

2014-07-08 Thread Nick Dokos
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

Re: [O] Solved

2012-01-28 Thread Nick Dokos
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

Re: [O] Solved

2012-01-28 Thread Bastien
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

Re: [O] [solved] Re: Org-class: recurring appointments not being displayed

2012-01-07 Thread Carsten Dominik
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

Re: [O] SOLVED problems with mathjax CDN and HTML export

2011-11-09 Thread Giovanni Ridolfi
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

Re: [O] [SOLVED] Bug: :tags: in title [7.7 f8168144a]

2011-11-07 Thread Giovanni Ridolfi
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