Re: [O] Bug: Unable to nest headings within export blocks [9.0 (9.0-elpa @ c:/Data/Documents/emacs.d/elpa/org-20161102/)]

2016-11-08 Thread Lixin Chin
On Mon, 7 Nov 2016 08:44:47 -0800 "Charles C. Berry" wrote: > Run this: > > #+BEGIN_SRC emacs-lisp :eval never-export :exports none >(require 'ob-org) >(defun eval-if-html () > (if (not (eq org-export-current-backend 'html)) "never")) > #+END_SRC > > > Then

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-08 Thread Samuel Wales
thanks to both you and cesar. it appears i have to investigate further. On 11/8/16, Nicolas Goaziou wrote: > Well, it does here. Not sure what is wrong in your set-up. You may to > try re-installing Org.

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-08 Thread Nicolas Goaziou
> it's a tagged (scheduled) active timestamp with a time. it belongs in > the grid. it showed up in the grid in org 8. it does not now. Well, it does here. Not sure what is wrong in your set-up. You may to try re-installing Org. Regards,

Re: [O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-08 Thread Samuel Wales
i recommend searching for carsten's history of the timeline. it was detailed and possibly includes ideas for emulating it in agenda. part of the issue was that the timeline was invented before some new features, possibly including repeaters, but did not get updated for them. there are also

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-08 Thread Samuel Wales
hi nicolas, On 11/8/16, Nicolas Goaziou wrote: > What is "the timed section" of agenda? the time grid. >> it shows in scheduled section >> other tasks like it show in timed section >> if the date is today, then it works correctly >> *correctly to me is the traditional

Re: [O] Bug: Repeated tasks not shown from org-timeline [9.0 (9.0-dist @ c:/wlin/.emacs-lisp/org/lisp/)]

2016-11-08 Thread Nicolas Goaziou
Hello, Warren Lynn writes: > Thanks. I have been using org mode for probably over 10 years, but did not > keep checking the messages. I'm not suggesting that you should have. I just happened to remember Carsten writing about timeline being more or less obsolete. I haven't

Re: [O] [bug] timed repeater shows up in wrong place

2016-11-08 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > *** NEXTREPEAT test :goto: > SCHEDULED: <2016-07-15 Fri 21:00 .+1d> > > does not show up in the timed section of agenda What is "the timed section" of agenda? > it shows in scheduled section > other tasks like it show in timed

Re: [O] newline element of org-emphasis-regexp-components no longer honored?

2016-11-08 Thread Eric Abrahamsen
Eric Abrahamsen writes: > So far as I can tell, the last element of this option is no longer > honored -- I've had it set to 3 for ages, but highlighting and export > only accept 1. I'm on Emacs git, and org-plus-contrib from Elpa. > > Does anyone else see this? > > E

[O] newline element of org-emphasis-regexp-components no longer honored?

2016-11-08 Thread Eric Abrahamsen
So far as I can tell, the last element of this option is no longer honored -- I've had it set to 3 for ages, but highlighting and export only accept 1. I'm on Emacs git, and org-plus-contrib from Elpa. Does anyone else see this? E

[O] Tangling flow control

2016-11-08 Thread Philip Hudson
Thanks to Charles Berry and the "scraps" site curated by Eric Schulte (is he on the list?), I now know how to do "branching" flow control when tangling, by using a form that evals to either "no" or a filename as the argument to the =:tangle= header. How do you do "looping" flow control? For

Re: [O] Bug: code block export [9.0 (9.0-elpaplus @ /home/mcg/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-08 Thread Nick Dokos
mcg writes: > I recently (max 3 weeks) noticed that latex code blocks are not exported > correctly anymore: > > #+BEGIN_LaTeX > > #+END_LaTeX > > Export is: > > \begin{LaTeX} > > \end{LaTeX} > > I do not recall having changed any setup. > > Package: Org mode version 9.0

[O] Bug: code block export [9.0 (9.0-elpaplus @ /home/mcg/.emacs.d/elpa/org-plus-contrib-20161102/)]

2016-11-08 Thread mcg
Hello, I recently (max 3 weeks) noticed that latex code blocks are not exported correctly anymore: #+BEGIN_LaTeX #+END_LaTeX Export is: \begin{LaTeX} \end{LaTeX} I do not recall having changed any setup. Remember to cover the basics, that is, what you expected to happen and what in fact

[O] use #+INDEX: for multiple indices latex export

2016-11-08 Thread Charles Millar
Hi, Given as a very minimal example #+latex_header: \usepackage{imakeidx} #+latex_header: \makeindex[title=INDEX] #+latex_header: \makeindex[name=foo, title=FOOINDEX] is it possible to generate multiple indices using #+INDEX: just as * some heading on page 1 #+latex: \index[foo]{bar} * some

Re: [O] latex exporting to different directory with v9.0

2016-11-08 Thread Nicolas Goaziou
Hello, Alex Fenton writes: > (defun thesis-publish-chapter-to-pdf (plist filename pub-dir) > "Export a chapter to a LaTeX file in output dir and compile" > (let ((outfile > (org-publish-org-to 'latex filename "-chapter.tex" plist > pub-dir))) >

[O] HTML export with ":export" parameter with Orgmode 9.0

2016-11-08 Thread Frederick Giasson
Hi, I am not clear about the change in the Export blocks that occurred in Org-mode 9.0 Does this change impact the ":export [...]" code block header parameter? What I am often using is this: http://orgmode.org/manual/Exporting-code-blocks.html Which currently doesn't work but it

Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-08 Thread Frederick Giasson
Hi Nicolas, Thanks anyway, this answer led me to do some more research. What did work for me is this: http://emacs.stackexchange.com/a/16616/13925 Only running C-u M-x org-reload was fixing the issue, but when I restarted Emacs, it was restarting. Doing org-reload, uninstall and

Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-08 Thread Frederick Giasson
Hi Nicolas, This seem to indicate you have a mixed installation. See, e.g., . I am getting a 404 error for that page, would you have another link for that thread? Thanks, Fred

Re: [O] Obsolete org contrib package

2016-11-08 Thread Joost Kremers
Hi, On Tue, Nov 08 2016, Nicolas Goaziou wrote: So you mean there is no equivalent to both (ebib-cur-entry-key) This one was what I was worried about, but on second thought, it should be possible to simply use: (ebib--get-key-at-point) and (ebib-db-get-field-value 'title key

Re: [O] Obsolete org contrib package

2016-11-08 Thread Nicolas Goaziou
Hello, Joost Kremers writes: > I just ran into org-ebib.el, a file that's part of org-contrib. > I noticed that it uses functions from Ebib that were renamed pretty > much exactly two years ago. (They're internal functions and thus got > an extra dash.) This could in

Re: [O] Bug: HTML exports issues: none not working, and issues with #+TITLE

2016-11-08 Thread Nicolas Goaziou
Hello, Frederick Giasson writes: > I upgraded to Emacs 25.1 and Org-mode 9.0 (latest from Elpa) and I am > experiencing two issues with export: > > >(1) The header parameter ":exports none" doesn't appear to be > working. With the following code, the code block is

Re: [O] Elisp: help on string operations for fast file visiting

2016-11-08 Thread Karl Voit
* Alan Schmitt wrote: > > On 2016-11-07 17:27, Karl Voit writes: > >> I'd like to get a "Sorry" message for (1). Easy, if only I know how to >> count lines in strings (as opposed to buffers). > > You could start by doing (split-string

Re: [O] Elisp: help on string operations for fast file visiting

2016-11-08 Thread Alan Schmitt
On 2016-11-07 17:27, Karl Voit writes: > I'd like to get a "Sorry" message for (1). Easy, if only I know how to > count lines in strings (as opposed to buffers). You could start by doing (split-string the_string "\n" t) (the last 't' says to omit the empty strings). So you