Thanks to @tessi and @jesk and @biolauri for their gists:
Some advantages to these gists:
- Use Memcached as cache server
- Works with latest version of OpenProject (7.0 and newer)
| --- BibTeX.js 2013-09-18 10:46:44.946348697 +0200 | |
| +++ BibTeX.abbrevFallback.js 2013-09-18 10:57:14.916348376 +0200 | |
| @@ -2401,7 +2401,11 @@ | |
| if(item.itemType == "bookSection" || item.itemType == "conferencePaper") { | |
| writeField("booktitle", item.publicationTitle); | |
| } else if(Zotero.getOption("useJournalAbbreviation")){ | |
| - writeField("journal", item.journalAbbreviation); | |
| + if(item.journalAbbreviation) { | |
| + writeField("journal", item.journalAbbreviation); | |
| + } else { |
| ;; make: F12 | |
| (global-set-key | |
| (kbd "<f12>") | |
| (lambda () | |
| (interactive) | |
| ;; (call-process-shell-command | |
| ;; (if (and (boundp 'local-make) local-make) local-make "make") | |
| ;; nil "*Shell Command Output*" nil | |
| ;; ) | |
| (start-process-shell-command |
| #!/usr/bin/env python | |
| import PySide.QtGui as QtGui | |
| from PySide.QtGui import QApplication, QMainWindow | |
| import sys | |
| class TestWindow(QMainWindow): | |
| def __init__(self): | |
| super(TestWindow, self).__init__() |
I was trying to get @DevWurm's instruction and the modification by @2martens (https://2martens.de/blog/2017/12/26/openproject7-uberspace6.html) to work, but failed. I am now trying to completely automate the process to pin down the problems I found. A repo wih the script can be found here https://github.com/quazgar/openproject_install, feel free to clone and improve it.
This table is really slow in Emacs in markdown-mode.
| col 1 | col 2 | verbatim |
|---|---|---|
| qwerty | some text | some_medium_sized.text |
| qwerty | some text | some_medium_sized.text |
| qwerty | some text | some_medium_sized.text |
| qwerty | some text | some_medium_sized.text |
| qwerty | some text | some_medium_sized.text |
| qwerty | some text | some_medium_sized.text |