Re: [O] :completion function isn't run anymore?

2015-11-27 Thread Julien Cubizolles
Julien Cubizolles writes: > I noticed that the :preparation-function defined in > org-publish-project-alist isn't run anymore when publishing a project. It seems the preparation-function isn't run either. Consider the following more simple examples --8<---cut

Re: [O] Moving from org-mode 6.33/7.9.3 to 8.3.2

2015-11-27 Thread John Hendy
On Fri, Nov 27, 2015 at 10:56 AM, Steve Moreau wrote: > Hi, > > Moving from old org-mode versions (6.33 or 7.9.3f-17-g7524ef) to the latest > stable one currently (8.3.2), I noticed two changes which made me out of my > comfort zone. > > Demoting/promoting a header now

Re: [O] org-info.js not displaying document?

2015-11-27 Thread Matthieu Caneill
On Thu, Nov 26, 2015 at 03:44:42PM +0200, Greg Minshall wrote: > oof. my problem does *not* happen with "emacs -Q". sorry about not > checking that before complaining. (if anyone has any hints...) Hi, Why not diff-ing the 2 html files, the one produced with your settings and the other one

Re: [O] Moving from org-mode 6.33/7.9.3 to 8.3.2

2015-11-27 Thread John Hendy
On Fri, Nov 27, 2015 at 11:32 AM, John Hendy wrote: > On Fri, Nov 27, 2015 at 10:56 AM, Steve Moreau wrote: >> Hi, >> >> Moving from old org-mode versions (6.33 or 7.9.3f-17-g7524ef) to the latest >> stable one currently (8.3.2), I noticed two changes

[O] Moving from org-mode 6.33/7.9.3 to 8.3.2

2015-11-27 Thread Steve Moreau
Hi, Moving from old org-mode versions (6.33 or 7.9.3f-17-g7524ef) to the latest stable one currently (8.3.2), I noticed two changes which made me out of my comfort zone. 1. Demoting/promoting a header now changes the indentation of text below. I reverted to the previous mode with '(setf

[O] TOC local for specified heading and its subheadings (in HTML export)?

2015-11-27 Thread D. C. Toedt
The #+TOC: headlines [n] local feature is really useful; I use it a lot. How easy would it be to do a macro to generate a similar table of contents for the subheadings of an arbitrary specified heading? That would be an alternative to transclusion ,

Re: [O] How to hide past days in Agenda view

2015-11-27 Thread Charles Millar
Hi, On 11/27/2015 08:45 AM, sgeorgii . wrote: Hello! The subject question. When I M-x org-agenda and it is now Friday - in my weekly agenda view I want only to see Friday (today), Saturday and Sunday. I.e. only remaining part of the week. By default my agenda shows from Monday till Sunday

[O] String nil error when export with ":EXPORT_OPTIONS: |:nil" (without exporting table) in properties drawer

2015-11-27 Thread Lei Zhe
I tried to exclude the table export of one headline by setup: * headline :PROPERTIES: :EXPORT_OPTIONS: |:nil :END: But the string nil error appeared. Any help? I am working on Org-mode 8.2.10. Zhe Lei

[O] How to hide past days in Agenda view

2015-11-27 Thread sgeorgii .
Hello! The subject question. When I M-x org-agenda and it is now Friday - in my weekly agenda view I want only to see Friday (today), Saturday and Sunday. I.e. only remaining part of the week. By default my agenda shows from Monday till Sunday regardless of current day. How do I filter our

[O] Jumping between source blocks in a file

2015-11-27 Thread Andrew Kirkpatrick
On the emacs subreddit, someone recently asked if there was a command to jump between babel source blocks while editing them. I couldn't find such a command but liked the idea so I implemented it. My implementation can be invoked from org-mode or org-src-mode. If a C-u prefix is supplied, the edit

Re: [O] iPad text editor for .org files in Dropbox?

