Re: [O] Hidden files from beamer export, not cleaned up by org

2014-12-02 Thread James Harkins
Nick Dokos  gmail.com> writes:

> 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?

That's probably it. I set up my machine to dual-boot Windows and Ubuntu (I'd
happily do without Windows, but I have to teach some Windows-only software),
and (as far as I recall) I'm seeing this only on an NTFS partition mounted
into the /media directory. It makes sense for Fuse to be involved in that case.

I won't worry about it, then, or maybe hack up a post-export hook.

Thanks for clarifying,
hjh




Re: [O] Hidden files from beamer export, not cleaned up by org

2014-12-01 Thread Nick Dokos
Nick Dokos  writes:

> 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_hidden01c1:
>> ~~
>> \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_hidden01c10002:
>> ~~
>> \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?
>

See

   
http://askubuntu.com/questions/493198/what-is-a-fuse-hidden-file-and-why-do-they-exist






Re: [O] Hidden files from beamer export, not cleaned up by org

2014-12-01 Thread Nick Dokos
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_hidden01c1:
> ~~
> \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_hidden01c10002:
> ~~
> \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





[O] Hidden files from beamer export, not cleaned up by org

2014-12-01 Thread James Harkins
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_hidden01c1:
~~
\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_hidden01c10002:
~~
\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?
hjh