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

2016-04-17 Thread Ramon Diaz-Uriarte
On Fri, 15-04-2016, at 23:49, Adam Porter wrote: > Ramon Diaz-Uriarte writes: > >> Faster? How did you do that? For me it is slower, noticeably (I estimate no >> less than 3 to 4 times; from less than one second to about two or more >> seconds in many simple tasks such as opening a link from a

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

2016-04-17 Thread Ramon Diaz-Uriarte
On Sat, 16-04-2016, at 03:44, Eric Abrahamsen wrote: > Ramon Diaz-Uriarte writes: > >> On Thu, 14-04-2016, at 09:07, Eric Abrahamsen >> wrote: (...) Eric, do you mean the dlbsnail and S3.dlbsnail? Or do you mean the "LinkDownloads"? The last one I've not been able to get to wo

Re: [O] Problems with M- on Emacs 25.

2016-04-17 Thread Kaushal Modi
Hi Ian, > On my computer running 24.5.1 M works as expected. However, on emacs 25.1.50.1 I get ... First of all, it is important to know in which major mode you are trying to use the M-/ bindings. They are undefined by defined and are defined in org-mode-map. It is also important to know in whic

Re: [O] Problems with M- on Emacs 25.

2016-04-17 Thread Adam Porter
Ian Barton writes: > c-h w org-metaup > org-metaup is on > > which seems to indicate that the key is correctly bound. > > (require 'org) > (require 'ob-tangle) > (eval-after-load "org" > '(progn > (define-key org-mode-map (kbd "M-") 'org-metadown) > (define-key org-mode-map (kbd

Re: [O] [PATCH] Make lexical eval default for elisp src blocks

2016-04-17 Thread Adam Porter
John Kitchin writes: Forgive my ignorance--I haven't really dug into lexical scoping yet--but what is the basic effect will this change have on elisp code blocks? Say I'm doing some sort-of literate development and I have some code blocks that `setq' here and there, setting vars in the Emacs envi

Re: [O] funny emacs-lisp macro behavior in org-babel related to lexical-binding

2016-04-17 Thread John Kitchin
thanks, this is the page I was looking for. Charles C. Berry writes: > On Sat, 16 Apr 2016, John Kitchin wrote: > >> I submitted a patch for this. I still am not sure I did it quite right. >> Is there a page anywhere that outlines what to do? >> >> e.g. >> >> create a branch, make changes, how to

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

2016-04-17 Thread Karl Voit
* Antoine R. Dumont wrote: > > Also, for information you could use format function. > It clarifies the prompt computation ^^: > > ``` > (defun org-read-entry-property-name () > "Read a property name from the current entry." > (let ((completion-ignore-case t) > (default-prop (or (and (o

Re: [O] Bug: Problem with LaTeX export, footnotes in table headers, and longtabu [8.3.4 (8.3.4-31-gcb683e-elpa @ /home/berhol/.emacs.d/elpa/org-20160404/)]

2016-04-17 Thread Berthold Höllmann
Nicolas Goaziou writes: > Hello, > > Berthold Hoellmann writes: > >> Actually I was able to patch `org-latex-footnote-reference' to get the >> results I line. The trick is to add the counter number given at the >> \footnotetext command to the \footnotemark command also: > > It sounds good. Would

Re: [O] funny emacs-lisp macro behavior in org-babel related to lexical-binding

2016-04-17 Thread Charles C. Berry
On Sat, 16 Apr 2016, John Kitchin wrote: I submitted a patch for this. I still am not sure I did it quite right. Is there a page anywhere that outlines what to do? e.g. create a branch, make changes, how to make patches, and mail them etc... or some other preferred method? http://orgmode.or

Re: [O] unable to resolve link: nil?

2016-04-17 Thread Eric S Fraga
On Saturday, 16 Apr 2016 at 18:53, Nicolas Goaziou wrote: > You could also try using `org-lint' or setting #+OPTIONS: > broken-links:mark somewhere in your document. Thanks. I'll try to remember this for next time! -- : Eric S Fraga (0xFFFCF67D), Emacs 25.0.92.1, Org release_8.3.4-705-g716e33

[O] Problems with M- on Emacs 25.

2016-04-17 Thread Ian Barton
I think that this is an Emacs not org-mode problem, but maybe somebody can throw some light on it. On my computer running 24.5.1 M works as expected. However, on emacs 25.1.50.1 I get: Debugger entered--Lisp error: (error "There is no other window") scroll-other-window(-) scroll-other-window-

Re: [O] funny emacs-lisp macro behavior in org-babel related to lexical-binding

2016-04-17 Thread Thomas S. Dye
Aloha John, John Kitchin writes: > I submitted a patch for this. I still am not sure I did it quite right. > Is there a page anywhere that outlines what to do? > > e.g. > > create a branch, make changes, how to make patches, and mail them etc... > or some other preferred method? Yes, create a br