[O] Agenda items refer to the wrong headline

2014-04-05 Thread Fletcher Charest
Dear all, I am confronted to a weird issue with the agenda. I would like to know if you can reproduce this bug. First of all, my emacs-version is: GNU Emacs 24.3.1 (i386-mingw-nt5.1.2600) of 2013-03-17 on MARVIN I installed Org using ELPA (org repository), my org-version is: Org-mode version 8.

Re: [O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-05 Thread Greg Tucker-Kellogg
I think this covers it. ":float sideways" now works for both tables and figures, but ":float sidewaystable" is kept for backwards compatibility. I updated org.texi, and mentioned that the use of ":float sideways" will make the ":placement" option irrelevant. Attached are the two patches; the one

Re: [O] Prepare release 8.2.6

2014-04-05 Thread York Zhao
Hi there, I reported a regression a few days ago, and I just knew that you are busy preparing a new release. Since the bug I reported is a regression, I think you may want to consider fix it before releasing the new version. Here's the bug report I copied from the other email I had sent to this li

[O] Compiling Org Mode on Windows - "date" Bug?

2014-04-05 Thread William Kunkel
Hi all, I, for reasons I cannot control, have to use Windows. I've been using emacs and the version of org mode packaged with emacs. However, I've wanted to use org-drill, which as far as I understand requires compiling org-mode from source. I copied local.mk from the "Emacs on Windows" section he

[O] org babel question: reference tables in remote file

2014-04-05 Thread Arun Persaud
Hi I would like to reference a table in a different file in some org-babel python code via the :var variables. The manual mentions that you can use #+NAME for tables in the same file or IDs for tables in other files. Is there a reason not to allow link-syntax like remote(file:::, )? Thanks Arun

[O] [OT] Don't use BibTeX! (was: Images not showing up in PDF output)

2014-04-05 Thread Marcin Borkowski
Dnia 2014-04-05, o godz. 09:46:39 Richard Lawrence napisał(a): > I have sometimes run into problems (mostly with BibTeX) when the Sorry for being off-topic, but I can't resist: *please* *don't* *use* *BibTeX*. On the scale of "tools that solve problems" vs. "tools that create problems" (cf. htt

Re: [O] Prepare release 8.2.6

2014-04-05 Thread Nicolas Goaziou
Hello, "R. Michael Weylandt" writes: >> A few more minor things from my .emacs: >> >> 1) In ox-latex.el, add a `downcase` around the definition of >> mint-lang in org-latex-inline-src-block and the sexp `(or (cadr >> (assq (intern lang) org-latex-minted-langs)) lang)` in >> org-latex-src-block t

Re: [O] Prepare release 8.2.6

2014-04-05 Thread Nicolas Goaziou
Hello, "R. Michael Weylandt" writes: >> 1) Tell Emacs not to break inline source blocks when filling paragraphs: >> >> http://lists.gnu.org/archive/html/emacs-orgmode/2014-03/msg01310.html > > Small patch in support: Thank you. > +(defun org-in-inline-src-block-p () > + "Test if within an inl

Re: [O] PATCH -- ox-latex.el . sideways figure in latex export

2014-04-05 Thread Nicolas Goaziou
Hello, Greg Tucker-Kellogg writes: > This is a tiny patch to support a “:float sidewaysfigure” option in > LaTeX backend export Thank you for the patch. It makes sense since tables provide "sidewaystable". By the way, wouldn't it make sense to use "sideways" for both, instead of "sidewaystable

[O] [PATCH] Re: Bug: `org-agenda-prepare-buffers' fails at (org-refresh-properties "APPT_WARNTIME" 'org-appt-warntime) [8.2.5h (8.2.5h-82-gd91d4b-elpaplus @ /home/wgg/.emacs.d/elpa/org-plus-contrib-20

2014-04-05 Thread Sacha Chua
w...@member.fsf.org writes: > On the latest `org-plus-contrib' build from the org package.el repo, my > Agenda buffers (for any Agenda command) fail to render properly, with > these pertinent lines from *Backtrace*: > Debugger entered--Lisp error: (wrong-type-argument integer-or-marker-p nil) >

Re: [O] Kill ring contains non-killed output after an export

2014-04-05 Thread Richard Lawrence
Hi Konstantin, Konstantin Kliakhandler writes: > Whenever I export an org file to pdf, subsequently my kill-ring contains > the tex code of the intermediate latex stage. > ... > What I would expect to get: the last thing I killed. The behavior you are seeing is as expected, though I agree that

Re: [O] How to simply move footnotes from one org document to another?

2014-04-05 Thread Richard Lawrence
Hi Grant, Grant Rettke writes: > Goal: Easily copy and paste sections of text along with footnote > references into the new document, > and in doing so, add the contents of the previous document to the new > document, and let org > deal with the new footnote names. > > As I write this, I realize

Re: [O] Images not showing up in PDF output

2014-04-05 Thread Richard Lawrence
Hi Mark, > On Saturday, 5 Apr 2014 at 05:59, Mark S. wrote: >> Hello, >> >> I was able to export a subtree as PDF, but the images don't show >> up. The images do export in HTML, and I can see that there is LaTeX >> code for it. It looks like this: >> >> \includegraphics[width=10em]{./Periodical

Re: [O] Prepare release 8.2.6

