[O] [SOLVED] (was: join two or more tables)

2019-08-18 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >> Hi >> I was googling this a bit, I found more complicated scenarios, but not >> how to join one or more tables. >> For example >> #+begin_src >> #+tblname: nut >> | type | Fiber | Sugar | Protein | Carb | >> |--+---

[O] [SOLVED] (was: tab error: user-error: Invalid row descriptor ‘I293’)

2019-06-12 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: > Hi > When I run C-u C-u C-c C-c > In obtain the error mentioned above. I checked that row, everything > seems fine. How can I debugg this? Found the error, sorry for the noise indeed I put @I293 and not @293. smime.p7s Description: S/MIME cryptographic signa

[O] [SOLVED] (was: how to pass parameters to latex environment when exporting)

2019-06-01 Thread Uwe Brauer
>>> "UB" == Uwe Brauer writes: >>> "UB" == Uwe Brauer writes: > [Snip]... >> But I would like to have >> \begin{solution}[5cm] >> How can I pass that parameter when exporting? Thanks > According to > https://emacs.stackexchange.com/questions/34751/org-mode-latex-environment-in-drawer > #+

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

[O] [SOLVED] Re: void function definition of org-dynamic-block-define

2019-02-27 Thread stardiviner
I suddenly come up with one package "[[https://github.com/stardiviner/kiwix.el][kiwix.el]]"; I recently enabled. It caused this issue which Org is not fully loaded. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.gi

[O] [SOLVED] Re: How to set Org to export to PDF with image background or color?

2019-02-22 Thread stardiviner
I found solution with LaTeX packages "background" and "graphics". Here is an example: #+begin_src latex :mkdirp yes :tangle "data/code/background_test_graphics.tex" \documentclass{article} \usepackage{graphicx} \graphicspath{ {./images/} } \usepackage{background} \usepackag

[O] [SOLVED] Re: How to pass shell command result to :post source-block?

2019-01-18 Thread stardiviner
I solved my own problem. Here is the complete code: #+NAME: ansi-escape-filter #+begin_src emacs-lisp :var data="" (with-temp-buffer (insert data) (ansi-color-apply-on-region (point-min) (point-max)) (buffer-substring-no-properties (point-min) (point-max))) #+end_src #+begin_src sh :dir /s

[O] [SOLVED] Re: recently header argument :file does not respect :dir anymore

2019-01-15 Thread stardiviner
This is solved, I found this problem is on package "ob-async" can't handled the :dir correctly. And it's fixed in latest ob-async now. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): s

[O] [SOLVED] How about Org Mode invalid link handling strategy for exporting?

2019-01-03 Thread stardiviner
I have not found that option. Thanks. I checked the org-manual.org now, it's mentioned. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F0

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,

[O] [SOLVED] (was: org babel: %% [removed source block])

2018-11-29 Thread Uwe Brauer
>>> "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, removes source blocks. I remov

[O] [SOLVED] Re: coderef does not provide file path for org-insert-link when not in original buffre

2018-11-05 Thread stardiviner
Thanks, Nicolas. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C95AE89AC3

[O] [SOLVED] Re: dynamic block :block thismonth seems not correct

2018-11-04 Thread stardiviner
This is because my today limited scope in :block thismonth. -- [ stardiviner ] I try to make every word tell the meaning what I want to express. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner, Matrix: stardiviner GPG: F09F650D7D674819892591401B5DF1C

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-

[O] [SOLVED] Re: Unifty orgalist and org list behavior.

2018-07-15 Thread Uwe Brauer
Hi, sorry you are right. I set plain list item to always and also changed org-list-allow-alphabetical, so everything works as expected On Sun, Jul 15, 2018 at 12:06 PM Nicolas Goaziou wrote: > Hello, > > Uwe Brauer writes: > > > I enjoy pretty much orgalist, which behaves slightly differently f

[O] [SOLVED, really] (was: export to odt, eqnarray and align are not supported)

