zoukankan      html  css  js  c++  java
  • refiling失败报错Invalid function: org-preserve-local-variables

    refiling失败报错Invalid function: org-preserve-local-variables,原因: elc,不太清楚

    解决办法: 删除org??目录下的elc文件

    https://github.com/syl20bnr/spacemacs/issues/11801

    https://emacs-china.org/t/spacemacs-org-mode-org-refile/8157

    在github上已经有了相关的Issue, #11788 #11801 解决方案如下: cd ~/.emacs.d/elpa/ find org*/*.elc -print0 | xargs -0 rm 然后到spacemacs中执行spacemacs/recompile-elpa. 除了org-refile,org-archive-subtree也会同样报错,我试了一下上面的解决方案,可以解决我的问题了.

    ### 吐糟

    ------------------------

    百度搜不出来,Bing搜出来的。 嚓

  • 相关阅读:
    观察者模式
    工厂模式
    单例模式
    代理模式
    策略模式
    Ioc容器
    Spring概述
    02:入门
    01:背景
    编译原理感悟
  • 原文地址:https://www.cnblogs.com/jiftle/p/10317493.html
Copyright © 2011-2022 走看看