2014-04-05 Thread R. Michael Weylandt
On Fri, Apr 4, 2014 at 10:32 AM, Michael Weylandt wrote: > > > On Apr 3, 2014, at 2:37, Bastien wrote: > >> Hi all, >> >> I'll try to fix a few remaining bugs in maint this afternoon >> then release 8.2.6 so that we can merge it into Emacs emacs-24 >> branch, the pretest is scheduled to happen as

Re: [O] Prepare release 8.2.6

2014-04-05 Thread R. Michael Weylandt
On Fri, Apr 4, 2014 at 7:51 AM, Michael Weylandt wrote: > > > On Apr 3, 2014, at 2:37, Bastien wrote: > > Hi all, > > I'll try to fix a few remaining bugs in maint this afternoon > then release 8.2.6 so that we can merge it into Emacs emacs-24 > branch, the pretest is scheduled to happen as soon

[O] Bug: Kill ring contains non-killed output after an export to pdf [8.2.5h (8.2.5h-30-gdd810b-elpa @ /Users/kosta/.emacs.d/elpa/org-20140303/)]

2014-04-05 Thread Konstantin Kliakhandler
Hello, Whenever I export an org file to pdf, subsequently my kill-ring contains the tex code of the intermediate latex stage. Steps to reproduce: 1. Paste the following into an org buffer: * test * another test 2. Press [C-c C-e l p] to export to pdf (note: on my machine the pdf didn't compile,

Re: [O] Source code to check URLs in an org mode document?

2014-04-05 Thread John Kitchin
You can parse the buffer, and run some code on all of the links. I did something like this here http://kitchingroup.cheme.cmu.edu/blog/2013/09/28/Changing-links-to-files-so-they-work-in-a-blog/for another reason. You could adapt that to do your link validation. I guess you will need to send a reque

Re: [O] use # instead of * to signal different levels of headlines? is it possible?

2014-04-05 Thread Thorsten Jolitz
Thorsten Jolitz writes: > For editing the property-drawer of the first headline in full Org-mode, > use outorg.el. > > This is how the *outorg-edit-buffer* looks after doing C-u M-# M-# > (outorg-edit-as-org) on the first headline (to convert and edit only the > subtree at point, use M-# M-#): >

Re: [O] What are most users worldview of org-mode's data model?

2014-04-05 Thread Thorsten Jolitz
Nick Dokos writes: > Grant Rettke writes: >> 2. Are there any brokering functions between the org file and a SEXP? > > org-element.el Those '-map' functions are very useful and powerful too: C-h f org--map TAB ,- | Possible co

Re: [O] Images not showing up in PDF output

2014-04-05 Thread Eric S Fraga
On Saturday, 5 Apr 2014 at 05:59, Mark S. wrote: > Hello, > > I was able to export a subtree as PDF, but the images don't show > up. The images do export in HTML, and I can see that there is LaTeX > code for it. It looks like this: > > \includegraphics[width=10em]{./Periodicals.org_20140402_2025

Re: [O] emphasis borders, double quotes, and export

2014-04-05 Thread Nicolas Goaziou
Hello, Alan Schmitt writes: > Thank you for the suggestion. How can I do that? Add an "(org-reload)" > in my async init file? Is there a more efficient way than loading org, > setting the variable, and immediately reloading org again? You can set the variable before loading Org for the first ti

Re: [O] emphasis borders, double quotes, and export

2014-04-05 Thread Alan Schmitt
Hi Nicolas, Nicolas Goaziou writes: > Hello, > > Alan Schmitt writes: > >> I'm afraid it broke again (it was fixed for a while, but I recently >> updated org and it's now broken). >> >> ECM: >> >> exp_init.el: >> (add-to-list 'load-path "/Users/schmitta/projets/org-mode/lisp") >> >> (require 'o

Re: [O] Unconditionally turn off Flyspell mode during export

2014-04-05 Thread Sebastien Vauban
Hello, May I bump up this thread? Sebastien Vauban wrote: > Nick Dokos wrote: >> Sebastien Vauban writes: >>> I use Flyspell in all my text-mode, hence as well in my Org mode >>> buffers -- as they ultimately derive from Text mode. >>> >>> That has the perverse impact that Flyspell gets called (e

Re: [O] PATCH -- allow user to set minted style

2014-04-05 Thread Nicolas Goaziou
Michael Weylandt writes: > On Apr 4, 2014, at 16:24, Nicolas Goaziou wrote: >> You can add a string at the end of `org-latex-packages-alist' that will >> be inserted in the header. > > Didn't know that -- thanks! Perhaps the docstring could include that. Indeed. I'll add it in a while. >> An

Re: [O] Tangling Bernt Hansen's Org-Mode.Org file..?

2014-04-05 Thread David Masterson
David Masterson writes: > Not sure whether this is expected or if I've setup org-mode > incorrectly... > > I've installed a full version of Cygwin on a Windows 8.1 system. I'm, > therefore, using Emacs 24.3 but I've added the org-mode 8.2.5h package. > After putting (package-initialize) near the

Re: [O] Does ELPA package work??

2014-04-05 Thread David Masterson
Achim Gratz writes: > David Masterson writes: >> I've installed the complete Cygwin setup on my Windows 8.1 system. This >> included Emacs 24.3 with Org v7.9.3f. I then used the Emacs package >> system to install the latest version of Org (20140317 or 8.2.5h). >> Everything seemed to go without