mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
;; Object semanticdb-project-database-file
;; SEMANTICDB Tags save file
(semanticdb-project-database-file "semanticdb-project-database-file"
  :tables
  (list
    (semanticdb-table "semanticdb-table"
      :major-mode emacs-lisp-mode
      :tags nil
      :file "org-autoloads.el"
      :pointmax 345
      :fsize 52611
      :lastmodtime '(23537 23334 0 0)
      :unmatched-syntax nil)
    (semanticdb-table "semanticdb-table"
      :major-mode emacs-lisp-mode
      :tags 
        '( ("org-babel-execute-safely-maybe" function (:prototype-flag t) nil [194 266])
            ("org-babel-execute-maybe" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [268 331])
            ("org-babel-view-src-block-info" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [333 575])
            ("org-babel-expand-src-block-maybe" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [577 787])
            ("org-babel-load-in-session-maybe" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [789 1008])
            ("org-babel-pop-to-session-maybe" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [1010 1214])
            ("org-babel-execute-src-block" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [1216 1877])
            ("org-babel-expand-src-block" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [1879 2115])
            ("org-babel-check-src-block" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [2117 2246])
            ("org-babel-insert-header-arg" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [2248 2414])
            ("org-babel-load-in-session" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [2416 2679])
            ("org-babel-initiate-session" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [2681 2994])
            ("org-babel-switch-to-session" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [2996 3276])
            ("org-babel-switch-to-session-with-code" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [3278 3416])
            ("org-babel-do-in-edit-buffer" function (:prototype-flag t) nil [3418 3619])
            ("org-babel-open-src-block-result" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [3621 3911])
            ("org-babel-map-src-blocks" function (:prototype-flag t) nil [3913 5065])
            ("function-put" code nil nil [5067 5132])
            ("org-babel-map-inline-src-blocks" function (:prototype-flag t) nil [5134 5348])
            ("function-put" code nil nil [5350 5422])
            ("org-babel-map-call-lines" function (:prototype-flag t) nil [5424 5621])
            ("function-put" code nil nil [5623 5688])
            ("org-babel-map-executables" function (:prototype-flag t) nil [5690 5896])
            ("function-put" code nil nil [5898 5964])
            ("org-babel-execute-buffer" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [5966 6163])
            ("org-babel-execute-subtree" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [6165 6365])
            ("org-babel-sha1-hash" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [6367 6490])
            ("org-babel-hide-result-toggle-maybe" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [6492 6603])
            ("org-babel-goto-src-block-head" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [6605 6720])
            ("org-babel-goto-named-src-block" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [6722 6829])
            ("org-babel-goto-named-result" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [6831 6924])
            ("org-babel-next-src-block" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [6926 7106])
            ("org-babel-previous-src-block" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [7108 7297])
            ("org-babel-mark-block" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [7299 7382])
            ("org-babel-describe-bindings" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [7515 7637])
            ("org-babel-lob-execute-maybe" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [7767 8017])
            ("org-babel-lob-get-info" function (:prototype-flag t) nil [8019 8360])
            ("org-babel-tangle-file" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [8499 8939])
            ("org-babel-tangle" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [8941 9533])
            ("org-toggle-sticky-agenda" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [9676 9784])
            ("org-agenda" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [9786 11518])
            ("org-batch-agenda" function (:prototype-flag t) nil [11520 11958])
            ("org-batch-agenda-csv" function (:prototype-flag t) nil [11960 13742])
            ("org-store-agenda-views" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [13744 13845])
            ("org-batch-store-agenda-views" function (:prototype-flag t) nil [13847 13992])
            ("org-agenda-list" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [13994 14714])
            ("org-search-view" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [14716 17074])
            ("org-todo-list" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [17076 17458])
            ("org-tags-view" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [17460 17674])
            ("org-agenda-list-stuck-projects" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [17676 17980])
            ("org-diary" function (:prototype-flag t) nil [17982 19145])
            ("org-agenda-check-for-timestamp-as-reason-to-ignore-todo-item" function (:prototype-flag t) nil [19147 19340])
            ("org-agenda-set-restriction-lock" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [19342 19698])
            ("org-calendar-goto-agenda" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [19700 19903])
            ("org-agenda-to-appt" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [19905 21153])
            ("org-add-archive-files" function (:prototype-flag t) nil [21298 21499])
            ("org-archive-subtree" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [21501 22311])
            ("org-archive-to-archive-sibling" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [22313 22727])
            ("org-toggle-archive-tag" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [22729 22991])
            ("org-archive-subtree-default" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [22993 23186])
            ("org-archive-subtree-default-with-confirmation" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [23188 23399])
            ("org-attach" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [23541 23708])
            ("org-bbdb-anniversaries" function (:prototype-flag t) nil [23844 23967])
            ("org-capture-string" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [24113 24247])
            ("org-capture" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [24249 25562])
            ("org-capture-import-remember-templates" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [25564 25715])
            ("org-resolve-clocks" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [25854 26107])
            ("org-clock-in" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [26109 26836])
            ("org-clock-in-last" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [26838 27338])
            ("org-clock-out" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [27340 27689])
            ("org-clock-cancel" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [27691 27806])
            ("org-clock-goto" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [27808 28023])
            ("org-clock-sum-today" function (:prototype-flag t) nil [28025 28155])
            ("org-clock-sum" function (:prototype-flag t) nil [28157 28718])
            ("org-clock-display" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [28720 29297])
            ("org-clock-remove-overlays" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [29299 29536])
            ("org-clock-get-clocktable" function (:prototype-flag t) nil [29538 29774])
            ("org-clock-report" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [29776 30359])
            ("org-clocktable-shift" function (:prototype-flag t) nil [30361 30851])
            ("org-dblock-write:clocktable" function (:prototype-flag t) nil [30853 30961])
            ("org-clock-update-time-maybe" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [30963 31103])
            ("org-columns-remove-overlays" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [31249 31364])
            ("org-columns-get-format-and-top-level" function (:prototype-flag t) nil [31366 31448])
            ("org-columns" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [31450 31966])
            ("org-columns-compute" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [31968 32174])
            ("org-dblock-write:columnview" function (:prototype-flag t) nil [32176 33300])
            ("org-columns-insert-dblock" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [33302 33424])
            ("org-agenda-columns" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [33426 33532])
            ("org-check-version" function (:prototype-flag t) nil [33675 33785])
            ("org-datetree-find-date-create" function (:prototype-flag t) nil [33933 34320])
            ("org-datetree-find-iso-week-create" function (:prototype-flag t) nil [34322 34774])
            ("org-duration-set-regexps" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [34923 35021])
            ("org-duration-p" function (:prototype-flag t) nil [35023 35127])
            ("org-duration-to-minutes" function (:prototype-flag t) nil [35129 35546])
            ("org-duration-from-minutes" function (:prototype-flag t) nil [35548 35935])
            ("org-duration-h:mm-only-p" function (:prototype-flag t) nil [35937 36324])
            ("org-element-update-syntax" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [36469 36562])
            ("org-element-interpret-data" function (:prototype-flag t) nil [36564 36782])
            ("org-element-cache-reset" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [36784 36966])
            ("org-element-cache-refresh" function (:prototype-flag t) nil [36968 37073])
            ("org-element-at-point" function (:prototype-flag t) nil [37075 37865])
            ("org-element-context" function (:prototype-flag t) nil [37867 38625])
            ("org-feed-update-all" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [38761 38872])
            ("org-feed-update" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [38874 39113])
            ("org-feed-goto-inbox" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [39115 39230])
            ("org-feed-show-raw-feed" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [39232 39335])
            ("org-footnote-action" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [39483 39937])
            ("org-id-get-create" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [40067 40298])
            ("org-id-copy" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [40300 40428])
            ("org-id-get" function (:prototype-flag t) nil [40430 40836])
            ("org-id-get-with-outline-path-completion" function (:prototype-flag t) nil [40838 41217])
            ("org-id-get-with-outline-drilling" function (:prototype-flag t) nil [41219 41495])
            ("org-id-goto" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [41497 41649])
            ("org-id-find" function (:prototype-flag t) nil [41651 41939])
            ("org-id-new" function (:prototype-flag t) nil [41941 42411])
            ("org-id-update-id-locations" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [42413 42747])
            ("org-id-find-id-file" function (:prototype-flag t) nil [42749 42875])
            ("org-id-store-link" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [42877 42981])
            ("org-indent-mode" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [43123 43524])
            ("org-irc-store-link" function (:prototype-flag t) nil [43657 43788])
            ("org-lint" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [43925 44310])
            ("org-load-noerror-mustsuffix" function (:prototype-flag t) nil [44447 44577])
            ("org-mobile-push" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [44719 44974])
            ("org-mobile-pull" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [44976 45210])
            ("org-plot/gnuplot" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [45346 45583])
            ("org-table-create-with-table.el" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [45722 45928])
            ("org-table-create-or-convert-from-region" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [45930 46362])
            ("org-table-create" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [46364 46540])
            ("org-table-convert-region" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [46542 47492])
            ("org-table-import" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [47494 48242])
            ("org-table-export" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [48244 48974])
            ("org-table-align" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [48976 49088])
            ("org-table-begin" function (:prototype-flag t) nil [49090 49362])
            ("org-table-end" function (:prototype-flag t) nil [49364 49622])
            ("org-table-justify-field-maybe" function (:prototype-flag t) nil [49624 49845])
            ("org-table-next-field" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [49847 50031])
            ("org-table-previous-field" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [50033 50187])
            ("org-table-next-row" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [50189 50353])
            ("org-table-copy-down" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [50355 51168])
            ("org-table-blank-field" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [51170 51280])
            ("org-table-field-info" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [51282 51420])
            ("org-table-goto-column" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [51422 51796])
            ("org-table-insert-column" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [51798 51898])
            ("org-table-delete-column" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [51900 51996])
            ("org-table-move-column-right" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [51998 52092])
            ("org-table-move-column-left" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [52094 52186])
            ("org-table-move-column" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [52188 52337])
            ("org-table-move-row-down" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [52339 52424])
            ("org-table-move-row-up" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [52426 52507])
            ("org-table-move-row" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [52509 52641])
            ("org-table-insert-row" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [52643 52822])
            ("org-table-insert-hline" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [52824 53017])
            ("org-table-hline-and-move" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [53019 53158])
            ("org-table-kill-row" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [53160 53277])
            ("org-table-sort-lines" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [53279 54755])
            ("org-table-cut-region" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [54757 54954])
            ("org-table-copy-region" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [54956 55176])
            ("org-table-paste-rectangle" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [55178 55517])
            ("org-table-convert" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [55519 56121])
            ("org-table-wrap-region" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [56123 57376])
            ("org-table-edit-field" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [57378 57778])
            ("org-table-sum" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [57780 58463])
            ("org-table-get-stored-formulas" function (:prototype-flag t) nil [58465 58825])
            ("org-table-maybe-eval-formula" function (:prototype-flag t) nil [58827 58994])
            ("org-table-rotate-recalc-marks" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [58996 59432])
            ("org-table-analyze" function (:prototype-flag t) nil [59434 59865])
            ("org-table-maybe-recalculate-line" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [59867 60017])
            ("org-table-eval-formula" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [60019 61950])
            ("org-table-recalculate" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [61952 62524])
            ("org-table-iterate" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [62526 62752])
            ("org-table-recalculate-buffer-tables" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [62754 62876])
            ("org-table-iterate-buffer-tables" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [62878 63022])
            ("org-table-edit-formulas" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [63024 63149])
            ("org-table-toggle-coordinate-overlays" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [63151 63280])
            ("org-table-toggle-formula-debugger" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [63282 63395])
            ("orgtbl-mode" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [63397 63529])
            ("orgtbl-exp-regexp" variable (:default-value "^\\([-+]?[0-9][0-9.]*\\)[eE]\\([-+]?[0-9]+\\)$") nil [63531 63672])
            ("org-table-to-lisp" function (:prototype-flag t) nil [63674 64009])
            ("orgtbl-to-generic" function (:prototype-flag t) nil [64011 66954])
            ("orgtbl-to-tsv" function (:prototype-flag t) nil [66956 67082])
            ("orgtbl-to-csv" function (:prototype-flag t) nil [67084 67274])
            ("orgtbl-to-latex" function (:prototype-flag t) nil [67276 67935])
            ("orgtbl-to-html" function (:prototype-flag t) nil [67937 68435])
            ("orgtbl-to-texinfo" function (:prototype-flag t) nil [68437 68975])
            ("orgtbl-to-orgtbl" function (:prototype-flag t) nil [68977 69553])
            ("orgtbl-ascii-plot" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [69555 69945])
            ("org-timer-start" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [70084 70672])
            ("org-timer" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [70674 71251])
            ("org-timer-change-times-in-region" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [71253 71386])
            ("org-timer-item" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [71388 71518])
            ("org-timer-set-timer" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [71520 72358])
            ("org-release" function (:prototype-flag t) nil [72504 72647])
            ("org-git-version" function (:prototype-flag t) nil [72649 72792])
            ("org-odt-data-dir" variable (:default-value "/usr/share/emacs/etc/org") nil [72794 72878])
            ("org-babel-do-load-languages" function (:prototype-flag t) nil [72992 73124])
            ("org-babel-load-file" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [73126 73486])
            ("org-version" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [73488 73798])
            ("turn-on-orgtbl" function (:prototype-flag t) nil [73800 73890])
            ("org-clock-persistence-insinuate" function (:prototype-flag t) nil [73892 73996])
            ("org-mode" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [73998 74872])
            ("org-cycle" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [74874 77276])
            ("org-global-cycle" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [77278 77534])
            ("put" code nil nil [77535 77603])
            ("orgstruct-mode" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [77605 77917])
            ("turn-on-orgstruct" function (:prototype-flag t) nil [77919 78015])
            ("turn-on-orgstruct++" function (:prototype-flag t) nil [78017 78117])
            ("org-run-like-in-org-mode" function (:prototype-flag t) nil [78119 78400])
            ("org-store-link" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [78402 79142])
            ("org-insert-link-global" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [79144 79306])
            ("org-open-at-point-global" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [79308 79651])
            ("org-open-link-from-string" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [79653 79801])
            ("org-switchb" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [79803 80073])
            ("org-cycle-agenda-files" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [80075 80315])
            ("org-submit-bug-report" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [80317 80664])
            ("org-reload" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [80666 80817])
            ("org-customize" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [80819 80917])
            ("org-export-get-backend" function (:prototype-flag t) nil [81035 81199])
            ("org-export-get-environment" function (:prototype-flag t) nil [81201 81698])
            ("org-export-as" function (:prototype-flag t) nil [81700 82641])
            ("org-export-string-as" function (:prototype-flag t) nil [82643 83210])
            ("org-export-replace-region-by" function (:prototype-flag t) nil [83212 83473])
            ("org-export-insert-default-template" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [83475 83986])
            ("org-export-to-buffer" function (:prototype-flag t) nil [83988 85364])
            ("function-put" code nil nil [85366 85427])
            ("org-export-to-file" function (:prototype-flag t) nil [85429 86767])
            ("function-put" code nil nil [86769 86828])
            ("org-export-dispatch" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [86830 87601])
            ("org-ascii-export-as-ascii" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [87737 88796])
            ("org-ascii-export-to-ascii" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [88798 89740])
            ("org-ascii-publish-to-ascii" function (:prototype-flag t) nil [89742 90037])
            ("org-ascii-publish-to-latin1" function (:prototype-flag t) nil [90039 90337])
            ("org-ascii-publish-to-utf8" function (:prototype-flag t) nil [90339 90633])
            ("org-beamer-mode" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [90772 90894])
            ("org-beamer-export-as-latex" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [90896 91984])
            ("org-beamer-export-to-latex" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [91986 92970])
            ("org-beamer-export-to-pdf" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [92972 93951])
            ("org-beamer-select-environment" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [93953 94350])
            ("org-beamer-publish-to-latex" function (:prototype-flag t) nil [94352 94673])
            ("org-beamer-publish-to-pdf" function (:prototype-flag t) nil [94675 95003])
            ("put" code nil nil [95136 95209])
            ("put" code nil nil [95211 95261])
            ("put" code nil nil [95263 95319])
            ("org-html-htmlize-generate-css" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [95321 95933])
            ("org-html-export-as-html" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [95935 97001])
            ("org-html-convert-region-to-html" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [97003 97284])
            ("org-html-export-to-html" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [97286 98235])
            ("org-html-publish-to-html" function (:prototype-flag t) nil [98237 98528])
            ("org-icalendar-export-to-ics" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [98676 99488])
            ("org-icalendar-export-agenda-files" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [99490 99707])
            ("org-icalendar-combine-agenda-files" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [99709 100107])
            ("org-latex-make-preamble" function (:prototype-flag t) nil [100243 100708])
            ("org-latex-export-as-latex" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [100710 101794])
            ("org-latex-convert-region-to-latex" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [101796 102082])
            ("org-latex-export-to-latex" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [102084 103023])
            ("org-latex-export-to-pdf" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [103025 104008])
            ("org-latex-publish-to-latex" function (:prototype-flag t) nil [104010 104305])
            ("org-latex-publish-to-pdf" function (:prototype-flag t) nil [104307 104610])
            ("org-md-export-as-markdown" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [104737 105534])
            ("org-md-convert-region-to-md" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [105536 105818])
            ("org-md-export-to-markdown" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [105820 106503])
            ("org-md-publish-to-md" function (:prototype-flag t) nil [106505 106794])
            ("put" code nil nil [106924 106992])
            ("org-odt-export-as-odf" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [106994 107464])
            ("org-odt-export-as-odf-and-open" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [107466 107687])
            ("org-odt-export-to-odt" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [107689 108521])
            ("org-odt-convert" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [108523 108942])
            ("org-org-export-as-org" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [109072 110113])
            ("org-org-export-to-org" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [110115 111039])
            ("org-org-publish-to-org" function (:prototype-flag t) nil [111041 111328])
            ("defalias" code nil nil [111470 111514])
            ("org-publish" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [111516 111909])
            ("org-publish-all" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [111911 112220])
            ("org-publish-current-file" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [112222 112490])
            ("org-publish-current-project" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [112492 112707])
            ("org-texinfo-export-to-texinfo" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [112849 113824])
            ("org-texinfo-export-to-info" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [113826 114894])
            ("org-texinfo-publish-to-texinfo" function (:prototype-flag t) nil [114896 115199])
            ("org-texinfo-convert-region-to-texinfo" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [115201 115497])
            ("org-export-get-backend" function (:prototype-flag t) nil [115608 115772])
            ("org-export-get-environment" function (:prototype-flag t) nil [115774 116271])
            ("org-export-as" function (:prototype-flag t) nil [116273 117214])
            ("org-export-string-as" function (:prototype-flag t) nil [117216 117783])
            ("org-export-replace-region-by" function (:prototype-flag t) nil [117785 118046])
            ("org-export-insert-default-template" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [118048 118559])
            ("org-export-to-buffer" function (:prototype-flag t) nil [118561 119937])
            ("function-put" code nil nil [119939 120000])
            ("org-export-to-file" function (:prototype-flag t) nil [120002 121340])
            ("function-put" code nil nil [121342 121401])
            ("org-export-dispatch" function
               (:prototype-flag t
                :user-visible-flag t)
                nil [121403 122174])
            ("org-loaddefs" package nil nil [122185 122208]))          
      :file "org-loaddefs.el"
      :pointmax 122360
      :fsize 122359
      :lastmodtime '(23537 23334 0 0)
      :unmatched-syntax nil))
  :file "!drive_c!Users!joelg!.emacs.d!elpa!org-9.1.14!semantic.cache"
  :semantic-tag-version "2.0"
  :semanticdb-version "2.2")