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.
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
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
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
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
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
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
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
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
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)
>
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
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
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
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
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
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,
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
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-#):
>
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
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
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
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
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
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
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
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
26 matches
Mail list logo