Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug in --slides art target when passing multiple files as arguments #49

Open
GoogleCodeExporter opened this issue Apr 18, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.$ cp sample.t2t sample2.t2t
2.$ txt2tags --slides -t art sample.t2t
3.$ txt2tags --slides -t art sample2.t2t
4. sample.art and sample2.art are OK
5.$ txt2tags --slides -t art sample.t2t sample2.t2t
6. sample2.art is NOT OK : "buggy slide" in more between slide header and first 
slide.
7. if you pass more files, they all have the same bug except the first.

Original issue reported on code.google.com by fgalla...@gmail.com on 23 Aug 2010 at 11:34

@GoogleCodeExporter
Copy link
Author

It's a big problem when you use txt2tags as a module, because only the first 
run is ok ! (It seems that doHeader() is only done once).
Now there is a problem with aat target too, because of the new list of links at 
the end of the document.

Original comment by fgalla...@gmail.com on 7 Aug 2011 at 5:41

  • Added labels: Priority-High
  • Removed labels: Priority-Medium

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant