summaryrefslogtreecommitdiff
path: root/lisp/org-docbook.el
AgeCommit message (Expand)Author
2013-02-06Move previous export framework into contribNicolas Goaziou
2013-01-08Update Copyright lines to match Emacs format.Bastien Guerry
2013-01-02Fix number of arguments for org-export-as-org/docbookBastien Guerry
2013-01-01Update copyright years.Bastien Guerry
2012-10-02Use generated-autoload-file: "org-loaddefs.el" as a local variable.Bastien Guerry
2012-08-11Massive code clean-up.Bastien Guerry
2012-07-11Fix docstring and comment typos.Bastien Guerry
2012-04-29Make (org-version) always returns a string, use it in exporters.Bastien Guerry
2012-04-21Use (derived-mode-p 'org-mode) instead of (eq major-mode 'org-mode).Bastien Guerry
2012-04-02Merge branch 'hotfix-7.8.06'Bastien Guerry
2012-04-02Fix copyright and authors lines.Bastien Guerry
2012-03-19Fix the master branch.Bastien Guerry
2012-03-17Fix copyright years in maint.Bastien Guerry
2012-03-17Manually revert maint to e85080.Bastien Guerry
2012-03-17Manually revert to the Release 7.8.04 tag.Bastien Guerry
2012-03-17Fix copyright years.Bastien Guerry
2012-03-17Manually revert back to commit e85080.Bastien Guerry
2012-02-13Add version tag "24.1" for options introduced since Emacs 23.4 (and <= 24.1)Bastien Guerry
2012-01-03Fix copyright (to 2012) year and Org version (to 7.8.03).Bastien Guerry
2011-10-28Fix compiler warnings.Bastien Guerry
2011-10-28Turn off auto insert and TeX master query for exportCarsten Dominik
2011-10-25Fix a regexp in HTML and DocBook exportersNicolas Goaziou
2011-10-23Provide more consistent regexps for headlinesNicolas Goaziou
2011-10-22Replace org-mode-p with usual (eq major-mode 'org-mode) checkTassilo Horn
2011-08-17Remove the "Version" header in Org libraries (leave it in org.el).Bastien Guerry
2011-08-15Remove arch-tag at the bottom of files.Bastien Guerry
2011-08-15Fix copyright years for elisp files in core and contrib.Bastien Guerry
2011-07-28Update website to show 7.7 as current releaseemacs
2011-07-18Don't use `outline-regexp' anymore.Bastien Guerry
2011-07-06Bump to version 7.6Bastien Guerry
2011-06-30Allow white spaces between the counter and the check-box in an itemNicolas Goaziou
2011-06-29adding optional argument KIND to all org-called-interactively-p function invo...Michael Markert
2011-06-29Replace interactive-p with the org-called-interactively-p macro.Bastien Guerry
2011-06-29Rename org-export-footnotes-markers to org-export-footnotes-seenNicolas Goaziou
2011-06-29Add properties to footnotes during exportNicolas Goaziou
2011-06-29Insert a customizable separator between footnotesNicolas Goaziou
2011-06-29Improve footnotes handling in exportersNicolas Goaziou
2011-06-16Revert "replacing calls to now-defunct function `interactive-p'"Eric Schulte
2011-06-14replacing calls to now-defunct function `interactive-p'Eric Schulte
2011-04-09Fix for html & docbook export of description list itemsEthan Ligon
2011-03-30Clean up the new options to remove tasks on exportCarsten Dominik
2011-03-30Allow to exclude tasks from being exportedCarsten Dominik
2011-03-29Implement export without DONE tasksCarsten Dominik
2011-03-18Fix export of empty items in HTML and DocBookNicolas Goaziou
2011-03-15Open a new paragraph when closing a list in HTML and DocBookNicolas Goaziou
2011-03-07Update website to show 7.5 as current releaseemacs
2011-02-28Change internal list end marker to avoid confusing special blocksNicolas Goaziou
2011-02-18Do not enforce type of ordered lists upon exportingNicolas Goaziou
2011-02-18org-list: new accessor returning type of listNicolas Goaziou
2011-02-18org-list: implement alphabetical listsNicolas Goaziou