2015-11-27 Thread Peter Davis
Thanks for all the suggestions on this. A couple of people mentioned Editorial, and that does indeed seem very powerful. Like MobileOrg, it can synch with any particular Dropbox folder, so that part is pretty transparent. I don't know what it would take to add org-mode support for this, but it

Re: [O] interaction between org-latex-custom-lang-environments and name when exporting to latex

2015-11-27 Thread Alan Schmitt
Hi Rasmus, Thanks a lot for the great comments. Here is an updated patch, with some comments on your comments for the thing I did not change. On 2015-11-25 10:57, Rasmus writes: >> + \\begin{listing} >> + \\begin{minted}{ocaml} >> + >> + \\end{minted} >> + \\caption{} >> +

Re: [O] iPad text editor for .org files in Dropbox?

2015-11-27 Thread Alan Schmitt
Hello Peter, On 2015-11-25 14:36, Peter Davis writes: > I know this question is a bit off the list's topic, but has anyone > found an iPad text editor that can operate on .org files in Dropbox? I have been looking into this, and here is some additional information. As I'm

Re: [O] String nil error when export with ":EXPORT_OPTIONS: |:nil" (without exporting table) in properties drawer

2015-11-27 Thread Lei Zhe
Hello, I updated my org to 8.3.2. When I only export the current sub-headline, the table can be extruded successfully. But when I export the whole document, the tables in the current sub-headline still be exported. Thanks for any help. Zhe Lei On Sat, Nov 28, 2015 at 5:38 AM, Nicolas Goaziou

Re: [O] TOC local for specified heading and its subheadings (in HTML export)?

2015-11-27 Thread Sacha Chua
"D. C. Toedt" writes: Hello, D. C., all! > # = The next line is the desired feature: Generate a TOC list > (with links) of all subheadings in the specified heading > = > #+TOC: headlines 1 local ConfInfoClauses This is totally a partial

Re: [O] Featur request org-table-iterate-table-subtree

2015-11-27 Thread Charles Millar
Any thoughts? Any body? If there are two headlines each with the same set of table templates but different data in each, org-table-iterate-buffer-tables will converge; however the convergence may yield incorrect results. I suppose there are two options at the moment, rename all tables

Re: [O] String nil error when export with ":EXPORT_OPTIONS: |:nil" (without exporting table) in properties drawer

2015-11-27 Thread Nicolas Goaziou
Lei Zhe writes: > I updated my org to 8.3.2. > When I only export the current sub-headline, the table can be extruded > successfully. But when I export the whole document, the tables in the > current sub-headline still be exported. This is to be expected. :EXPORT_OPTIONS:

Re: [O] fetching the description from a link string

2015-11-27 Thread Sacha Chua
Alan Schmitt writes: > Thank you for the suggestion. I'm already doing something similar: > #+begin_src emacs-lisp > (let ((link (org-store-link nil)) > (name (org-element-property :raw-value (org-element-at-point > ...) > #+end_src You can also use

Re: [O] String nil error when export with ":EXPORT_OPTIONS: |:nil" (without exporting table) in properties drawer

2015-11-27 Thread Nicolas Goaziou
Hello, Lei Zhe writes: > I tried to exclude the table export of one headline by setup: > > * headline > :PROPERTIES: > :EXPORT_OPTIONS: |:nil > :END: > > But the string nil error appeared. > Any help? > > I am working on Org-mode 8.2.10. I cannot reproduce the problem on

Re: [O] interaction between org-latex-custom-lang-environments and name when exporting to latex

2015-11-27 Thread Rasmus
Hi Alan, Alan Schmitt writes: >> Nitpick: label should be inside caption in the example to be consistent >> with how captions are normally formatted by ox-latex. Either way is fine >> though. > > I chose this example because it's the code in the minted manual.

Re: [O] How to print only visible elements of org-agenda

2015-11-27 Thread sgeorgii .
Updating the org package to the latest version indeed fixed this behavior. Thank you Nicolas! On 26 November 2015 at 16:23, Nicolas Goaziou wrote: > Hello, > > "sgeorgii ." writes: > > > I run org-agenda and then I do some filtering of the agenda by