Re: [O] Bug report

2016-06-01 Thread Nicolas Goaziou
Hello, Dan writes: > Here is how I reproduce the bug: > > In org-mode (latest version) write \alpha. Then, put the cursor > somewhere in the word. Press C-c C-x \ in order to display nice utf > letters (greek, superscript etc). Then move right with the keyboard. > Emacs

Re: [O] [BUG] error with org-refile and ido-completion-help

2016-06-01 Thread Matt Lundin
Matt Lundin writes: > Nicolas Goaziou writes: > >>> A git bisect revealed that the change was introduced in 2015 with the >>> following commit: >>> >>> , >>> | commit 50ba0a5ed609f3600f2590f3ba22b8ab3ff3331c >>> | Author: Nicolas Goaziou

[O] [PATCH] Make today's deadlines "close" without lead time

2016-06-01 Thread Don March
This patch makes a very small change to the function that determines if a timestamp is close to the current day, which is used for showing/hiding items in agenda views. Under current behavior, a deadline of today is close only if it has some amount of lead time. If your date is 2016-06-01, the

[O] Bug report

2016-06-01 Thread Dan
Hi, Here is how I reproduce the bug: In org-mode (latest version) write \alpha. Then, put the cursor somewhere in the word. Press C-c C-x \ in order to display nice utf letters (greek, superscript etc). Then move right with the keyboard. Emacs crashes every time. Thank you, Daniel

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > Ah, the patch was intended for the branch maint. You're right, Tags section doesn't exist in in maint, so all is good. > Would you remove the extra section marker (";;; Tags") thing when > merge to master? It merges cleanly from maint

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > Rasmus writes: >> From the Beamer manual, 10.2 (latest TL version): >> >> \section<⟨mode specification⟩>[⟨short section name⟩]{⟨section name⟩} >> >> Starts a section. No heading is created. The ⟨section name⟩ is shown

Re: [O] [BUG] error with org-refile and ido-completion-help

2016-06-01 Thread Nicolas Goaziou
Hello, Matt Lundin writes: >> For a long time (since at least 2009), org-mode had built-in support for >> ido-mode completion when refiling. So this does seem to be a deprecation >> of longstanding org-mode functionality. Org mode didn't provide any completion functionality,

[O] Bug: not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2016-06-01 Thread Kejia柯嘉
From: Kejia Wu To: emacs-orgmode@gnu.org Subject: Bug: not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)] Date: Wed, 01 Jun 2016 09:24:47 -0400 Message-ID: --text follows this line-- Remember to cover

Re: [O] Bug: not defined [8.2.10 (release_8.2.10 @ /Applications/Emacs.app/Contents/Resources/lisp/org/)]

2016-06-01 Thread Nicolas Goaziou
Hello, Kejia柯嘉 writes: > does enter an editing buffer, and in terms of the manual > (http://orgmode.org/manual/Literal-examples.html) does exit the > buffer: > ``` > C-c ' > Edit the source code example at point in its native mode. This works > by switching to a temporary

[O] babel and bibliography

2016-06-01 Thread Joseph Mingrone
Hi, For the simple example below, is there a better way to include the bibliography, so that if the document is exported to HTML, the LaTeX code isn't included? #+TITLE: #+AUTHOR: #+LaTeX_HEADER: \usepackage{natbib} The

Re: [O] assign tags via helm/avy?

2016-06-01 Thread Xebar Saram
Thx so much guys for the great answers Kaushal Modi: cousel-org-tag is fantastic and works very well for me John: i did try helm with (mapcar 'car 'org-tag-persistent-alist ) but it gave me an error: cons: Wrong type argument: sequencep, org-tag-persistent-alist the code i used: (defun

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> OK. Here it is: >> >> #+TITLE: An Example >> #+EMAIL: rai...@krugs.de >> >> #+OPTIONS: tags:not-in-toc >> >> #+LATEX_CLASS: beamer >> #+OPTIONS: H:2 toc:t >> >> * Level 1

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
John Hendy writes: > On Fri, May 27, 2016 at 11:15 AM, Rainer M Krug wrote: >> Nicolas Goaziou writes: >> >>> Hello, >>> >>> Rainer M Krug writes: >>> When I generate a pdf, the tags are in the TOC - but

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Nicolas Goaziou
Hello, Rainer M Krug writes: > \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}} IIUC, according to this line, tags should be removed from the toc. This issue may be related to Beamer. Regards, -- Nicolas Goaziou