2018-06-15 Thread Uwe Brauer
>>> "Eric" == Eric S Fraga writes: > On Friday, 15 Jun 2018 at 10:52, Uwe Brauer wrote: >> Both a set to nil, but even if I try dvipng via >> >> #+OPTIONS: tex:dvipng >> >> Or #+OPTIONS: tex:imagemagick > Data point: > Both work for me. The dvipng output lo

[O] [SOLVED] (was: orgtbl in latex files: array with \hline)

2018-06-15 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I would like to generate the following array environment with orgtbl. > \begin{equation*} > % BEGIN RECEIVE ORGTBL laplace > \begin{array}{|c|c|} > f(x) & \mathcal{L} \left\{ f(x) \right\} =F(s) \\ \hline > \end{array} > % END RECE

[O] [SOLVED?] (was: how to compare strings of two columns for huge tables)

2018-06-13 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I have tables (several hundred rows) like this > | 03217428 | 3217428 | | > | 71310606 | 71310606 | | > | 05944371 | 5944371 | | > | 70086251 | 70086251 | | > | 50325182 | 50325182 | | > | 04559101 | 4559101 | | >

[O] [solved] (was: orgalist-mode seems not to work in GNU emacs 27 (master))

2018-05-07 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I just downloaded the package and turn orgalist minor mode on in my > message buffer. I try to insert a list as described Forget my mail. I restarted emacs and everything is as expected. Sorry for the noise. smime.p7s Description: S/MIME cryptog

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-

