U-IHM-NOTEBOOK\Olli
def8a848ba
version 5.2.1 of org-index with speed improvements
2017-01-30 18:42:46 +01:00
Bastien
eb87e9b8fe
Delete contrib/lisp/org-mime.el
...
See https://github.com/melpa/melpa/pull/4497#issuecomment-275907926
2017-01-29 18:47:37 +01:00
U-IHM-NOTEBOOK\Olli
5210de7f16
org-index.el with new command 'focus'
2017-01-22 21:14:58 +01:00
Nicolas Goaziou
37bffbb347
Merge branch 'maint'
2017-01-21 11:59:12 +01:00
Nicolas Goaziou
53bc58c433
Rename `org-latex--make-preamble' into `org-latex-make-preamble'
...
* contrib/lisp/ox-koma-letter.el (org-koma-letter-template):
* lisp/org.el (org-create-formula-image):
* lisp/ox-beamer.el (org-beamer-template):
* lisp/ox-latex.el (org-latex-make-preamble): Renamed from
`org-latex--make-preamble'. Add an optional argument. Autoload
function.
(org-latex-template): Use new function name.
2017-01-21 11:31:25 +01:00
Nicolas Goaziou
25b812104d
orgmanual: Remove outdated instructions
2017-01-12 21:27:10 +01:00
Kyle Meyer
0d3683f2cd
Merge branch 'maint'
2017-01-05 20:23:58 -05:00
Kyle Meyer
713f785017
Update copyright years
2017-01-05 20:19:37 -05:00
Bastien
d0d05e5df1
Delete org-bullets.el from the contrib/ directory
...
* lisp/org.el (org-modules): Don't mention org-bullets.el,
which is now deleted from the contrib/ directory.
See https://github.com/sabof/org-bullets/issues/18
2017-01-03 12:22:38 +01:00
Bastien
8071bce880
Delete contrib/lisp/org-ebib.el
...
See https://github.com/joostkremers/ebib/issues/112#issuecomment-270091851
2017-01-03 12:10:00 +01:00
Lungang Fang
2b93cec8c2
ox-confluence.el: Export fixed-width as example-block
...
* contrib/lisp/ox-confluence.el (org-confluence-fixed-width):
export fixed-width as example-block so that the outcome is more
consistent with org-mode format. Other back-ends (say ox-md.el)
also work this way.
TINYCHANGE
2016-12-14 13:22:44 +01:00
Lungang Fang
01b2c12fec
ox-confluence.el: Support quote blocks
...
* contrib/lisp/ox-confluence.el (org-confluence-quote-block): New
function.
Convert quote blocks as shown below:
This is a quote ==> This is a quote
2016-12-13 13:59:34 +01:00
Lungang Fang
dadad5fa39
ox-confluence.el: Fix error in `org-confluence-fixed-width`
...
* contrib/lisp/ox-confluence.el (org-confluence-fixed-width): retrieve
value of org element "fixed-width" instead of using "content", which
is empty.
2016-12-13 13:55:26 +01:00
Charles Durst
9e5bdb04d7
Add support for ordered list to ox-confluence.el
...
* contrib/lisp/ox-confluence.el (org-confluence-item): Support
descriptive list
When converting a descriptive list item, be sure to include the "item"
part, not just the description.
TINYCHANGE
2016-12-13 13:49:34 +01:00
Lungang Fang
f184ee9d2d
ox-confluence.el: Add support for ordered list
...
* contrib/lisp/ox-confluence.el (org-confluence-item): Support ordered
list
When converting a bullet item, examine the type of it and convert
accordingly.
TINYCHANGE
2016-12-09 21:33:47 +01:00
Charles Durst
b25dd07bc0
ox-confluence.el: Add support for verbatim & code
...
* contrib/lisp/ox-confluence.el (org-confluence-verbatim,
org-confluence-code): New functions.
Convert org-mode =verbatim= and ~code~ into Confluence {{monospace}}.
TINYCHANGE
2016-12-05 22:22:53 +01:00
Chunyang Xu
4ea7ffe50d
org-mac-link: Add autoload cookies for all commands
...
* contrib/lisp/org-mac-link.el (org-mac-grab-link):
(org-mac-firefox-get-frontmost-url):
(org-mac-firefox-insert-frontmost-url):
(org-mac-vimperator-get-frontmost-url):
(org-mac-vimperator-insert-frontmost-url):
(org-mac-chrome-get-frontmost-url):
(org-mac-chrome-insert-frontmost-url):
(org-mac-safari-get-frontmost-url):
(org-mac-safari-insert-frontmost-url):
(org-mac-together-get-selected):
(org-mac-together-insert-selected):
(org-mac-finder-item-get-selected):
(org-mac-finder-insert-selected):
(org-mac-addressbook-item-get-selected):
(org-mac-addressbook-insert-selected):
(org-mac-skim-get-page):
(org-mac-skim-insert-page):
(org-mac-acrobat-get-page):
(org-mac-acrobat-insert-page):
(org-mac-outlook-message-get-links):
(org-mac-outlook-message-insert-selected):
(org-mac-outlook-message-insert-flagged):
(org-mac-evernote-note-insert-selected):
(org-mac-devonthink-item-insert-selected):
(org-mac-message-get-links):
(org-mac-message-insert-selected):
(org-mac-message-insert-flagged): Add autoload cookie.
2016-11-26 11:39:59 +01:00
Bastien
82c98e3caf
Delete contrib/lisp/ox-gfm.el
...
See https://github.com/larstvei/ox-gfm/issues/14 .
2016-10-31 12:46:15 +01:00
Oleh Krehel
1399f58049
contrib/lisp/org-download.el: Remove
...
Fixes https://github.com/abo-abo/org-download/issues/38
The package remains available at the above address and MELPA.
2016-10-30 09:10:23 +02:00
Konubinix
8d672a2f7d
org-expiry: Call `org-expiry-expired-p' correctly
...
* contrib/lisp/org-expiry.el (org-expiry-process-entry): Call
`org-expiry-expired-p' with the correct number of arguments. It does
not accept argument anymore.
2016-10-04 12:04:02 +02:00
Bastien
c0fb62dc68
Merge branch 'maint'
2016-09-30 10:00:57 +02:00
Bastien
cd5e2d94d8
Fix link (un)escaping.
...
Thanks for David Bremner <bremner@debian.org> for reporting this
and proposing this fix.
2016-09-30 10:00:18 +02:00
Aaron Ecay
67129acdfe
contrib: Use assq instead of assoc with quoted symbols
2016-09-23 11:20:55 +01:00
Aaron Ecay
407b0d41a2
contrib, test suite: use assq instead of assoc for :keywords
2016-09-23 11:20:55 +01:00
Nicolas Goaziou
fd5323ccee
Merge branch 'maint'
2016-09-22 21:57:17 +02:00
Konubinix
4835befde2
org-expiry: Fix the call to `org-expiry-handler-function'
...
* contrib/lisp/org-expiry.el (org-expiry-process-entry): Fix the call to
`org-expiry-handler-function'.
`org-expiry-handler-function' is meant to be a variable containing the symbol of
a function to be called. Therefore, calling
(funcall 'org-expiry-handler-function) results in a void function error while
(funcall org-expiry-handler-function) correctly calls the contained function.
2016-09-22 21:56:55 +02:00
U-IHM-NOTEBOOK\Olli
7eecb214c7
short help fits to window
2016-09-05 19:02:19 +02:00
Aaron Ecay
2510f6ec47
contrib: adapt to deprecation of org-remove-(angle-brackets,double-quotes)
2016-09-03 02:27:17 +01:00
Nicolas Goaziou
9873e59913
contrib/README: Remove "org-eww.el" from the list
...
* contrib/README: Remove "org-eww.el", which has been moved to core.
2016-08-23 22:17:49 +02:00
Nicolas Goaziou
71a3331aaf
Move org-eww to core
...
* lisp/org-eww.el: Move file from contrib/lisp/ to lisp/.
* lisp/org.el (org-modules): Apply change.
* lisp/org-capture.el (org-capture-templates):
* doc/org.texi: Document changes.
2016-08-20 02:59:56 +02:00
U-IHM-NOTEBOOK\Olli
ab92c2b39c
improved prompt
2016-08-16 22:41:21 +02:00
U-IHM-NOTEBOOK\Olli
0fa7f96b50
org-index v5.1 with enhanced dispatch
2016-08-12 22:51:20 +02:00
Nicolas Goaziou
5e224bb2ef
org-eww: Small refactoring
...
* contrib/lisp/org-eww.el (org-eww-store-link):
(org-eww-copy-for-org-mode):
(eww-mode-hook): Small refactoring.
2016-08-08 11:28:12 +02:00
Nicolas Goaziou
0abf6ee28b
org-eww: Fix docstrings
...
* contrib/lisp/org-eww.el (org-eww-store-link):
(org-eww-goto-next-url-property-change):
(org-eww-has-further-url-property-change-p):
(org-eww-copy-for-org-mode): Fix docstrings.
2016-08-08 11:23:24 +02:00
Robert Klein
8d64b518db
Update wl link definition
...
* contrib/lisp/org-wl.el ("wl"):
Update to use org-link-set-parameters.
2016-08-08 11:20:41 +02:00
Robert Klein
02a51cfed3
Update vm link definition
...
* contrib/lisp/org-vm.el ("vm"):
Update to use org-link-set-parameters.
2016-08-08 11:20:40 +02:00
Robert Klein
3f2a03dad6
Update notmuch and notmuch-search link definitions
...
* contrib/lisp/org-notmuch.el ("notmuch"):
Update to use org-link-set-parameters.
2016-08-08 11:20:37 +02:00
Robert Klein
94dd0b8f4f
Update mew link definition
...
* contrib/lisp/org-mew.el ("mew"):
Update to use org-link-set-parameters.
2016-08-08 11:20:35 +02:00
Robert Klein
f2bfa80c4c
Update man link definition
...
* contrib/lisp/org-man.el ("man"):
Update to use org-link-set-parameters.
2016-08-08 11:20:33 +02:00
Robert Klein
040315cad8
Update mairix link definition
...
* contrib/lisp/org-mairix.el ("mairix"):
Update to use org-link-set-parameters.
2016-08-08 11:20:32 +02:00
Robert Klein
1cd676169d
Update misc mac link definitions
...
* contrib/lisp/org-mac-link.el ("mac-link"):
Update to use org-link-set-parameters.
2016-08-08 11:20:30 +02:00
Robert Klein
690f92f685
Update git, gitbare link definitions
...
* contrib/lisp/org-git-link.el ("git-link"):
Update to use org-link-set-parameters.
2016-08-08 11:20:28 +02:00
Robert Klein
be2c32c43c
org-eww: Add follow function for eww links
...
* contrib/lisp/org-eww.el ("eww"): Add :follow property.
2016-08-08 11:20:14 +02:00
Robert Klein
c74e89e40b
Update elisp-symbol link definition
...
* contrib/lisp/org-elisp-symbol.el ("elisp-symbol"):
Update to use org-link-set-parameters.
2016-08-08 11:10:10 +02:00
Robert Klein
a4abc56db4
Update ebib link definition
...
* contrib/lisp/org-ebib.el ("ebib"):
Update to use org-link-set-parameters.
2016-08-08 11:10:06 +02:00
Robert Klein
d738c6849b
Update tel link definition
...
* contrib/lisp/org-contacts.el ("contacts"):
Update to use org-link-set-parameters.
2016-08-08 11:10:04 +02:00
Robert Klein
2a274f0da5
Update bookmark link definition
...
* contrib/lisp/org-bookmark.el ("bookmark"):
Update to use org-link-set-parameters.
2016-08-08 11:10:01 +02:00
Matt Lundin
4bddff606b
Update org-eww to use new link api
...
* contrib/lisp/org-eww.el: org-store-link-functions: Remove obsolete
hook.
(org-link-set-parameters) Use new api for links.
2016-08-08 11:07:43 +02:00
Nicolas Goaziou
72461eaeaf
Use `string-match-p' instead of `org-string-match-p'
...
* contrib/lisp/org-contacts.el (org-contacts-filter):
(org-contacts-complete-group):
(org-contacts-complete-tags-props):
* contrib/lisp/org-wl.el (org-wl-open):
* contrib/lisp/ox-bibtex.el (org-bibtex-merge-contiguous-citations):
* lisp/ob-core.el (org-babel-demarcate-block):
* lisp/ob-processing.el (org-babel-processing-view-sketch):
* lisp/ob-stan.el (org-babel-execute:stan):
* lisp/org-agenda.el (org-agenda-get-category-icon):
* lisp/org-clock.el (org-clock-into-drawer):
* lisp/org-element.el (org-element-link-parser):
* lisp/org-lint.el (org-lint-orphaned-affiliated-keywords):
(org-lint-invalid-babel-call-block):
(org-lint-colon-in-name):
* lisp/org-list.el (org-list-item-body-column):
* lisp/org-macro.el (org-macro-replace-all):
* lisp/org-plot.el (org-plot/gnuplot-script):
* lisp/org-table.el (org-table-export):
(org-table-align):
(org-table-get-range):
(org-table-recalculate):
(org-table-expand-lhs-ranges):
(org-table-formula-substitute-names):
(org-table-show-reference):
(orgtbl-to-texinfo):
(org-table-remote-reference-indirection):
* lisp/org.el (org-make-link-string):
(org--open-elisp-link):
(org-open-at-point):
(org-store-log-note):
(org-cached-entry-get):
(org--valid-property-p):
(org-entry-properties):
(org-buffer-property-keys):
(org-insert-drawer):
(org-display-inline-images):
(org-in-commented-heading-p):
* lisp/ox-ascii.el (org-ascii-keyword):
* lisp/ox-beamer.el (org-beamer--format-frame):
* lisp/ox-html.el (org-html-keyword):
* lisp/ox-latex.el (org-latex--label):
(org-latex-headline):
(org-latex-item):
(org-latex-keyword):
(org-latex--inline-image):
(org-latex-src-block):
* lisp/ox-odt.el (org-odt-styles-dir):
(org-odt-keyword):
(org-odt--translate-latex-fragments):
* lisp/ox-texinfo.el (org-texinfo-template):
(org-texinfo-keyword):
(org-texinfo-src-block):
* lisp/ox.el (org-export-inline-image-p):
(org-export-file-uri):
* testing/lisp/test-org-table.el (test-org-table/to-generic):
(test-org-table/to-latex):
(test-org-table/to-html):
(test-org-table/named-field):
(test-org-table/named-column):
(test-org-table/tab-indent):
(test-org-table/first-rc):
(test-org-table/last-rc): Use `string-match-p' instead of
`org-string-match-p'.
2016-07-25 15:21:12 +02:00
John Kitchin
1c01b74301
Update the contrib manual
2016-07-18 22:47:51 +02:00