Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Commits · v0.1.0
org-if
Browse files
Aug 23, 2015
Added README.org and examples/simple-game for some documentation
· 3f11dd57
Elzair
authored
Aug 23, 2015
View commits for tag v0.1.0
v0.1.0
3f11dd57
Replaced first function with nth 0
· c1eadc13
Elzair
authored
Aug 23, 2015
c1eadc13
Changed string-blank-p to cl-string-blank-p and added subr-x dependency
· 817e6a9b
Elzair
authored
Aug 23, 2015
817e6a9b
Aug 22, 2015
Fixed logic bug in org-if-conditional
· a372f99d
Elzair
authored
Aug 22, 2015
a372f99d
Added asterisks around several global variables
· 343312ca
Elzair
authored
Aug 22, 2015
343312ca
Added custom reader function to project
· 24be0a29
Elzair
authored
Aug 22, 2015
24be0a29
Replaced obsolete package cl with modern equivalents cl-lib and cl-macs
· 4fbc1d3c
Elzair
authored
Aug 22, 2015
4fbc1d3c
Replaced obsolete function show-all with outline-show-all in org-if-active.el
· 9f4fc619
Elzair
authored
Aug 22, 2015
9f4fc619
Changed a line of code in org-if-interpreter.el to use evenp instead of
· 9af63e47
Elzair
authored
Aug 22, 2015
9af63e47
Jul 08, 2015
Removed unused values org-if-true and org-if-false and added and or &
· 9f85a3ab
Elzair
authored
Jul 08, 2015
9f85a3ab
Cleaned up org-if-interpreter a little bit and made = and != functions
· 617831e2
Elzair
authored
Jul 08, 2015
617831e2
Jul 06, 2015
Added true and false to org-if language
· ce611f81
Elzair
authored
Jul 06, 2015
ce611f81
Jul 03, 2015
Removed unused arguments from org-if-reset-env and began adding true and
· cc30db5a
Elzair
authored
Jul 03, 2015
cc30db5a
org-if now respects customization of org-confirm-babel-evaluate and org-babel-load-languages
· 3b0e5e71
Elzair
authored
Jul 03, 2015
3b0e5e71
Changed behavior of save and restore commands. Save now saves and
· 12f011a3
Elzair
authored
Jul 03, 2015
12f011a3
Made restore function only work when org-if-active-mode was not enabled
· 7f676a03
Elzair
authored
Jul 03, 2015
7f676a03
Added commands to Org-IF menu to save and restore.
· 46472bbe
Elzair
authored
Jul 03, 2015
46472bbe
Jul 01, 2015
Added menu entries to org if
· fa89b289
Elzair
authored
Jun 30, 2015
fa89b289
Fixed bug in org-if-insert-message since apply should pass it only one argument
· 42b1705f
Elzair
authored
Jun 30, 2015
42b1705f
Jun 30, 2015
Refactored org-if-evlis and expanded docstrings in org-if-interpreter.el
· f5f3ed5c
Elzair
authored
Jun 30, 2015
f5f3ed5c
Removed unneeded call to set lexical-binding in org-if-active.el
· 2ecbdfa2
Elzair
authored
Jun 30, 2015
2ecbdfa2
Expanded some of the docstrings with more information
· 5450f188
Elzair
authored
Jun 30, 2015
5450f188
Fixed all error messages to use format string instead of manually
· 5d2d6349
Elzair
authored
Jun 30, 2015
5d2d6349
Added check to org-if-eval to ensure integers were in a range suitable
· 8fd00ea8
Elzair
authored
Jun 30, 2015
8fd00ea8
Jun 19, 2015
Rearranged order of function definitions in org-if-interpreter.el for
· 5752d2d6
Elzair
authored
Jun 19, 2015
5752d2d6
Moved regular commands out of org-if-eval into a global variable org-if-funcs
· 030011cf
Elzair
authored
Jun 18, 2015
030011cf
Made the if command take multiple conditions with an optional leftover else
· 56b43c3f
Elzair
authored
Jun 18, 2015
56b43c3f
Renamed org-if-set-link-state to org-if-set-env and made set command use
· 0f18f9b4
Elzair
authored
Jun 18, 2015
0f18f9b4
Jun 18, 2015
Added -*- lexical-binding: t -*- to the top-line of every elisp file
· eb63a2a7
Elzair
authored
Jun 18, 2015
eb63a2a7
Added a dependency of org-if-link to org-if-active.el so the if: links
· 212b41b4
Elzair
authored
Jun 18, 2015
212b41b4
Added new link type to org for utilizing the choice function in org-if
· ea8e0f32
Elzair
authored
Jun 18, 2015
ea8e0f32
Jun 17, 2015
Fleshed out comment in org-if-active.el
· 154322d4
Elzair
authored
Jun 17, 2015
154322d4
Removed debugging code from org-if-hide-code
· 2ba78a32
Elzair
authored
Jun 17, 2015
2ba78a32
Added org-follow-link-hook that calls org-if-hide-code to hide the
· 359c67a6
Elzair
authored
Jun 17, 2015
359c67a6
Replaced flet macro with cl-labels macro
· 904cc931
Elzair
authored
Jun 17, 2015
904cc931
Changed erroneous print1-to-string call to prin1-to-string
· 8cac8948
Elzair
authored
Jun 17, 2015
8cac8948
Removed debug message from org-if-insert-choice
· bfbe62f7
Elzair
authored
Jun 17, 2015
bfbe62f7
org-if-mode-hook now sets buffer-modified-p to false every time it runs
· bb03abe1
Elzair
authored
Jun 17, 2015
bb03abe1
Changed org-if-current-env from p-list to hash-table
· cc089fea
Elzair
authored
Jun 17, 2015
cc089fea
Added ability to create stateful links
· b516fb34
Elzair
authored
Jun 17, 2015
b516fb34
Loading