Adam Porter
87d7ed5e34
Transfer maintainership
9 years ago
Adam Porter
6c3ef4d0f9
Use org-log-beginning only in Org >= 8.3
...
Fixes #66 .
9 years ago
Thorsten
d45a512d14
Merge pull request #63 from vapniks/patch-1
...
Don't clobber imenu-generic-expression
10 years ago
vapniks
96eae614b5
Put new imenu items at toplevel
10 years ago
vapniks
1be95152d7
Don't clobber imenu-generic-expression
...
Fix outshine-hook-function so that it doesn't mess up imenu-generic-expression
See https://github.com/tj64/outshine/issues/41
10 years ago
tj
61b2df3806
Merge branch 'trunk'
10 years ago
tj
73ae2c2ea2
Add two convenience functions (feature request).
10 years ago
tj
5872dad4d1
Fix bug in calculating outline level.
...
The bugfix was already there, but outcommented. Maybe it caused trouble
in other places?
10 years ago
Thorsten
c9f0760931
Merge pull request #57 from ggreif/patch-1
...
grammaro
10 years ago
Gabor Greif
2bac3df2cf
Update README.md
10 years ago
Gabor Greif
9f968b6754
grammaro
10 years ago
tj
bdf621da67
Merge branch 'trunk'
10 years ago
tj
589ebecbe1
Gitignore outline-mode-easy-bindings.el.
10 years ago
Thorsten
37cb476e0a
Merge pull request #56 from emacs18/add-autoload-cookie
...
added one autoload cookie
10 years ago
Richard Kim
b3a273f840
added one autoload cookie
...
This allows outshine package to be autoloaded so that the user need not
manually add (require 'outshine). Using autoload is a generally good
idea. Also this change makes it easier to create a spacemacs layer for
outshine, outorg, and navi packages.
10 years ago
tj
7304261071
Fix bug from last pull request.
10 years ago
tj
0abdbabd34
Merge branch 'trunk'
10 years ago
tj
bd43f2bbb9
Extract outshine-use-outorg stuff to separate file.
10 years ago
Thorsten
e7271ede28
Merge pull request #53 from jeffvalk/master
...
Add out-of-the-box compatibility with company idle completion
10 years ago
Jeff Valk
262dc05070
Ensure compatibility with company idle completion
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