Re: [O] assign tags via helm/avy?

2016-06-01 Thread John Kitchin
I had one too many quotes in there. It should have been ,(mapcar 'car org-tag-persistent-alist) The counsel command is nice too. I have a lot of helm muscle memory to work with though ;) Xebar Saram writes: > Thx so much guys for the great answers > > Kaushal Modi: cousel-org-tag is fantastic

Re: [O] Some LaTeX Beamer / org-mode questions

2016-06-01 Thread Rasmus
Florian Lindner writes: > On Mon, 30 May 2016 13:53:52 +0200 > Rasmus wrote: > >> Hi, >> >> Florian Lindner writes: >> >> >> #+options: title:nil >> > >> > Sorry, can't make it work. >> >> #+subtitle: >> > >> > Neither that works

[O] colored code background in org 8.3

2016-06-01 Thread John Kitchin
Hi all, I am finally getting around to switching over to org 8.3... One thing I miss already is the colored background in the code blocks. I recall that was removed. Has anyone looked into a way to put it back? -- Professor John Kitchin Doherty Hall A207F Department of Chemical Engineering

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rasmus
Nicolas Goaziou writes: > Hello, > > Rainer M Krug writes: > >> \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}} > > IIUC, according to this line, tags should be removed from the toc. > > This issue may be related to Beamer. >From the Beamer

Re: [O] Some LaTeX Beamer / org-mode questions

2016-06-01 Thread Florian Lindner
On Mon, 30 May 2016 13:53:52 +0200 Rasmus wrote: > Hi, > > Florian Lindner writes: > > >> #+options: title:nil > > > > Sorry, can't make it work. > >> #+subtitle: > > > > Neither that works for me > > Are you sure you are using an up-to-date

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Yasushi SHOJI
Hi Nicolas, On Wed, 01 Jun 2016 05:02:58 +0900, Nicolas Goaziou wrote: > Yasushi SHOJI writes: > > Let me know if I miss something. > > Could you send it again with an appropriate commit message and using git > format-patch? Oops. Sorry about the format=flowed. Not

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Yasushi SHOJI
Hi Samuel, On Wed, 01 Jun 2016 06:06:02 +0900, Samuel Wales wrote: > > i wonder if this also fixes tags for variable pitch (proportional) > fonts. i have been having great success with variable pitch fonts and > it would be great if this fixes tags for them too. This fix is nothing to do with

[O] swindle.org

2016-06-01 Thread Jude DaShiell
Here's a small org file for logging all of those attempted swindle calls. Use this and if you talk to authorities or consumer protection types you'll have your ducks in a row. | date | message | call | notes | |--+-+--+---| | | | | | --

Re: [O] BUG: in beamer export non-beamer tags exported as part of header

2016-06-01 Thread Rainer M Krug
Rasmus writes: > Nicolas Goaziou writes: > >> Hello, >> >> Rainer M Krug writes: >> >>> \section[Level 1]{Level 1\hfill{}\textsc{andHereIsTheTag}} >> >> IIUC, according to this line, tags should be removed from the toc. >> >> This issue

Re: [O] [PATCH] org: Fix tag width calculation for multi-column chars

2016-06-01 Thread Rasmus
Samuel Wales writes: > i wonder if this also fixes tags for variable pitch (proportional) > fonts. i have been having great success with variable pitch fonts and > it would be great if this fixes tags for them too. No.

Re: [O] [ox-publish, patch] More flexible sitemaps

2016-06-01 Thread Nicolas Goaziou
Hello, Rasmus writes: > This was by far the hardest part... Thank you. Some comments follow. > +(defun org-publish-find-property (file property reset) > + "Find the PROPERTY of FILE in project. > +PROPERTY can be a string or a symbol-property." Could you also document RESET