Re: [O] Bug: org-emphasis-alist not fully applied [9.1.1 (9.1.1-1-g80cbf9-elpa @ x:/folder/user/.emacs.d/elpa/org-20170918/)]

2017-09-20 Thread Jens Lange
Thanks, for that information. Since I have no coding knowlege I reached out to stackexchange for some help for a workaround. Question is here: https://emacs.stackexchange.com/questions/35626/how-to-make-my-own-org-mode-text-emphasis-work-again One guy mentioned this after I wrote about this bug re

Re: [O] setting local variables

2017-09-20 Thread Kaushal Modi
On Wed, Sep 20, 2017, 2:43 PM Scott Randby wrote: > > > On 09/20/2017 12:17 PM, Carsten Dominik wrote: > > On Thu, Sep 7, 2017 at 5:01 PM, Eric Abrahamsen > > > wrote: > > I do object to removing unnumbered headers from the toc. I believe this change was made to fix the case of mixed numbered

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Nick Dokos
"Loris Bennett" writes: > I might even go wild and move to init.el ;-) > I moved to init.el a long time ago and now things are worse than they ever were with .emacs: there is all the .emacs crud that I copied over *plus* all the new init.el crud that I've added since I switched. I can't wait for

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Thomas S. Dye
Aloha, Lars-Johan Liman writes: >> 3. I now use org to manage my init file. In fact, I have a few init >> files. I have a bare bones minimal init file which I use when I need to >> debug a specific feature/package or generate bug reports, I have an >> experimental one where I play with new things

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Eric S Fraga
On Wednesday, 20 Sep 2017 at 15:49, Lars-Johan Liman wrote: [...] > I have some files in CVS (yes, I'm that old ;-), but yes, Git is on my > mind too. Every new thing I archive I put in Git. Hey, I still use RCS... :-) But, okay, I do use git and mercurial as well. Have to go with the flow som

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Lars-Johan Liman
Loris Bennett writes: >> Having said that, having let my .emacs grow organically (think "rampant >> weeds") for 30 years, maybe I should take the shears to it. :-) :-) Hahaa! LOL! I was thinking exactly those words earlier this morning, while trying to debug a complicated "cond" statement that tri

Re: [O] setting local variables

2017-09-20 Thread Scott Randby
On 09/20/2017 12:17 PM, Carsten Dominik wrote: > On Thu, Sep 7, 2017 at 5:01 PM, Eric Abrahamsen > wrote: > >> Nicolas Goaziou writes: >> >> >> [...] >> >>> So, any objection to have all major back-ends ignoring unnumbered trees >>> from TOC, and make that an Org specificity? >> > > > Hi Nic

[O] [PATCH] Implement Org pdfview

2017-09-20 Thread Oleg Pykhalov
Hello Emacs Org, I prepared pdf-view based on doc-view for org-capture. --8<---cut here---start->8--- guix environment emacs-org -- make test … org-pdfview.el:102:1:Warning: the function ‘pdf-view-current-page’ is not known to be defined. … Ran 738 tests, 7

Re: [O] setting local variables

2017-09-20 Thread Carsten Dominik
On Thu, Sep 7, 2017 at 5:01 PM, Eric Abrahamsen wrote: > Nicolas Goaziou writes: > > > [...] > > > So, any objection to have all major back-ends ignoring unnumbered trees > > from TOC, and make that an Org specificity? > Hi Nicolas, OK, now I have read this thread. I do object to removing un

Re: [O] Add ability to force-enable TOC

2017-09-20 Thread Kaushal Modi
On Wed, Sep 20, 2017, 4:14 AM Carsten Dominik wrote: > > I will go back and take a look at this thread. Can someone tell me what > the subject line of that thread was? > http://lists.gnu.org/archive/html/emacs-orgmode/2017-09/msg00157.html -- Kaushal Modi

Re: [O] Add ability to force-enable TOC

2017-09-20 Thread Rasmus
Rasmus writes: > IMO, this behavior should be reverted in maint as it would be nice to > include 9.1 in the next version of Emacs. I misunderstood the initial report. Ignore the above. I don’t understand why, in ox-latex, "num" sets both "\setcounter{secnumdepth}{.}" and switches to "section*

Re: [O] use %A to prompt for plain text when there is not file

2017-09-20 Thread Amos Bird
#+OPTIONS: latex:t toc:nil H:3 Hi Nicolas, when in a file backed buffer, doing org capture with %A generates #+BEGIN_EXAMPLE [[some link][some description]] #+END_EXAMPLE and if the buffer has no file associated with it, I'd like %A to generate #+BEGIN_EXAMPLE some description #+END_EXAMPLE the

Re: [O] use %A to prompt for plain text when there is not file

2017-09-20 Thread Nicolas Goaziou
Amos Bird writes: > when in a file backed buffer, doing org capture with %A generates > > > [[some link][some description]] > > and if the buffer has no file associated with it, I'd like %A to generate > > > some description > > the above "some description" is inputed via prompting user. It soun

