On Thu, 19 May 2016, Ken Mankoff wrote:
I've noticed that code and results are all getting exported in the
latest Org mode git head. This is new behavior. I haven't traced
it to what commit caused this change, but the stock 8.2.10 install does
not have this bug.
The offending setting is:
(se
> > Backspace works as expected, however.
> I'm afraid that as of org-20160516 on ELPA, backspace also does not
> overwrite whitespace.
Oh, it seems like backspace works fine in text modes like
fundamental-mode and message-mode, but not prog-derived modes. I'd say
that's another bug.
A git bisec
A bit of digging in git and I guess this commit may be related,
http://orgmode.org/w/?p=org-mode.git;a=commitdiff;h=ec615b192d703a0201ceefd46897e4636ff00a38
summarized as "Fix `org-export-babel-evaluate' handling"
-k.
On 2016-05-19 at 20:13, Ken Mankoff wrote:
> I've noticed that code and r
I've noticed that code and results are all getting exported in the
latest Org mode git head. This is new behavior. I haven't traced
it to what commit caused this change, but the stock 8.2.10 install does
not have this bug.
The offending setting is:
(setq org-export-babel-evaluate nil)
My full
I added a port switch for postgresql in ob-sql.el
If you have sql loaded and do something like the follow:
#+name: example
#+header: :engine postgresql
#+header: :dbhost localhost
#+header: :dbport 6543
#+header: :dbuser orgmode
#+header: :database ob-sql
#+BEGIN_SRC sql
select * from everythin
Hi Daniel
On Wed, May 18, 2016 at 3:10 AM, Daniele Pizzolli wrote:
>
> I did not found out:
>
> - how to get the table headers in python
>
>
I can answer this small part. Use the (counter-intuitively named)
":colnames no" header argument, see [[info:org#colnames]]. The default
behavior is ":co
Am 13.05.2016 um 13:04 schrieb Rainer Stengele:
Am 11.05.2016 um 21:45 schrieb Rainer Stengele:
Am 11.05.2016 um 18:22 schrieb Marco Wahl:
Hi Rainer,
I could not find a variable which allows formatting the clock report
that is created in the org agenda by "v R".
Any quick pointer to such one
one of the great things about the plain text format is that a word and
regular expression search will catch anything -- including stuff that
is semantic in org.
samuel
--
The Kafka Pandemic: http://thekafkapandemic.blogspot.com
The disease DOES progress. MANY people have died from it. And
ANY
On Thu, May 19, 2016 at 2:32 PM, Ken Mankoff wrote:
>
> On 2016-05-19 at 15:21, William Henney wrote:
> > I think Elpy works fine with conda environments - you just have to
> > call pyvenv-activate with the desired path.
>
> Yes, I have discovered that since I sent my email.
>
> > You have inspi
On 16-05-16 03:59 PM, Samuel Wales wrote:
i skip tags almost entirely in favor of regular expression search. :)
Hi Samuel, thanks for your response. Using regular expression search is
certainly a good approach to this problem and I would like to take some
time to master this technique better.
On 2016-05-19 at 15:21, William Henney wrote:
> I think Elpy works fine with conda environments - you just have to
> call pyvenv-activate with the desired path.
Yes, I have discovered that since I sent my email.
> You have inspired me to try and automate this for org source blocks
> (see org sn
On Thu, May 19, 2016 at 8:18 AM, Ken Mankoff wrote:
>
> Thanks for the example. This makes conda + Org work better than it has for
> me in the past. Unfortunately, one major issues is editing and running code
> outside of Org via (org-edit-special). Perhaps elpy will support conda
> environments
On Thursday, May 19, 2016 12:45 PM, Mambo Levis wrote:
Hi,
Yesterday I reported an issue (see bellow). How can I see its status? I open an
account in lists.gnu.org Mailing Lists but I couldn't findhow to search for a
reported issue.
Thanks,
Levis
On Wednesday, May 18, 2016 9:18 PM, Ma
hello
Please look at the following example
\documentclass[addpoints,12pt]{exam}
\begin{document}
%
[[file:~/ALLES/tex/vorlesungen/HGBioQuim/Examen+geogebra/Examen2/README.org::*Overview][Overview]]
\begin{questions}
%
[[file:~/ALLES/tex/vorlesungen/HGBioQuim/Examen+geogebra/Examen2
Hi,
I've long wanted to use ox to auto-generate something that looks like a
blog index.
This patch makes ox sitemaps a bit more flexible. For instance, it would
allow me to use something like this for ‘:sitemap-file-entry-format’,
:sitemap-file-entry-format "* [[file:%l][%t]]
#+include:
Thank you for patiently help, this is v9 patch, inhert feature is
removed from this patch, I need to think it over, maybe submit
patch in the future.
please comment again, thanks again :-)
>From e18b7a4430ff90d6bcb828e3898ef25c61aba4bd Mon Sep 17 00:00:00 2001
From: Feng Shu
Date: Tue, 17 May
Nicolas Goaziou writes:
> Hello,
>
> Eric Abrahamsen writes:
>
>> Okay, there's the problem. In the org git repo, the code above has been
>> that way since it was added in 2015. In the package-manager version,
>> however, it now looks like this:
>>
>> (let* ((tag (substring x 1))
>>
Hi Will,
Thanks for the example. This makes conda + Org work better than it has for me
in the past. Unfortunately, one major issues is editing and running code
outside of Org via (org-edit-special). Perhaps elpy will support conda
environments soon.
On 2016-05-18 at 23:37, William Henney wrot
On Thu, May 19, 2016 at 10:25:09AM +0100, Myles English wrote:
> > What is the best way of including tikz into org for latex export
> > (beamer and pdf), and to have preview as well?
I have used R in the past to generate two outputs for a given graph,
one PNG and one PDF from a source block in my
tumashu writes:
> `((?b . ,(shell-quote-argument base-name))
>(?f . ,(shell-quote-argument full-name))
> (?o . ,(shell-quote-argument out-dir))
>
>
> What about add a spec to output-file, some commands need this
> information.
I'm not sure to understand. What information do you ne
`((?b . ,(shell-quote-argument base-name))
(?f . ,(shell-quote-argument full-name))
(?o . ,(shell-quote-argument out-dir))
What about add a spec to output-file, some commands need this information.
I will edit my diff tonight and sent to org-mode mailling list as far as
possible.
Hello Rainer,
Rainer M Krug writes:
> What is the best way of including tikz into org for latex export
> (beamer and pdf), and to have preview as well?
I don't know, but I do remember that using the `standalone' document
class was useful because you can keep the tikz picture in its own .tex
fil
This works for me, but if you change tsmuser value in session, you have
to C-c C-c in PROPERTY line, getting "Local setup have been refreshed".
#+PROPERTY: var tsmuser="query"
* foo
:PROPERTIES:
:header-args: :var tsmpass="query"
:END:
#+name: toy
#+begin_src sh :var bloop="foo"
echo sss ${
Hello,
Eric Abrahamsen writes:
> Okay, there's the problem. In the org git repo, the code above has been
> that way since it was added in 2015. In the package-manager version,
> however, it now looks like this:
>
> (let* ((tag (substring x 1))
>(isregexp (and (equal "{" (substr
Hello,
Peter Sterner writes:
> I'm trying out org-mode's tagging-system. In my init.el file I added
>
> (setq org-tag-alist '((:startgroup . nil)
> ("@work" . ?w) ("@home" . ?h)
> ("@tennisclub" . ?t)
> (:endgroup . nil)
>
Hello,
"Feng Shu" writes:
> I have rebase my patch to new function org-compile-file, the v8 patch is
> very different with the earlier version, it is more simpler i think,
> please comment again, thanks for your help!
Thank you. I added `org-compile-file' to master branch and incorporated
some
Hi Steve,
Steve Moreau writes:
> Finally, if it doesn't exist and you think it would be nice to have, would
> you please suggest an entry point in the source code to start digging ?
It does not exists. To load all included file into your buffer you can
use ‘org-export-expand-include-keyword’,
Hello,
Rasmus writes:
> Pushed.
Thank you.
Regards,
--
Nicolas Goaziou
Hi,
I have a question regarding the include of sub .org files into a main file.
As for now, I know it is possible to do that with
include file
#+INCLUDE: "archives.org"
The target can be opened with C-c ' into another buffer (which runs the
command org-edit-special)
Alternatively, is it p
29 matches
Mail list logo