On Monday, 18 Apr 2016 at 07:10, Michael Welle wrote:
> Hello,
>
> I want to export Org task descriptions to html. It's a text about Org,
> so I want the tasks to appear in html as they appear in an Org buffer,
> colouring is a bonus ;).
>
> I tried:
>
> #+BEGIN_SRC org
> * TODO foo
> #+END_SRC
Yo
On gpg encrypting (symmetrical) a file I get the warning:
mouse-minibuffer-check: Wrong type argument: window-valid-p, #
after clicking ok in the encryption dialogue buffer. The actual
encryption seems to work, with password and repeat password prompts. I
am using emacs-25.1.50.1, git-pulled an
I don't think so. I haven't seen this be the case. A simple example like
this works as expected I think.
#+BEGIN_SRC emacs-lisp
(setq x 4)
#+END_SRC
#+RESULTS:
: 4
#+BEGIN_SRC emacs-lisp
(+ x 9)
#+END_SRC
#+RESULTS:
: 13
So far, I have only seen where this makes some new things possible. e.g
I found a (save-buffer) in the bibtex entry clean functions and took
that out. I think it solves this problem.
Julien Cubizolles writes:
> John Kitchin writes:
>
>> thanks for the report. I think I have fixed it in a recent push.
>
> It now gets the bibtex entry right however its behaviour is st
Hello,
Jorge Peixoto de Morais Neto writes:
> Suppose I wanted "animal" to be a group tag matching itself and
> "mammal". I would like them to be mutually exclusive to avoid
> redundancy. So I would define them in org-tag-persistent-alist as
> such:
> (:startgroup)
> ("animal" . ?a)
Hello!
I've got a question I hope you might be able to answer. I'm trying to
add multi-paragraph item support to plain lists to my ox-jira.el
package. c.f. https://github.com/stig/ox-jira.el/issues/17
The issue I have is that I want to replace the blank line between
paragraphs in list items (wh
Hello,
John Kitchin writes:
> Set default in `org-babel-default-header-args:emacs-lisp'. Add an
> optional argument to the eval function.
Thanks for the patch. Some comments follow.
> +*** Default lexical evaluation of emacs-lisp src blocks
> +Emacs-lisp src blocks in babel are now evaluated u
Hello,
Stig Brautaset writes:
> I've got a question I hope you might be able to answer. I'm trying to
> add multi-paragraph item support to plain lists to my ox-jira.el
> package. c.f. https://github.com/stig/ox-jira.el/issues/17
>
> The issue I have is that I want to replace the blank line bet
Thanks for the feedback. I have a few questions below.
On Mon, Apr 18, 2016 at 12:38 PM, Nicolas Goaziou
wrote:
> Hello,
>
> John Kitchin writes:
>
> > Set default in `org-babel-default-header-args:emacs-lisp'. Add an
> > optional argument to the eval function.
>
> Thanks for the patch. Some c
John Kitchin writes:
> I just put it in because it is an option for the eval function, and it was
> not difficult to implement. It might be useful for debugging.
Fair enough.
> Are you suggesting use defconst instead of defvar? Does it really need all
> the things in org-babel-header-args:R? Or
Set default in `org-babel-default-header-args:emacs-lisp'. Add an
optional argument to the eval function.
---
etc/ORG-NEWS | 11 +++
lisp/ob-emacs-lisp.el | 33 -
2 files changed, 35 insertions(+), 9 deletions(-)
diff --git a/etc/ORG-NEWS b/etc/ORG
thanks. I think I have addressed these in a new patch I just submitted.
John
---
Professor John Kitchin
Doherty Hall A207F
Department of Chemical Engineering
Carnegie Mellon University
Pittsburgh, PA 15213
412-268-7803
@johnkitchin
http://kitchingroup.cheme.cmu.edu
> For the record, it is better to simply post minimal init.el and
> "group-tags-bug.org", both as plain text, in the message.
Of course. Sorry for being obtuse. And I took the opportunity to test
that the bug still occurs in org-20160418.
File gr
On 12 April 2016 at 17:35, Nicolas Goaziou wrote:
> Could you send it by mail? You can remove the copy of ~/.emacs.d/elpa.
As you requested in the other e-mail, here are the files inline:
File repeated-tags-bug-trigger.org:
--
* Dummy Headline :dummy:
--
Jorge writes:
>> For the record, it is better to simply post minimal init.el and
>> "group-tags-bug.org", both as plain text, in the message.
> Of course. Sorry for being obtuse. And I took the opportunity to test
> that the bug still occurs in org-20160418.
The
Hello,
Jorge writes:
> On 12 April 2016 at 17:35, Nicolas Goaziou wrote:
>> Could you send it by mail? You can remove the copy of ~/.emacs.d/elpa.
>
> As you requested in the other e-mail, here are the files inline:
>
> File repeated-tags-bug-trigger.org:
> --
> * Dummy Head
f course. Sorry for being obtuse. And I took the opportunity to test
>> that the bug still occurs in org-20160418.
>
> The bug was fixed in master, i.e., development branch. It means the fix
> will not appear on ELPA before Org 9.0 is released.
>
> Regards,
--
- I am B
Hi Michael,
That is very cool! Thanks for sharing. I can imagine integrating that
with org-habits somehow. You might consider putting the lisp files on
GitHub somewhere.
18 matches
Mail list logo