tj
bd43f2bbb9
Extract outshine-use-outorg stuff to separate file.
10 years ago
tj
14baed9f46
Add helper function to avoid indenting comments.
10 years ago
tj
b09e91b10c
Adapt to new semantics of org-log-note-marker.
10 years ago
Syohei YOSHIDA
b58b3aafe8
Load cl-lib for using case macro
10 years ago
Syohei YOSHIDA
516c4ab50e
Load cl for using case macro
11 years ago
Kaushal Modi
1ac107f840
Fix error when calling `org-overview`
...
When `org-overview` or similar commands were called which then call
`outline-hide-sublevels`, the command wasn't getting executed because
it gave an error saying "Before First Headline". The issue was seen if
the org file had prelude code as below
#+STARTUP: indent
* First headline
The error was issued when calling the `hide-subtree` function inside
`outline-hide-sublevels`. The issue is resolved by this fix.
11 years ago
Anthony Cowley
ad07880012
Add an option to preserve delimiter whitespace.
...
For a language, such as Haskell, whose comment syntax includes
significant trailing whitespace, offer a customization to /not/ trim
whitespace from the ends of `comment-start`.
11 years ago
Jonas Bernoulli
19d0aa645c
Enforce that only spaces are used to indent
11 years ago
Jonas Bernoulli
31e3b9236c
Quiet byte-compiler
11 years ago
François Févotte
a93b3124ed
Declare dependency to `outorg`
...
This will allow MELPA to correctly build an `outshine` package with the correct dependency, therefore fixing issue #35 .
11 years ago
tj
5b84c42b18
Remove leftover export header.
12 years ago
tj
1e1a14c249
Mention installation order in README.
...
1. outorg
2. outshine
3. navi-mode (optional)
12 years ago
hanche
5561fb3370
Fix bug with electric-pair-mode
...
(outshine-self-insert-command): Set the `delete-selection` property so
that electric-pair-mode works as expected when delete-selection-mode
is active.
12 years ago
tj
539e9ef131
Fix org-store-log-note advice.
12 years ago
tj
efb6456a21
Fix CONTRIBUTORS, try prefix-patch for speed-cmds.
12 years ago
tj
2313595aa2
Fix dependencies.
12 years ago
tj
f1d5277861
Add function declarations, delete trailing whitespace.
12 years ago
tj
44bafe0df7
Remove old files, fix version constant.
12 years ago
tj
c69bd3b207
Update version number and README file.
12 years ago
tj
a92c01b1c3
Update HISTORY file.
12 years ago
tj
951b9b8c0c
Make 'org-todo' work (finally).
12 years ago
tj
d5a5c5261d
Make 'org-todo' (almost) work.
12 years ago
tj
89855090fa
Add several 'outshine-use-outorg' commands.
12 years ago
tj
bd097dca36
Add clocking and link functions.
12 years ago
tj
680f4aa0eb
Make clocking work.
12 years ago
tj
301af1515d
Simplify 'outshine-use-outorg' signature.
...
Adjust library to that change.
12 years ago
tj
a475b568e5
Uncomment clock-in/out functions.
12 years ago
tj
645f19aff4
Make agenda restriction locks work.
12 years ago
tj
50357f3313
First working version of 'outshine-agenda'.
12 years ago
tj
31c1a4118b
Add toggle function for inclusion of Org files in agenda.
12 years ago
tj
8dfada3b64
Prepare agenda functionality.
12 years ago
tj
96f1f23618
Prepare org-agenda cmds.
12 years ago
tj
e8432a5a63
Add org-deadline/schedule/export-dispatch.
12 years ago
tj
1e315ee4fc
Add next/prev-block and time-stamp cmds.
12 years ago
tj
252cee8cfe
Make 'org-toggle-comment' and 'set-property' work.
12 years ago
tj
b651706310
Make 'outshine-open-at-point' work.
12 years ago
tj
bb72fbac39
Use 'apply' instead of 'funcall' in 'outshine-use-outorg'.
...
Mark several speed-commands as working.
12 years ago
tj
b638a5c116
Fix `outshine-use-outorg'.
12 years ago
tj
763b41852b
New version of `outshine-use-outorg'.
12 years ago
tj
1177950c4e
Outcomment next/previous block again - doesn't work.
12 years ago
tj
23f8dbad1b
Make next/previous-block org functions work (somehow).
12 years ago
tj
b47a2702b7
Mark speed-move-safe cmds and display-outline-path as working.
12 years ago
tj
9a044c1147
Add unchecked checkboxes to outshine-speed-commands.
12 years ago
tj
1f394d1039
Outcomment untested calls to org funtions.
...
Simplify `outshine-use-outorg'.
12 years ago
tj
da47a55bfd
Rewrite comment-section.
12 years ago
tj
0c4f0f285e
Improve comment-section.
12 years ago
tj
8b25e2f53b
Add TODO to docstring.
12 years ago
tj
b2b62632d3
Delete superfluous parenthesis.
12 years ago
tj
bdf0b1ea44
Fix bug in latex convenience function.
12 years ago
tj
25bea963b0
Fix docstrings of latex convenience functions.
12 years ago