Commit graph

21 commits

Author SHA1 Message Date
dickmao
ed6482096e Add ob-ein tests
Also, speed up login and other cleanups
2019-02-19 10:06:15 -05:00
dickmao
c0d46e96df for the time being, revert a org-8.0 versus org-9.0 change 2018-11-09 15:07:30 -05:00
Sam Steingold
1c6270c425 update the code base to avoid compilation warnings about obsolete functions
call-next-method -> cl-call-next-method
set-slot-value -> (setf slot-value)
*-child-p -> cl-typep
oref <keyword> -> slot-value <symbol>
object-p -> eieio-object-p
Closes https://github.com/millejoh/emacs-ipython-notebook/issues/394
2018-11-08 09:36:35 -05:00
John Miller
b39634d64a ein-org: Fix add link feature for modern org mode.
Modern org (i.e. as of version 9) uses `org-link-set-parameters' to configure
storing and using of custom link types, deprecating the use of
`org-add-link-type' and `org-store-link-functions'.

Also update autoload definitions else user will never see the changes!

Additional documentation for `ein:notebook-update-url-or-port'.
2017-05-24 08:32:59 -05:00
Josiah Schwab
68cc6f59b0 Add guard to allow for links in older org-mode versions 2017-03-20 11:26:04 -07:00
John Miller
0ea4a9adef Cleaning up compile warnings.
Slowly move towards cl-generic instead of EIEIO.

Got rid of json encoding defadvices. So far so good.
2017-03-16 16:16:16 -05:00
John Miller
b8aa391b31 Fix ein:make-content-hierarchy.
In the end so ein:notebooklist-open-notebook-global can work.
2015-12-04 14:15:41 -06:00
Takafumi Arakaki
0c8aa32ca2 Fix: org-store-link not working in connected buffer 2013-01-16 15:35:23 +01:00
Takafumi Arakaki
22a886c010 Add FIXMEs in ein-org.el 2012-10-15 22:41:07 +02:00
Takafumi Arakaki
386322298a Document how autoload and eval-after-load work 2012-10-15 22:14:35 +02:00
Takafumi Arakaki
2d6dc2bc4b Emit error from ein:org-store-link when in scratchsheet 2012-10-15 22:04:13 +02:00
Takafumi Arakaki
c401409e9b Add :search argument to org link 2012-10-15 21:50:58 +02:00
Takafumi Arakaki
b8195bc947 Use created argument in ein:org-goto-link 2012-10-15 21:20:37 +02:00
Takafumi Arakaki
5da71023d9 Support multiple worksheet in ein-org.el 2012-10-15 21:17:23 +02:00
Takafumi Arakaki
399ab196d8 Refactor ein:org-store-link 2012-10-15 20:55:21 +02:00
Takafumi Arakaki
4de45e9485 Make ein:org-open forward compatible 2012-10-15 20:53:21 +02:00
Takafumi Arakaki
1d25f55299 Document ein:org-store-link 2012-10-15 20:49:08 +02:00
Takafumi Arakaki
4d21da1df8 Implement ein:org-open 2012-10-15 20:23:54 +02:00
Takafumi Arakaki
50169d17e6 Make sure print-length/level are nil 2012-10-15 20:03:27 +02:00
Takafumi Arakaki
5e6b435872 Implement ein:org-store-link 2012-10-15 19:59:50 +02:00
Takafumi Arakaki
b02dc727b8 Add ein-org.el with mock-up functions 2012-10-15 19:29:32 +02:00