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

2016-11-26 Thread Samuel Wales
you recently fixed a few things from your patch. dunno if it was supposed to or not, but it seems to have cleared up a lot of bugs. i found a lot of differences from org 8 to your patch, but only one from org 8 to your recent fixes: a bare ts like <2016-11-23 Wed 12:00 .+1d> shows up twice in a 2

[O] org-mode latex export - Links in multi-document files

2016-11-26 Thread mcg
Hello, I have my PhD thesis divided into several documents (Intro, M&M, Results, Discussion...). The document setup and the #+INCLUDE: commands are in my master file. I sometimes make references to other sections which are in another section and document. In order to not compile all the docum

Re: [O] Bug: Windows-unfriendly filename in org-preview-latex-process-alist customization

2016-11-26 Thread Scott Otterson
Thanks Fabrice. After more experimentation, I found that image-converter field of the customization alist should be: ("dvipng -fg %F -bg %B -D %D -T tight -o \"%o%b\.png\" %f") If this also works for *nix, then I hope that the org-mode maintainers will make this string the new default. If it do

Re: [O] org.texi edits, patch attached

2016-11-26 Thread Nicolas Goaziou
Hello, Lambda Coder writes: > Nicolas, attached is the revised edits for: > > * Working with source code (2nd review) > * Miscellaneous > * Hacking > * MobileOrg > > The patch is against maint branch from today. Thank you. Some comments and suggestions follow. Before starting however, I have o

Re: [O] Org-mode 9.0 : set tangle file in document PROPERTY

2016-11-26 Thread Grant Rettke
On Fri, Nov 25, 2016 at 5:23 PM, mcg wrote: > What is the syntax to set tangling for the whole file? > #+PROPERTY: tangle ~/filepath.R does not work anymore... Via http://orgmode.org/manual/Header-arguments-in-Org-mode-properties.html #+PROPERTY: header-args:tangle ~/filepath.R

[O] Error publishing a simple html page

2016-11-26 Thread Leandro Noferini
Ciao a tutti, I defined a project to publish my blog: (setq org-publish-project-alist '(("Blog" :base-directory "~/org/" :publishing-directory "~/Documenti/Personali/Blog/" :base-extension "org" :section-numbers nil :table-of-contents nil :inc

Re: [O] org-mode - export as folder structure possible?

2016-11-26 Thread Karl Voit
* mcg wrote: > > Hello, > > I need to create a rather complex folder structure. > It is OK to create that in dired but I think even nicer and faster it > would be to create an org-mode outline which then exports this folder > structure to the org document's directory. > > This could even be exte

Re: [O] Orgmode for managing OS configuration

2016-11-26 Thread Karl Voit
* Giacomo M wrote: > > Dear all, > I would like to clean up my Linux setup to be easily replicable. I am > considering keeping everything in one org file, and then tangling files > (e.g. exec scripts, systemd service unit files) and executing bash snippets > (e.g. for installing packages and sed'i

Re: [O] Bug: Windows-unfriendly filename in org-preview-latex-process-alist customization

2016-11-26 Thread Fabrice Popineau
2016-11-26 16:41 GMT+01:00 Scott Otterson : > In my Windows build of emacs, when I put the cursor in a latex equation > and run > > M-x org-toggle-latex-fragment > > > then things chug along for a second but then fail. In the *Org Preview > LaTex Output* buffer, I see the message: > > This is dvi

[O] Bug: Windows-unfriendly filename in org-preview-latex-process-alist customization

2016-11-26 Thread Scott Otterson
In my Windows build of emacs, when I put the cursor in a latex equation and run M-x org-toggle-latex-fragment then things chug along for a second but then fail. In the *Org Preview LaTex Output* buffer, I see the message: This is dvipng 1.15 Copyright 2002-2015 Jan-Ake Larsson [1 dvipng: Fatal

[O] Frame-break with beamer

2016-11-26 Thread Peter Sterner
Hi, I'm trying to export an org-file to a beamer presentation. I would like to divide a frame into two or more frames. Suppose I have this org-file: * Heading 1 ** Subheading 1 ** Subheading 2 * Heading 2 When I export subheadings are shown as blocks and headings as frames. I would like each

Re: [O] export to single html file (like reveal_single_file:t) in regular html export

2016-11-26 Thread John Kitchin
Here is some code lightly modified from a comment by Evgeny here: http://kitchingroup.cheme.cmu.edu/blog/2016/10/29/Sending-html-emails-from-org-mode-with-org-mime/ It seems to do what you want. Of course, I only tested it with one image, one time, so I hope it works for you too! It assumes png, b

Re: [O] [PATCH] org-mac-link: Add autoload cookies for all commands

2016-11-26 Thread Nicolas Goaziou
Hello, Chunyang Xu writes: > I would like to add autoload cookies for commands in org-mac-link.el, so > I don't have to autoload them manually in my init.el. Applied. Thank you. Regards, -- Nicolas Goaziou

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

2016-11-26 Thread Nicolas Goaziou
Hello, Samuel Wales writes: > not sure what you mean by no repeat is active. It means that either the scheduled date has no repeater or the repeat doesn't happen "today" (e.g., "+2d" repeat starting yesterday). > * NOTE test event > <2015-06-03 Wed 12:00 .+1d> > > does not show up