>>> "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 |
>> |--+---
>>> "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
>>> "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
> #+
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
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
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
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
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
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
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,
>>> "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
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
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
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-
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
>>> "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
>>> "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
>>> "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 | |
>
>>> "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
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-
>>> "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
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
-
-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") #'
>>> "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
>>> "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
-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
> To answer my own question
> | / | / | | | / |
> | | Name | Res | Letra | Obs |
> |---+---+-+---+-|
> | | Smith | 0 | | |
> | | Jones | 1.4 | | |
> | | Bond | 5.6 | * | |
> All columns starting wit
>>> "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
| / |
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
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: ...[
> 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
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
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
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
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
>>> "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
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
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
>>> "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
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
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
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
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
>>> "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
>>> "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
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
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?
>>
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
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
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
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
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
>> "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
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
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
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
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
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
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
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
-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}")
#+
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
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
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 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
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
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
> * 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!
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
Forwarding to the list.
Renger van Nieuwkoop writes:
> Thanks Giovanni
> There it was set to an old, non-existing directory.
> Now it works
95 matches
Mail list logo