From mboxrd@z Thu Jan 1 00:00:00 1970 From: Memnon Anon Subject: Re: Problems with org-drill Date: Thu, 05 May 2016 08:21:53 +0000 Message-ID: References: <87k2ox6kfr.fsf@ntnu.no> <84fuzlhrbo.fsf@gmail.com> <87bn4r54c4.fsf@zamazal.org> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:43392) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayEYZ-0002qf-Ta for emacs-orgmode@gnu.org; Thu, 05 May 2016 04:22:54 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ayEYO-0006ax-3c for emacs-orgmode@gnu.org; Thu, 05 May 2016 04:22:42 -0400 Received: from plane.gmane.org ([80.91.229.3]:54693) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ayEYN-0006Yt-Sv for emacs-orgmode@gnu.org; Thu, 05 May 2016 04:22:36 -0400 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1ayEYD-0002Bf-4o for emacs-orgmode@gnu.org; Thu, 05 May 2016 10:22:25 +0200 Received: from odin.sdf-eu.org ([178.63.35.194]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2016 10:22:25 +0200 Received: from memnon+usenet by odin.sdf-eu.org with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 05 May 2016 10:22:25 +0200 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org Milan Zamazal writes: > Anything new about this problem? I also experience the bug, it's still > present and I have to remove the given line on any Org update. :-( Bugtracker: https://bitbucket.org/eeeickythump/org-drill/issues/30/random-blank-buffer-2 Little function by jschaf: https://github.com/jschaf/dotfiles/commit/263a0f1607350e0cdacc7229d775ab50520949f0 I'm still trying to find the bugreport for the bug mentioned here in org.el defun org-toggle-latex-fragment : + ;; Work around a bug that doesn't restore window's start + ;; when widening back the buffer. + (set-window-start nil window-start)