tj
bd43f2bbb9
Extract outshine-use-outorg stuff to separate file.
10 years ago
tj
c7764a4080
Update README.
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
Thorsten
d184761472
Merge pull request #51 from syohex/cl
...
Load cl for using case macro
10 years ago
Thorsten
7fc15a79d4
Merge pull request #52 from syohex/cl-lib
...
Load cl-lib for using case macro
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
Thorsten
e9f4366f90
Merge pull request #46 from kaushalmodi/master
...
Fix error when calling `org-overview`
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
Thorsten
21c73362d3
Merge pull request #43 from acowley/master
...
Add an option to preserve delimiter whitespace.
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
Thorsten
83a71709c1
Update README.md
...
Add disclaimer.
11 years ago
Thorsten
24075c56a8
Merge pull request #40 from tarsius/silentio
...
Quiet byte-compiler
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
Thorsten
a64ce64374
Merge pull request #36 from ffevotte/patch-1
...
Declare dependency to `outorg`
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
tj
2c73e8b634
Add 'hanche' to CONTRIBUTORS.org.
12 years ago
Thorsten
6656e4e19d
Merge pull request #32 from hanche/bugfix
...
Fix bug with electric-pair-mode
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
7cde0e14a1
Tiny fix in CONTRIBUTORS.
12 years ago
tj
05aa137265
Add outline-mode-easy-bindings.el again.
12 years ago
tj
efb6456a21
Fix CONTRIBUTORS, try prefix-patch for speed-cmds.
12 years ago
tj
c0c94fb03e
Fix name in CONTRIBUTORS.
12 years ago
tj
68868d9d85
Add CONTRIBUTORS file.
...
Keep track of people who contributed to the Outshine Project to make
sure adding it to ELPA/Emacs some day would be possible and
hassle-free. Especially email, FSF-status and nontriviality of
contributions are the relevant attributes here.
12 years ago
tj
65a1748fc7
Update HISTORY.
12 years ago
tj
cf1097692b
Update HISTORY.
12 years ago
tj
86164acb23
Rearrange todo's.
12 years ago
tj
2313595aa2
Fix dependencies.
12 years ago
tj
f1d5277861
Add function declarations, delete trailing whitespace.
12 years ago
tj
fef0249d12
Update HISTORY file.
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