I've discovered something this morning that puzzles me, and I can't work out
how to google it!
In my organiser file I have this task set up -
--8<---cut here---start->8---
*** TODO end of life care
DEADLINE: <2016-12-30 Fri> SCHEDULED: <2016-08-31 Wed +1d>
:P
Thanks,
I have just submitted the FSF papers.
Best,
thibault
Nicolas Goaziou writes:
> Hello,
>
> Thibault Marin writes:
>
>> I am attaching an updated patch adding the Lua language to the CSS in
>> `org-html-style-default'.
>
> Patches applied. Thank you.
>
> Would you consider signing FSF p
hi, John,
> I like the idea behind ob-ipython, hopefully where it might go as
> ob-jupyter, which could make it able to run many other languages via
> the jupyter project and it's kernels.
thanks for the reply. i'm not really up to speed on Jupyter, et al.
but, from a brief look, my work is prob
All set, thanks! Just got the confirmation.
Cheers,
Jake Romer
On Fri, Aug 26, 2016 at 10:32 AM, Nicolas Goaziou
wrote:
> Hello,
>
> Jake Romer writes:
>
> > I just submitted it. Thanks!
>
> Great! Let me know when the process is over so I can apply the changes.
>
> Regards,
>
> --
> Nicolas
On Tue, Aug 30, 2016 at 12:25 PM, Andrea Giugliano wrote:
> I think that the ideal solution is to allow an user to make
> org-babel-detangle rely on header IDs, since this not only assures
> detangle to find the correct header every time, but also push the user
> to use IDs through org-id (that se
now I can not remember if I sent this earlier.
I like the idea behind ob-ipython, hopefully where it might go as
ob-jupyter, which could make it able to run many other languages via the
jupyter project and it's kernels.
The last time I tried it, it only supported sessions, and I had to add
non-se
To make it clear, the behavior I reported can be reproduced with a clean init
file with just org loaded.
I put the table
| a | b | c |
|+---+---|
| \alpha | | |
in an org file, toggle pretty entities by C-c C-x \, then C-c C-c to realign
the table. The result I get is
| a |
Actually, I found that thread (
https://lists.gnu.org/archive/html/emacs-orgmode/2015-09/msg00390.html) and
looked thrugh it (not as good as "looking through" it), but didn't make the
connection that it was because of the boolean -- again. What threw me was
how this time it seemed to just be a sour
Hello,
I have an org mode file with deep subtrees (i.e., 7 stars nesting
level).
When I try to detangle a src block generated by
"
*** TODO find map
:PROPERTIES:
:ID: 501cfff7-3b24-47cc-9ada-42e6d46abbe9
:END:
#+BEGIN_SRC ocaml :noeval :comments both :mkdirp yes :tangle ~/tmp/findMap.
Lawrence Bottorff writes:
> I'm using Racket with Geiser and I get this error:
>
> executing Scheme code block...
> => #f
> org-babel-scheme-execute-with-geiser: Invalid read syntax: "#"
>
> when in an org-mode file this code
>
> #+begin_src scheme :exports both :session ch3
> (define (bool-imply
On 2016-08-30 06:08, Nicolas Goaziou wrote:
> I have no objection to this.
Ok; patch attached :) Here's a test case:
~this~~won't~~work~
~but~~this~~will~
~and~~so~~will~~this~
⇒ this~~won't~~work
butthiswill
andsowillthis
You can see the difference in beha
I'm using Racket with Geiser and I get this error:
executing Scheme code block...
=> #f
org-babel-scheme-execute-with-geiser: Invalid read syntax: "#"
when in an org-mode file this code
#+begin_src scheme :exports both :session ch3
(define (bool-imply2 x y)
(or (not x) y))
#+end_src
is run (C
Thx John, this is *exactly* what i wanted...its just as always my wishes
and code skills dont align
thx so much again
Z
On Tue, Aug 30, 2016 at 4:50 PM, John Kitchin
wrote:
>
> (defun z/export-to-ics ()
> (interactive)
> (with-current-buffer (find-file-noselect "meetings.org")
> (rename-file
I can't tell exactly what you have in mind. Can't you just add (find-file "
meetings.org") to the function?
or wrap the whole thing like this:
(defun z/export-to-ics ()
(interactive)
(with-current-buffer (find-file-noselect "meetings.org")
(rename-file (org-icalendar-export-to-ics)
"/home/zeltak
anyone? kinda stuck here :)
thx!
z
On Thu, Aug 25, 2016 at 10:32 AM, Xebar Saram wrote:
> Hi again all
>
> so i have a related question so ill continue in this thread. i have been
> using this command succesfully in the last few weeks
>
> (defun z/export-to-ics ()
> (interactive)
> (rename-fi
Am 30.08.2016 um 13:54 schrieb Florian Lindner:
> Am 30.08.2016 um 13:04 schrieb Georgiy Tugai:
>> I don't know if it'll work for Python, but here's an example of what
>> works for me with Ditaa:
>>
>>> #+BEGIN_SRC ditaa :file figs/-mininet-ovsk.png :cache yes
>>>/+ /+ /+ /+
>>>
Hello,
Georgiy Tugai writes:
> I don't know if it'll work for Python, but here's an example of what
> works for me with Ditaa:
>
>> #+BEGIN_SRC ditaa :file figs/-mininet-ovsk.png :cache yes
>>/+ /+ /+ /+
>>|host| |host| |host| |host| Containers
>>+-+--/ +-+--/ +
Am 30.08.2016 um 13:04 schrieb Georgiy Tugai:
> I don't know if it'll work for Python, but here's an example of what
> works for me with Ditaa:
>
>> #+BEGIN_SRC ditaa :file figs/-mininet-ovsk.png :cache yes
>>/+ /+ /+ /+
>>|host| |host| |host| |host| Containers
>>
On Monday, 29 Aug 2016 at 13:25, John Kitchin wrote:
>> You know you're an Emacs user when...
>
> You select some text in MS Word and Type C-w to cut it... and are very
> unhappy when Word closes...
Funnily enough, I'm usually happy when Word closes... ;-)
(sorry for the noise but I couldn't res
Am 30.08.2016 um 12:11 schrieb Nicolas Goaziou:
> Hello,
>
> Florian Lindner writes:
>
>> I have this code block:
>>
[...]
>> When exporting to latex it nicely compiles into
>> \includegraphics[width=.9\linewidth]{rbf-gaussian-4.pdf}.
>>
>> Now I want to have this \includegraphics in a figure
I don't know if it'll work for Python, but here's an example of what
works for me with Ditaa:
> #+BEGIN_SRC ditaa :file figs/-mininet-ovsk.png :cache yes
>/+ /+ /+ /+
>|host| |host| |host| |host| Containers
>+-+--/ +-+--/ +--+-/ +--+-/
> | | |
Hello,
Florian Lindner writes:
> I have this code block:
>
> #+BEGIN_SRC python :exports results :results file
> import matplotlib.pyplot as plt, numpy as np
> x = np.linspace(-2, 2, 1000)
> plt.plot(x, np.exp(-np.power(4*x, 2)), label="shape-parameter=4")
> for i in range(-4, 5): plt.ax
Hello,
Clément Pit--Claudel writes:
> In the following snippets, I have marked which bits are syntax-highlighted as
> code, and which bits are exported as code.
>
> Some “=code=” [fn:: ~more~ ~of it~]. ~even more code~—
> ~this~ —.
>Highlighted?NoYes
Hello,
I have this code block:
#+BEGIN_SRC python :exports results :results file
import matplotlib.pyplot as plt, numpy as np
x = np.linspace(-2, 2, 1000)
plt.plot(x, np.exp(-np.power(4*x, 2)), label="shape-parameter=4")
for i in range(-4, 5): plt.axvline(1/6 * i, ymax = 0.1, ls = "-.", c
Hello,
Konstantin Kliakhandler writes:
> Sorry for the late reply. Am I supposed to send the patch against master or
> against maint?
The latter. Applied. Thank you.
Regards,
--
Nicolas Goaziou
Hello,
kevinbanjo writes:
> Hi,
> I installed the get-stable version in ~/0work/org-mode and did the make on
> it (see my previous email).
>
> I then added
>
> (push "~/0work/org-mode/lisp" load-path)
> (push "~/0work/org-mode/etc" load-path)
> (push "~/0work/org-mode/contrib" load-path)
>
> (re
Hello,
kevinbanjo writes:
> Hi, following this:
>
> http://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development
>
> I cloned the git repo then did:
>
> git checkout -b stable origin/maint
>
> then:
>
> make up2
>
> and I got the output attached.
>
> Question is, shouldn't stab
Hello,
I learn to use org-ref and try to export a simple document:
* Section
label:Testlabel Some citations cite:Bungartz2015 and cite:Torres2009 and a
reference to a label ref:Testlabel
bibliographystyle:unsrt
[[bibliography:/home/florian/Mendeley/library.bib]]
This exports to:
\section{Sect
28 matches
Mail list logo