[O] Update org-agenda-ndays in org-mode documentation

2018-03-15 Thread Khalfani Wadlington
The documentation for org-agenda-custom-commands at https://orgmode.org/worg/org-tutorials/org-custom-agenda-commands.html uses org-agenda-ndays in the customization instead of org-agenda-span org-agenda-ndays is

Re: [O] [PATCH] ob-sql.el: Improve Oracle connection and usage for ob-sql.

2018-03-15 Thread Pierre Téchoueyres
Nicolas Goaziou writes: Hi Nicolas, > ... > It looks good. > > I added two spaces at the end of sentences and pushed it. > ... I'm sorry I did a mistake in the previous patch. There is an inconsistency between the code in `org-babel-sql-dbstring-oracle' and the example

[O] org-return does not work in magit's git-commit-setup-hook

2018-03-15 Thread kadal
I have the line (add-hook 'git-commit-setup-hook 'orgstruct++-mode) but (org-return) does not work when edting the commit message. This is the backtrace: "Debugger entered--Lisp error: (wrong-type-argument stringp nil) looking-at(nil) org-return() (cond ((eq 'line-break (car

Re: [O] org mode error "pdf wasn't produced"

2018-03-15 Thread Dereje Tefera
Hi Everyone, Thank you for your help. Problem fixed. I had to install MIkTex and reinstall Emacs and all running well so far. Thank you very much for time Regards Dereje On Thu, Mar 15, 2018 at 10:09 AM, John Hendy wrote: > On Thu, Mar 15, 2018 at 10:06 AM, R Jain

Re: [O] org mode error "pdf wasn't produced"

2018-03-15 Thread John Hendy
On Thu, Mar 15, 2018 at 10:06 AM, R Jain wrote: > Hi Dereje, > > Two things: > 1) Pygmentize is a python package. I hope you meant trying to install it for > python, and not Latex or Emacs. > http://pygments.org/docs/cmdline/ > 2) Which Tex software are you using? I recall

Re: [O] org mode error "pdf wasn't produced"

2018-03-15 Thread R Jain
Hi Dereje, Two things: 1) Pygmentize is a python package. I hope you meant trying to install it for python, and not Latex or Emacs. http://pygments.org/docs/cmdline/ 2) Which Tex software are you using? I recall having some compilation errors (last year) when I was setting this up with

Re: [O] Bug: Matching tags: results incomplete when mixing group tags and their ancestors [9.1.7 (9.1.7-12-g74f6ed-elpaplus @ /home/martin/.emacs.d/elpa/org-plus-contrib-20180305/)]

2018-03-15 Thread Martin Kampas
Hi, This seems to fix the bug. Best Regards, Martin >From fef860e356a4ca75366f69ec9c2d52252c9d7d3f Mon Sep 17 00:00:00 2001 From: Martin Kampas Date: Thu, 15 Mar 2018 15:41:53 +0100 Subject: [PATCH] Fix matching tags when mixing group tags and their ancestors *

Re: [O] problem exporting: "You need to specify a :file parameter"

2018-03-15 Thread Eric S Fraga
Ignore this email. Although it is true that something has changed in how org processes src blocks, my invocation was wrong and org now catches the error properly. I had to change "output" to "value" to get the call statement to work. Thanks and sorry for the noise. -- Eric S Fraga via Emacs

[O] column view with display-line-numbers-mode

2018-03-15 Thread Eric S Fraga
The display-line-numbers-mode introduced in recent Emacs versions is very nice and works very well generally. However, org is not aware of it and this causes a minor problem with the display of the header line in column view mode. The line numbers are displayed between the fringe and the actual

Re: [O] Connecting to Org ELPA via an HTTP proxy from Emacs 25 and older

2018-03-15 Thread Roland Everaert
I also face the same problem, which forces me to download and install manually the package instead of using the ELPA repo. I would also appreciate a change in behavior of the webserver. Thanks, Roland. On Wed, Mar 14, 2018 at 11:14 PM, Keshav Kini wrote: > Hi, > >