Simon
About
- Username
- Simon
- Joined
- Roles
- Member
Comments
-
Zotero works fine for me on 3.6.4 on OS X 10.6.4, but Firefox upgrades have a tendency to mess with extension files. Have you tried following these instructions, particularly the "corrupt extension files" link?
-
This bug seems particularly relevant here.
-
To clarify, the problem is that OpenOffice.org makes it very difficult to compare the positions of ReferenceMarks in table cells with ReferenceMarks in the rest of the body text. So difficult, in fact, that it's unclear whether it's even possible at…
-
Can you post the first few lines of the Java error message here, and/or email a screenshot to support@zot..org?
-
Zotero 2.0 is compatible with Office 2004 for Mac.
-
See the export.bibliographyLocale hidden preference. For English, you probably want to set it to en-US.
-
Try installing the MacWord Integration Trunk XPI and see if that at least gives you a more useful error message.
-
A changelog is now available at http://www.zotero.org/support/word_processor_plugin_changelog.
-
Unfortunately, the only thing I see in the debug report is (3)(+0000000): Integration: Instantiating @zotero.org/Zotero/integration/application?agent=WinWord;1 for command addCitation which simply indicates that the addCitation command has begun e…
-
There are no integration errors in that report. Try triggering the error message again and generate another.
-
We'll be happy to help, but for this particular issue, we need a report ID, not a debug ID.
-
That's interesting, and doesn't look to difficult to implement. I've created a ticket
-
It will likely be several months. For now, you are best off following adamsmith's workaround, or typing the quotes by key combination (on Windows, hold down the Alt key while typing 0147 for the opening quote or 0148 for the close quote).
-
Open /Applications/Utilities/Terminal, and, with Firefox open, try typing the following two commands, each followed by a return: ls -lad /Users/Shared ls -lad /Users/Shared/.zotero* What output do you get for each?
-
I've created a ticket for changelogs for the plug-ins.
-
This is already fixed for Zotero 2.1 :)
-
Here's my commit to add Office 2010 compatibility. The only change is the Zotero.dot file. Unfortunately, it's a binary format so it isn't automatically diffed, but you can find download links to both the new and previous versions there. You could …
-
Even if you can't access the Advanced preference pane, you can find your Zotero data directory (assuming you haven't moved it) by following these instructions. Note that you will have to Show Hidden Files and Folders to navigate to the directory you…
-
Between fields, bookmarks, and user properties, RTF supports all of the features necessary to do this. (See p. 39 and p. 195 in the RTF 1.9.1 spec, although it looks like the latter references the OOXML spec.) Whether these features are implemented …
-
There was a bug in the previous commit. I've checked and screen updating is now being turned off properly in the latest build, but I'm not sure it makes things much faster.
-
http://www.zotero.org/support/creating_bibliographies
-
With numbered styles there can be a larger number of updates—I was thinking about author-date styles above. You can try the WinWord Integration Trunk XPI, which should now disable ScreenUpdating, although it's not incredibly well tested.
-
Did you follow the instructions here? In particular, you may have to copy the scripts to the appropriate directory as noted in #2.
-
Well, the new plug-in certainly shouldn't be crashing Firefox, as it contains only minor changes, but it's possible something in the build process is screwy. In any case, the old plug-in is available here.
-
As we noted in the previous thread, while we are happy to cooperate with any independent developers regarding the creation of a plug-in for Pages, we don't believe that it's a worthwhile investment of our time. The level of functionality that CiteIn…
-
It should be impossible for any code in Zotero to make Firefox crash. I would guess there's some sort of problem with your Java installation. If you click the buttons on this page, do they work?
-
Zotero is trying to update the file that provides the Word toolbar, but it seems as though something is preventing the file from being modified. Assuming Word is in fact closed, this is probably a permissions issue. Click the Start menu/Windows butt…
-
Alas, OpenOffice.org contains a bug that prevents bookmarks in citations from being properly saved to and loaded from Word binary doc files, which is why this capability is currently disabled in Zotero. In my brief testing, however, it looks like th…
-
Are you sure this resolves itself if you restart OpenOffice.org, but not if you restart Firefox? If this is the case, then what you're seeing is probably a bug in OpenOffice.org. You might want to try updating your OpenOffice.org installation. If th…
-
The majority of the plug-in code (save a few small stubs to interact with Firefox) is an XPCOM component written in C++ that accesses Word using OLE Automation. You can find it in the SVN repository. We can try the equivalent line of C++ and see if…