[O] [SOLVED] (was: problems with tables using https://orgmode.org/worg/org-tutorials/org-lookups.html)

2018-05-01 Thread Uwe Brauer
>>> "Nicolas" == Nicolas Goaziou writes: > Hello, > Uwe Brauer writes: > It definitely works here. Sorry by bad, I did not eval the lisp command in-interval! Now everything works as expected. Thanks! smime.p7s Description: S/MIME cryptographic 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 -

[O] [SOLVED] Re: Let org table support move region selected fields

2018-04-29 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 > They are, but within "special" commands -- see this in org.el: > > (org-defkey org-mode-map (kbd "C-c C-x C-w") #'org-cut-special) > (org-defkey org-mode-map (kbd "C-c C-x M-w") #'org-copy-special) > (org-defkey org-mode-map (kbd "C-c C-x C-y") #'

[O] [SOLVED :padline no] (was: org-babel-trangle, proble when loop is interrupted by documentation)

2018-04-21 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: >> Hello, >> Uwe Brauer writes: >> I guess you have to set `org-src-preserve-indentation' globally, or use >> "-i" flag for the block, which is locally equivalent. I think I found it: * A test example #+BEGIN_SRC matlab :tangle test.m :padline no

[O] [SOLVED aggregate] (was: send the content of one column of a table to another table)

2018-04-10 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I want to do something simple, just sending (pushing) a column of > one table to another column of another table. I know about > orgtbl-join but I can't get it to work, besides I don't need all > its sophistication. Hi It seems that the f

[O] [SOLVED] Re: How to combine Lisp style and Calc style Table Formula together?

2018-04-09 Thread stardiviner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thierry Banel writes: > Try this: > $2=$1;%1.1e > Thanks, this is really great. - -- [ stardiviner ] don't need to convince with trends. Blog: https://stardiviner.github.io/ IRC(freenode): stardiviner GPG: F09F650D7D6748198

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

[O] [SOLVED] (was: export table to html, don't display certain columns)

2018-04-04 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I know that in radio tables I can skip columns like this > % END RECEIVE ORGTBL firmas \begin{comment} #+ORGTBL: SEND firmas > orgtbl-to-latex :skipcols (1) :lend " \\hline" :environment > supertabular To answer my own question | / |

[O] [SOLVED] let org-git-link.el suport Magit related buffers

2018-03-27 Thread stardiviner
Thanks for your suggestion. This is great. On 03/27/2018 02:04 PM, Daniel Kraus wrote: Hi! stardiviner writes: I hope can combine Org-mode links with Magit through `org-git-link.el`. [...] Is there anyone want to or can implement this? There is https://github.com/magit/orgit Cheers, Da

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: ...[

[O] [SOLVED] (was: how do you compose mails in Gnus with org-mode)

2018-03-09 Thread Uwe Brauer
> 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: ...[] > ` I found the culprit (setq me

[O] [SOLVED] Re: How to get a list of all TODO keywords from defined variable `org-todo-keywords`?

2018-01-04 Thread numbch...@gmail.com
This works great. Thanks. [stardiviner] GPG key ID: 47C32433 IRC(freeenode): stardiviner Twitter: @numbchild Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 47C3 2433 Blog: http://stardiviner.github.io/ On Thu, Jan 4, 2018 at 10:23 AM, Adam Porter

[O] [SOLVED] Re: babel header argument :var is not expanded when tangling

2017-12-28 Thread stardiviner
tangles to (let ((x (quote "hi"))) (message x)) This is what I want. Problem solved. On 12/28/2017 09:20 AM, Grant Rettke wrote: They work differently. Try this example: #+BEGIN_SRC emacs-lisp :var x="hi" (message x) #+END_SRC tangles to (let ((x (quote "hi"))) (message x)) but t

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

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

2017-10-13 Thread David Maslen
Solved. 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? Starting emacs in a terminal worked, as the password prompt was in the originating terminal window. On a Mac, I tended to st

[O] [SOLVED] (was: exporting org to latex, execute matlab before exporting)

2017-08-03 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Which is what I want. When I convert the org file to latex I am again > asked to execute the src block, which I don't want since it is already > executed. How can I avoid this question, without deleting the src block. > This is important if I have a

[O] [SOLVED] Re: Mouse-over on bibliographic citation

2017-06-22 Thread Sharon Kimble
John Kitchin writes: > Can you add this to your org-file, run it and tell me what the output is: > > #+BEGIN_SRC emacs-lisp > (org-ref-find-bibliography) > #+END_SRC > > Also run M-x org-ref to see what bibliography org-ref thinks it is > using in that file. There were some recent changes to > (o

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

[O] SOLVED (was: workflow, matlab+latex in org file)

2017-03-10 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: >>> "John" == John Kitchin writes: >> I get the right wrapper around the results block in the org-file. I did >> have to add :exports results >> to the header to get it to export though. > Thanks ok the whole message you sent me I can now copy int

[O] [SOLVED] Re: exclude_tags stoppped working at 9.0.5 release?

2017-02-17 Thread Leslie Watter
Hi, On Fri, Feb 17, 2017 at 2:32 PM, Nick Dokos wrote: > Leslie Watter writes: > > > Hi Folks, > > > > I've tried org-lint on the files of these pastebin: > > > > http://pastebin.com/p7D3Qwd6 > > > > which are the same files but with tags on headlines, and it returned > nothing to me, but again

[O] SOLVED - Re: linking to headings with a unique ID exported to latex/PDF

2017-02-03 Thread Sharon Kimble
Sharon Kimble writes: > I'm writing a document which is exported to latex and then built into a > PDF where I might have 'Alcohol', just as an example, mentioned several > times in different level headings. Currently I'm using org links like > this [[*Alcohol][Alcohol]] but that only allows me to

[O] SOLVED - Re: word-spaces in header of a captured item, but how?

2016-08-20 Thread Sharon Kimble
Nicolas Goaziou writes: > Sharon Kimble writes: > >> However when I try other capture templates I get this - >> >> Wrote /home/boudiccas/.emacs.d/org/scratch.org >> (void-variable *) in me/eval-region-and-kill-mark [2 times] >> >> Which shows this from my init file - >> >> (use-package selected

[O] [SOLVED] Re: problems with auto-capitalise

2016-04-30 Thread Sharon Kimble
Milan Zamazal writes: > Do you use desktop.el? I experienced similar problems with it. I don't > remember the details but I've got the following in my Emacs > configuration that probably serves as my workaround of the problem: > > (add-to-list 'desktop-minor-mode-handlers >'(a

[O] SOLVED (was: temporary org-capture-templates)

2016-03-14 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hi > I would like to one entry for the org-capture-templates > which will prompt for the file I want to save the capture. > So I tried > (setq org-capture-templates > '( > ("G" "Generic" table-line (file+headline (read-string "Name of fil

[O] [solved] (was: orgtbl in latex files, problem)

2015-12-10 Thread Uwe Brauer
>>> "Uwe" == Uwe Brauer writes: > Hello > I swear that usually worked in my latex files. > Situation: Sorry the problem was caused by these lines in my init file: (add-hook 'orgtbl-mode-hook (lambda () (org-defkey orgtbl-mode-map "\C-c\C-c" (orgtbl-make-bin

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

[O] SOLVED: LaTeX equation align in orgmode?

2015-09-29 Thread Rainer M Krug
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 following latex formula in orgmode? >>

[O] Solved: [ ] Checkboxes or count of completed TODOs in subtree?

2015-09-24 Thread Rainer M Krug
Suvayu Ali writes: > On Thu, Sep 24, 2015 at 10:41:19AM +0200, Rainer M Krug wrote: >> >> I would like to be able to use something like checkboxes in a tree of >> headers. >> >> I understand that checkboxes only work in simple lists, i.e. not on >> headers and trees of headers. >> >> But I wou

[O] SOLVED: Error when tangling subtree - but works for whole document

2015-09-04 Thread Rainer M Krug
The problem is that tangling in an indirect buffer does not work. I'll post another email concerning this. Thanks, Rainer Rainer M Krug writes: > Hi > > I get an error #(wrong-type-argument stringp nil)# when I tangle a > subtree, but tangling the whole document works. > > , > | GNU Emacs

[O] SOLVED: Emacs crashes after upade of org (maybe unrelated)

2015-08-24 Thread Rainer M Krug
I re-installed emacs-mac with homebrew from source and it works now. Cheers, Rainer Rainer M Krug writes: > My emacs crashed today several times already on me - never happened > before. And if I say crash, I mean crash: emacs gone. > > Below the info I get from the OS (OS X, Yosemite). > > It

[O] SOLVED (was: Re: how to quote slashes in org-protocol string?)

2015-08-16 Thread Gregor Zattler
Dear org-mode users and developers, * Gregor Zattler [16. Aug. 2015]: > how do I quote slashes ("/") in TITLE or BODY in org-protocol > string? Answer: urlencode them as explained in https://en.wikipedia.org/wiki/Percent-encoding > emacsclient org-protocol:/capture:/x/URL/TITLE/BODY > > I

[O] [SOLVED] (was: [Q] Remove empty drawers ?)

2015-04-08 Thread Xavier Maillard
Xavier Maillard writes: > In fact, the fix has consisted in adding one empty PROPERTY block per > heading element (I don't know why though). Now I am looking for a way > to delete all of them :/ > > How would you do that ? Org-mode comes with the function `org-remove-empty-drawer-at', so removi

[O] [SOLVED] (was: how to change floating point rep in the spreadsheet)

2014-09-14 Thread Uwe Brauer
>> "Uwe" == Uwe Brauer writes: > When I have a table with the following calculation > (7/6)*(B&+C&+D&+E&);%0f Sorry I forgot the "." (7/6)*(B&+C&+D&+E&);%.1f That works as expected. Sorry for the noise Uwe Brauer

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

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

2014-07-08 Thread Rainer M Krug
t...@tsdye.com (Thomas S. Dye) writes: > Aloha Rainer, > > Rainer M Krug writes: > >> Hi >> >> I used the source block language 'makefile' >> >> #+begin_src R makefile >> ... >> #+end_src >> >> and now I would like top export this block to html. I am using the >> listings package for this, and it

[O] solved: "org-mode fontification error" with newest git

2014-05-16 Thread Rainer M Krug
Sorry for the noise - working. Was caused by inconsistent compilation of org and ess. Cheers, Rainer Rainer M Krug writes: > Hi > > I get an "org-mode fontification error" for R when using the newest org > From git. > > I have set > > (setq org-src-fontify-natively t) > > Unfortunately, I d

[O] [SOLVED] Re: TODOs in the agenda?

2014-03-29 Thread Sharon Kimble
Sharon Kimble writes: > I have a document called 'organiser.org' which is mainly comprised of various > TODOs under various projects, and various NEXT under birthdays and hospital > appointments. These TODOs can be up to 4 levels in depth, and with one level 1 > TODO as the project header. How ca

[O] SOLVED: [babel] disable :session for a code block?

2014-02-24 Thread Rainer M Krug
Andreas Leha writes: > Rainer M Krug writes: > >> Hi >> >> I would like to save all in org defined variables into an R data >> file. In general this works fine with the following code block: >> >> >> #+begin_src R :session null :results output >> dir.create("./data/", showWarnings=FALSE) >> save

[O] [SOLVED] Re: Feature Request: Let Org-mode tasks (subtasks) complete percent state more *accurate*.

2013-07-10 Thread chris
Excerpts from [ Eric S Fraga ] On [2013-07-10 09:51:59 +0100]: > chris writes: > > [...] on how org counts completed tasks > > > I hope Org-mode can improve this. > > Well, this is a matter of interpretation. Org is counting how many of > the main tasks are complete. Sub-tasks are not a

[O] SOLVED: Automatically adding local variables to tangled file

2013-06-10 Thread Rainer M Krug
Eric Schulte writes: [snip (41 lines)] >>> He added the following to his config file to test the approach: >>> >>> , >>> | (defvar org-babel-tangled-file nil >>> | "If non-nill, current file was tangled with org-babel-tangle") >>> |(put 'org-babel-tangled-file 'safe-local-variabl

[O] SOLVED: LaTeX source block problems

2013-01-28 Thread Rainer M Krug
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I solved it bu using the examples on http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-LaTeX.html especially the tkz example. So it looks no as follow: * The gantt chart #+header: :fit yes :noweb yes :headers '("\\usepackage{pgfgantt}") #+

[O] solved (Re: BUG ? [new HTML exporter] subtree: newline and slash)

2012-11-07 Thread Giovanni Ridolfi
Da: Nicolas Goaziou inviato: Martedì 6 Novembre 2012 18:20 Giovanni Ridolfi writes: >> did you try to replicate the bug?  > Yes, sir. Thank you very much for having fixed it some time ago and, please, accept my apology for having overreacted yesterday evening,  without double checking. I

[O] [Solved] Re: Taskjuggler and installation

2012-06-12 Thread Simon Thum
Hi, just wanted to say it was indeed emacs picking up an ages-old org-install.el. Thanks, Simon On 06/06/2012 01:46 AM, Nick Dokos wrote: Simon Thum wrote: Hi all, I am using org-mode's taskjuggler export on two machines (win7 standard emacs 23.3/linux emacs 23.4.2) with 99% identical

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

[O] Solved (was: Xemacs: org-preview-latex-fragment, png not readable.)

2012-01-28 Thread Uwe Brauer
>> On Sat, 28 Jan 2012 21:20:48 +0100, Uwe Brauer wrote: > Which does not work for Xemacs. Thanks to Julian Bradfield, > the solution seems to be: > (defun org-dvipng-color (attr) > "Return an rgb color specification for dvipng." > (apply 'format "rgb %s %s %s" > (map

[O] SOLVED Re: using first heading as in batch export to html

2012-01-25 Thread Detlef Steuer
On Tue, 24 Jan 2012 14:39:55 +0100 Detlef Steuer wrote: > If I batch export a test.org looking like this > > -- test.org > * heading1 > some text > > > to html I get a test as result. > > If I open the file and do C-c @ on the first heading the > result contains

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

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

2012-01-06 Thread knubee
> * 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!

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

[O] [SOLVED] Re: Problems with Org Mobile

2011-10-27 Thread Giovanni Ridolfi
Forwarding to the list. Renger van Nieuwkoop writes: > Thanks Giovanni > There it was set to an old, non-existing directory. > Now it works