Yes, that worked! Thank you so much!

On Sat, Aug 8, 2015 at 11:59 AM, Kyle Meyer <k...@kyleam.com> wrote:

> Peter Salazar <cycleofs...@gmail.com> wrote:
> > Yes! That worked. What does this mean?
> >
> > I tried going to package-list-packages and uninstalling and reinstalling
> > org, but that didn't help. What's my next step?
> >
> > On Sat, Aug 8, 2015 at 9:27 AM, Nicolas Goaziou <m...@nicolasgoaziou.fr>
> > wrote:
> >
> >> Peter Salazar <cycleofs...@gmail.com> writes:
> >>
> >> > Sure, I'll try that. I'm not quite sure how to figure out what
> >> > argument org-export-dispatch takes. Something like this? (org-reload
> >> > (org-export-dispatch 'html))
> >>
> >> I meant C-u M-x org-reload. Then regular export (e.g., C-c C-e l L).
>
> Nicolas might have a better suggestion of what to do next, but I think
> it means the state of your Emacs session was interfering with the
> correct compilation.  Since 'C-u M-x org-reload' forced an uncompiled
> reload, you could try uninstalling/installing the package again.  Or you
> try Ista's snippet[1] for installing in a fresh session:
>
>     Since it doesn't work for you I suggest removing org-plus-contrib
>     (or org), starting emacs with 'emacs -Q' and running something like
>
>     (require 'package)
>     (add-to-list 'package-archives
>                  '("org" . "http://orgmode.org/elpa/";) t)
>     (package-initialize)
>     (package-install 'org-plus-contrib)
>     ;; or (package-install 'org)
>
>
> [1] http://permalink.gmane.org/gmane.emacs.orgmode/99708
>
> --
> Kyle
>

Reply via email to