From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: Re: Hidden files from beamer export, not cleaned up by org Date: Mon, 01 Dec 2014 10:28:34 -0500 Message-ID: <87oarncrtp.fsf@alphaville.bos.redhat.com> References: <87tx1fjwbg.wl-jamshark70@qq.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33386) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvSuE-0008D9-GG for emacs-orgmode@gnu.org; Mon, 01 Dec 2014 10:28:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XvSu8-00038e-SI for emacs-orgmode@gnu.org; Mon, 01 Dec 2014 10:28:54 -0500 Received: from plane.gmane.org ([80.91.229.3]:60608) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XvSu8-00038F-L2 for emacs-orgmode@gnu.org; Mon, 01 Dec 2014 10:28:48 -0500 Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1XvSu6-0001PF-I5 for emacs-orgmode@gnu.org; Mon, 01 Dec 2014 16:28:46 +0100 Received: from nat-pool-bos-t.redhat.com ([66.187.233.206]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Dec 2014 16:28:46 +0100 Received: from ndokos by nat-pool-bos-t.redhat.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 01 Dec 2014 16:28:46 +0100 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org James Harkins writes: > I've just noticed -- after exporting an org file using the beamer > backend, two hidden files are left in the directory. They both contain > LaTeX code, so I'm quite sure they're coming from the export. > > .fuse_hidden000001c000000001: > ~~ > \relax > \providecommand\hyper@newdestlabel[2]{} > \providecommand\HyperFirstAtBeginDocument{\AtBeginDocument} > \HyperFirstAtBeginDocument{\ifx\hyper@anchor\@undefined > \global\let\oldcontentsline\contentsline > \gdef\contentsline#1#2#3#4{\oldcontentsline{#1}{#2}{#3}} > ~~ ... And so on, for 90 lines > > .fuse_hidden000001c100000002: > ~~ > \BOOKMARK [2][]{Outline0.1}{``Lifted''}{}% 1 > \BOOKMARK [2][]{Outline0.2}{``Lifted''\040sounds}{}% 2 > ~~ > > Unlike the other LaTeX temporary files, these are not cleaned up after the export. > > Bug? Somewhere but probably not in org - it can't clean up what it does not know about. What system is this? Does this have anything to do with http://en.wikipedia.org/wiki/Filesystem_in_Userspace perhaps? Nick