Re: [O] [OT] A new web browser‽

2016-04-12 Thread Eric Abrahamsen
Haider Rizvi writes: > Eric Abrahamsen writes: > >> I've been using Conkeror (based on Xulrunner/Firefox) for a while >> now, and like it enough to stick with it. It's completely keyboard >> driven, which I love. It's also not super stable, nor does

Re: [O] export to odt is not per default in the export menu

2016-04-12 Thread Eduardo Mercovich
Hi. >>> [...] I suggest that ODT should be provided out of the box. It is >>> clearly in demand. It meets the needs of a whole segment of users >>> that need to work with office software. Sure, nothing prevents them >>> from using it by adding a brief line to their init file. But why not >>>

Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-12 Thread John Kitchin
How did you install emacs? You can see how I do it here: https://github.com/jkitchin/jmax/blob/master/install-jmax-mac.sh#L12 this has worked for me for a long time. Jeffrey Spencer writes: > I keep getting the following error when exporting from org-mode but > everything else seems to work

[O] Org-mode export doesn't work anymore after moving to OsX

2016-04-12 Thread Jeffrey Spencer
I keep getting the following error when exporting from org-mode but everything else seems to work fine except maybe spell-checking is broken too. I just pulled the newest version from git as well. ``` File mode specification error: (void-function exec-installed-p) Debug (ox-odt): Searching for

[O] ANN: ox-jira -- JIRA Backend for Org Export Engine

2016-04-12 Thread Stig Brautaset
I wrote a simplistic JIRA backend for Org Export so that I can draft JIRA tickets & comments in Org mode and export to JIRA markup. Credits: most of this was produce by means of cargo-cult programming, using ox-latex and ox-ascii as inspiration. Code: https://github.com/stig/ox-jira.el It

[O] exporting a header with a link does not export the link

2016-04-12 Thread Samuel Wales
a header with a link on it does not get exported, at least not to ascii, in maint. -- The Kafka Pandemic: http://thekafkapandemic.blogspot.com The disease DOES progress. MANY people have died from it. And ANYBODY can get it. Denmark: free Karina Hansen NOW.

Re: [O] Bug: Repeated candidate tags in org-set-tags-command interface [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/jorge/.emacs.d/elpa/org-20160404/)]

2016-04-12 Thread Nicolas Goaziou
Hello, Jorge Peixoto de Morais Neto writes: > I have set org-tag-persistent-alist.  In my .org files, many of these > tags do in fact appear.  But then when I try to change the tags of some > entry with org-set-tags-command, Org shows about double the expected > number of

Re: [O] [PATCH] expose nrepl's timeout setting in ob-clojure.el

2016-04-12 Thread Nicolas Goaziou
Hello, Frederick Giasson writes: >>> (setq result >>>(nrepl-dict-get >>> - (nrepl-sync-request:eval >>> -expanded (cider-current-connection) (cider-current-session)) >>> + (let ((nrepl-sync-request-timeout >>>

Re: [O] feature request: exporting TBLFM line, formatted or not

2016-04-12 Thread Nicolas Goaziou
Hello, Eric S Fraga writes: > For pedagogical reasons, it would be nice to be able, in some case, to > export a table (to LaTeX typically) with annotations (i.e. column and > row labels) and, more importantly, the equations used to populate the > table. Is this possible

Re: [O] lisp babel

2016-04-12 Thread Nicolas Goaziou
Hello, "Thomas S. Dye" writes: > I agree with Nick. The default should be "slime-eval" so existing > setups and work-flows aren't broken. I didn't notice the patch changed the default value. This is now fixed. Thank you. Regards, -- Nicolas Goaziou

Re: [O] lisp babel

2016-04-12 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Patch for the typo is attached. Applied. Thank you. Regards, -- Nicolas Goaziou

Re: [O] Bug: typo in [[info:org#Tag hierarchy]] [8.3.4 (8.3.4-34-gacfd41-elpa @ /home/jorge/.emacs.d/elpa/org-20160411/)]

2016-04-12 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > The paragraph is in need of some editing, but I think some of the @ signs are > wrong: they are used as escapes in the texi file and a couple of them > are missing. I attach a patch but it could use some review to make sure > it's correct. It looks

Re: [O] lisp babel

2016-04-12 Thread Colin Baxter
Nick Dokos gmail.com> writes: > > Nick Dokos gmail.com> writes: > > > Colin Baxter yandex.com> writes: > > > >> Common Lisp in babel steems to have stopped working. With slime > >> running and (lisp . t) in my emacs init, I now get the error > >> > >> org-babel-execute:lisp: Cannot open load

Re: [O] lisp babel

2016-04-12 Thread Thomas S. Dye
Nick Dokos writes: > To change the default evaluator back to slime, add > > (setq org-babel-lisp-eval-fn "slime-eval") > > to your init file somewhere. > > The patch only fixes the typo in the documentation; it does not change > the default evaluator back to slime. Although I would probably vote

Re: [O] lisp babel

2016-04-12 Thread Nick Dokos
Colin Baxter writes: > Nick Dokos gmail.com> writes: > >> >> Nick Dokos gmail.com> writes: >> >> > Colin Baxter yandex.com> writes: >> > >> >> Common Lisp in babel steems to have stopped working. With slime >> >> running and (lisp . t) in my emacs init, I now get the

[O] Does org-babel-tangle-jump-to-code exists?

2016-04-12 Thread Frederick Giasson
Hi Everybody, I was wondering if something like "org-babel-tangle-jump-to-code" exists anywhere? I am looking for a way to jump to a tangled file from the Org file, and not the opposite (which is handled using "org-babel-tangle-jump-to-org"). Thanks, Fred

Re: [O] [OT] A new web browser‽

2016-04-12 Thread Haider Rizvi
Eric Abrahamsen writes: > I've been using Conkeror (based on Xulrunner/Firefox) for a while > now, and like it enough to stick with it. It's completely keyboard > driven, which I love. It's also not super stable, nor does it seem > to be actively maintained, which I

Re: [O] Add caching to org-buffer-property-keys

2016-04-12 Thread eniotna
Hello, > I'm sure, it's only a small error of mine. Replace `(mapcar #'list (org-entry-properties nil nil))` by `(org-entry-properties nil nil)` in your `org-read-entry-property-name` definition: ``` (defun org-read-entry-property-name () "Read a property name from the current entry

Re: [O] Add caching to org-buffer-property-keys

2016-04-12 Thread Karl Voit
* Thierry Banel wrote: > Nice function! > Maybe a rewrite of (org-read-property-name) calling > (org-entry-properties) could speed up things. > (org-entry-properties) returns an assoc list of the local header properties. OK, great idea. I tried by myself (Elisp noob) and

Re: [O] [OT] A new web browser‽

2016-04-12 Thread Phillip Lord
Michael Welle writes: >> Did you submit a bug report? > no, I didn't. I think it's by design and more a feature request than a > bug. And to be honest, eww is not so important to me. w3m works quite > nice. The bug tracker is for feature requests also! Phil

Re: [O] [OT] A new web browser‽

2016-04-12 Thread Phillip Lord
Michael Welle writes: > Hallo, > > Peter Davis writes: > >> On Sat, Apr 9, 2016, at 02:09 PM, Marcin Borkowski wrote: >>> >>> eww ;-) >>> >> >> I never played with eww before. It looks interesting, but seriously, is >> there any way to cancel a large

Re: [O] [OT] A new web browser‽

2016-04-12 Thread Sharon Kimble
Michael Welle writes: > Hallo, > > Peter Davis writes: > >> On Sat, Apr 9, 2016, at 02:09 PM, Marcin Borkowski wrote: >>> >>> eww ;-) >>> >> >> I never played with eww before. It looks interesting, but seriously, is >> there any way to cancel a large

Re: [O] the role of org-odt-preferred-output-format etc

2016-04-12 Thread Uwe Brauer
>>> "Ken" == Ken Mankoff writes: > On 2016-04-10 at 11:52, Uwe Brauer wrote: >> Thanks that works, as far as the setq are concerned, what is use-package >> supposed to do, in my GNU emacs 25 I cannot find it. >