Re: [O] Bug: Babel Tramp python [8.2.10 (release_8.2.10 @ /usr/share/emacs/25.3/lisp/org/)]

2017-09-20 Thread Nicolas Goaziou
Hello, emacswatc...@gmail.com writes: > Given emacs -Q with this file: > > +++ test.org > > #+TITLE: Babel remote processing test > #+AUTHOR: jjh > > #+EMAIL: emacswatc...@gmail.com > > * python > > #+BEGIN_SRC python :dir /ssh:root@[some remote host]: > import socket > return ("Hostname is

Re: [O] Confused about the explanation for 'org-cycle'

2017-09-20 Thread Nicolas Goaziou
Hello, Matt Lundin writes: > I agree that this is confusing. I examined the org repository history, > and it seems that both the documentation and the variable go all the way > back to 2007. I believe the default value of the variable was changed to > nil, but the documentation was not updated a

Re: [O] use %A to prompt for plain text when there is not file

2017-09-20 Thread Nicolas Goaziou
Hello, Amos Bird writes: > I'm currently using this template, > #+BEGINEXAMPLE > > 1 %A [/] > > * [ ] %? > > #+ENDEXAMPLE > > However when capturing in a non-file buffer, %A generates nothing. I'd like > to have a plain text inserted instead. What can I do? What do you mean by "a plain text in

Re: [O] Add ability to force-enable TOC

2017-09-20 Thread Kaushal Modi
On Wed, Sep 20, 2017, 6:25 AM Nicolas Goaziou wrote: > I didn't say it was an unusual case. I said it didn't cover all the > use-cases. Maybe you are really needing a subset of the initial feature. > Understood. IOW, do mixed numbered/unnumbered headings make sense in TOC? > Correct. That does

Re: [O] Add ability to force-enable TOC

2017-09-20 Thread Rasmus
Carsten Dominik writes: > That may be so, but I find that unfortunate. I am really using this > feature often. > > I will go back and take a look at this thread. Can someone tell me what > the subject line of that thread was? I think it’s this one. Subject: setting local variables Dat

[O] Doc bug: Publishing "Simple Example" is missing publishing function

2017-09-20 Thread Nick Dokos
I tried to publish the project described in (info "(org) Simple example") and I got the complaint , | ~$ emacs -batch -l foo.el --eval '(org-publish "org")' | No publishing function chosen ` I attach a patch to fix the doc. >From 653cf7ba3041c5992091317f0c18c47326f58d70 Mon Sep 17 00

Re: [O] Add ability to force-enable TOC

2017-09-20 Thread Rasmus
Kaushal Modi writes: > On Tue, Sep 19, 2017 at 3:27 PM Nicolas Goaziou > wrote: > >> The change was intended. The idea was discussed on the ML. You may want >> to check the thread. >> >> This is on par with, e.g., what LaTeX does. >> > > What would be a good way, though, to bring back that funct

Re: [O] What is the best way to show inline math formulas in org mode?

2017-09-20 Thread edgar
Hi Amos, I am an inexpert user of Emacs, and that is why I think that I can help you. See the instructions below. Spoiler alert: the last line reads: "If you get your file .. I don't know how to help you." The idea is: 1. Run emacs like this: emacs -Q 2. Check that you have a recent version o

Re: [O] use %A to prompt for plain text when there is not file

2017-09-20 Thread Amos Bird
Um, but I'd like to use this template for both cases. When inside a temporary, don't generate a link, but plain text instead, while in a file buffer, generate the link as usual. regards, Nicolas Goaziou writes: > Amos Bird writes: > >> when in a file backed buffer, doing org capture with %A

Re: [O] Add ability to force-enable TOC

2017-09-20 Thread Nicolas Goaziou
Hello, Kaushal Modi writes: > On Tue, Sep 19, 2017 at 3:57 PM Nicolas Goaziou > wrote: > >> What is exactly the feature you are missing? Your example is a special >> case where _no_ heading is numbered. > > > I would not consider this as a special case. It is very common for HTML > exports to n

Re: [O] Add ability to force-enable TOC

2017-09-20 Thread Carsten Dominik
On Tue, Sep 19, 2017 at 9:27 PM, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > > > On Tue, Sep 19, 2017 at 4:49 PM, Kaushal Modi > > wrote: > > > >> Hello, > >> > >> I have use-cases where I don't like to see the headings numbered but > still > >> want the TOC to be generated. >

Re: [O] (gnus-icalendar-org-setup) not evaluated in .emacs?

2017-09-20 Thread Loris Bennett
Hi Tim, Tim Cross writes: > Management of an emacs init file is a challenge for anyone who has been > using Emacs for a long time. I did this after being a user for over 20 > years and like you, was a little daunted by the task. However, I now > realise it was the single best thing I ever did to