Allen Li writes:
> On Fri, Dec 14, 2018 at 3:46 PM David Masterson
> wrote:
>>
>> Am I reading the startup process right?
>>
>> In GNU Emacs v26+, it appears that package-initialize is run out of
>> startup.el which is run (I think) before the various "init" files.
>> Therefore, it is hardcodin
On Fri, Dec 14, 2018 at 3:46 PM David Masterson wrote:
>
> Am I reading the startup process right?
>
> In GNU Emacs v26+, it appears that package-initialize is run out of
> startup.el which is run (I think) before the various "init" files.
> Therefore, it is hardcoding the assumptions that:
>
> 1.
Am I reading the startup process right?
In GNU Emacs v26+, it appears that package-initialize is run out of
startup.el which is run (I think) before the various "init" files.
Therefore, it is hardcoding the assumptions that:
1. The standard packages are in site-lisp or elpa directories.
2. The us
On Fri, Dec 14, 2018 at 6:36 AM Bernt Hansen wrote:
>
>
> In my custom agenda view for Projects I set
> (org-tags-match-list-sublevels 'indented)
Good to know, although I see that setting
org-tags-match-list-sublevels to anything other than t is
semi-obsolete.
However, we are talking mostly
Allen Li writes:
> On Thu, Dec 13, 2018 at 6:28 AM Bernt Hansen wrote:
>>
>> Allen Li writes:
>>
>> > On Wed, Dec 12, 2018 at 10:00 AM Nicolas Goaziou
>> > wrote:
>> >>
>> >> This is not satisfying, actually. If every item has a single asterisk,
>> >> you miss hierarchy between headlines in t
On Fri, Nov 9, 2018 at 11:52 AM Seb wrote:
>
> Hello,
>
> I believe I've hit a strange bug. Given this file:
>
> ------
> #+STARTUP: content indent hideblocks
> #+PROPERTY: header-args :tangle yes
> #+PROPERTY: header-args:pytho
Hello,
Allen Li writes:
> Apparently I'm missing something. How are you using hierarchy in an
> agenda view? Agenda views are flat, e.g.:
>
> tasks: TODO [#A] Some task
> tasks: TODO [#A] Some task
> tasks: TODO [#A] Some task
> tasks: TODO Some task
> tasks:
Hi there,
I’ve written code based on Org mode to generate Open Educational
Resources (OER, learning material under free licenses, typically
variants of Creative Commons), which include figures with proper
license attribution (source, author, license) [1]. If you ever wanted
to publish OER yoursel
>>> "Uwe" == Uwe Brauer writes:
>> You need `(require 'org-tempo)', then
>> #+begin_src emacs-lisp
>> (tempo-define-template "org-display-bib"
>> '("bibliographystyle:plain" n
>> "bibliography:/home/oub/texmf/bibtex/bib/bibgraf.bib" p n)
>> "> #+end_src
> Thanks that works like charm. However
smime.p7m
Description: S/MIME encrypted message
>>> "Mehmet" == Mehmet Atif Ergun writes:
> I believe it's the melpa one that's often used.
> https://github.com/joaotavora/yasnippet/blob/master/README.mdown
> https://www.emacswiki.org/emacs/Yasnippet
thanks
smime.p7s
Description: S/MIME cryptographic signature
> You need `(require 'org-tempo)', then
> #+begin_src emacs-lisp
> (tempo-define-template "org-display-bib"
> '("bibliographystyle:plain" n
>
"bibliography:/home/oub/texmf/bibtex/bib/bibgraf.bib" p n)
>
12 matches
Mail list logo