Re: [O] Package System questions ?

2018-12-14 Thread David Masterson
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

Re: [O] Package System questions ?

2018-12-14 Thread Allen Li
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.

[O] Package System questions ?

2018-12-14 Thread David Masterson
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

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-14 Thread Allen Li
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

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-14 Thread Bernt Hansen
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

Re: [O] indentation error in python source block

2018-12-14 Thread iemacs
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

Re: [O] Bug: Special property ITEM without stars [9.1.14]

2018-12-14 Thread Nicolas Goaziou
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:

[O] License information for figures in Org mode?

2018-12-14 Thread Jens Lechtenboerger
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

Re: [O] problems with org-tempo

2018-12-14 Thread Uwe Brauer
>>> "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

[O] [partially solved: cursor] (was: problems with org-tempo)

2018-12-14 Thread Uwe Brauer
smime.p7m Description: S/MIME encrypted message

Re: [O] the 'new' template system some questions

2018-12-14 Thread Uwe Brauer
>>> "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

Re: [O] problems with org-tempo

2018-12-14 Thread Uwe Brauer
> 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) >