Nick Dokos wrote:
> Sebastien Vauban writes:
>>
>> During the summer, the number of parameters of the
>> `org-latex-format-headline-function' changed from 5 to 6: addition of
>> `info'.
>>
>> The new version of my private formatting function is:
>>
>> ;; function for formatting the headline's tex
Marco Wahl wrote:
> Find a fix for the bindings of < and > for calendar scrolling for Emacs
> 25. The fix is necessary because Emacs 25 dropped some aliases in the
> calendar lib, in particular those that have been bound to < and >.
>
> diff --git a/lisp/org.el b/lisp/org.el
> index 2b5603c..7f4be
Hello Sebastien,
Sebastien Vauban
writes:
> Marco Wahl wrote:
>> Find a fix for the bindings of < and > for calendar scrolling for Emacs
>> 25. The fix is necessary because Emacs 25 dropped some aliases in the
>> calendar lib, in particular those that have been bound to < and >.
>>
>> diff --gi
Hi there,
I have problems omitting the OrgTitle from an exported odt-document. Through
the following preamble in my .org-file I am able to omit most of the default
title/author/etc. information at the beginning of the .odt-document:
#+ODT_STYLES_FILE: "/path/to/template.ott"
#+TITLE:
#+DATE:
#
On Friday, 17 Oct 2014 at 22:08, Nicolas Goaziou wrote:
> Nicolas Goaziou writes:
>
>> If we want to preserve backward-compatibility, t, nil and a list of
>> types (e.g. '(table src-block)) should suffice. No need for an alist.
>>
>> Still on my ToDo list but I'm not there yet. Feel free to beat m
Hi,
Suvayu Ali writes:
> I would like to put the caption command after includegraphics. Is that
> possible? I tried reordering the #+caption: line without success.
If you are using a very recent version of Org, you could check
`org-latex-caption-above'. Example:
(let ((org-latex-caption-abo
hack writer writes:
> I have problems omitting the OrgTitle from an exported
> odt-document. Through the following preamble in my .org-file I am able
> to omit most of the default title/author/etc. information at the
> beginning of the .odt-document:
>
> #+ODT_STYLES_FILE: "/path/to/template.ott
Dear orgmode users,
First let me express my gratitude to the developers and maintainers for
such a wonderful piece of software!
I am a professor and I use org-class to schedule my lectures. It is very
useful to organize these repeated events and take into account holidays.
But inevitably in the
Hi,
Eric Abrahamsen writes:
> I've been (very gradually) working on something I'm calling org-log, for
> just this sort of situation -- a library that would possibly go
> underneath org-habit and maybe even org-clock. It would look like:
>
> * Read
> :LOGBOOK:
> - Note taken on [2014-10-20 M
Hello,
On Windows 8, with Emacs 24.4.1 (from Dani) and Org mode version
8.3beta, I can very often freeze Emacs when clocking into a task, or
when editing the timestamps found in the LOGBOOK drawer.
I've run Emacs under GDB, and can send a video of it, where you also see
that Emacs takes 100% of t
Hi,
Joseph Le Roux writes:
> I am a professor and I use org-class to schedule my lectures. It is very
> useful to organize these repeated events and take into account holidays.
> But inevitably in the academic world, some lectures get cancelled,
> postponed, or moved to another day. In this case
No, that does not do anything. I see the macro that is supposed to define
the functions in my org-table.el, so I don't think version is an issue. Org
is 7.9.3f. Emacs is 24.3.1.
On Mon, Oct 20, 2014 at 6:39 PM, Rasmus wrote:
> Hi,
>
> Chris Drane writes:
>
> > For some reason, the org-lookup fo
Hi all,
as in the subject. I want to do something /at the destination of the
link/ the point is at (more precisely: get some text property of that
place). This is what I came up with:
(save-excursion
(org-open-at-point)
(get-text-property (point) :some-property))
Is there a better/faster w
Chris Drane writes:
> No, that does not do anything. I see the macro that is supposed to define
> the functions in my org-table.el, so I don't think version is an issue. Org
> is 7.9.3f. Emacs is 24.3.1.
This version of Org is outdated. Can you try a newer version and see
if the problem persist
Thanks. I have done that now. They told me to upgrade my Emacs. I have
done so. We'll see what happens. :)
On 13 October 2014 17:54, Nicolas Goaziou wrote:
> Hello,
>
> Noah Slater writes:
>
>> Is there anything else I could provide that would help? It's still
>> happening to me occasionally.
>
Rasmus writes:
> Hi,
>
> Joseph Le Roux writes:
>
>> I am a professor and I use org-class to schedule my lectures. It is very
>> useful to organize these repeated events and take into account holidays.
>> But inevitably in the academic world, some lectures get cancelled,
>> postponed, or moved t
Hi all,
a long time ago I asked here about a way to split an Org file into a
bunch of smaller ones. One of the answers I got was that the tricky
part is maintaining internal links in a reasonable way.
It is probably overoptimistic on my side, but it seems that this problem
is solved now. The co
* William Denton [2014-10-15 22:13:16 -0400]:
> I noticed something odd with electric-indent-mode, which I had enabled, and
> which is on by default in 24.4.
I think the problem is with the calls to `newline' within org-return.
The code for `newline' was changed so that non-interactive calls do
> From: Fabrice Niessen
> Date: Tue, 21 Oct 2014 14:47:16 +0200
>
> On Windows 8, with Emacs 24.4.1 (from Dani) and Org mode version
> 8.3beta, I can very often freeze Emacs when clocking into a task, or
> when editing the timestamps found in the LOGBOOK drawer.
>
> I've run Emacs under GDB, and
Hi Daya
On Mon, Oct 20, 2014 at 4:33 PM, Daya Atapattu wrote:
> I like to schedule studying a book: It would be scheduled as "Read pages
> 100-125." Then the next day it should read "Read pages 126-150." The
> description of the habit varies; org-mode picks that up sequentially from a
> list.
Fabrice Niessen
writes:
> Hello,
>
> On Windows 8, with Emacs 24.4.1 (from Dani) and Org mode version
> 8.3beta, I can very often freeze Emacs when clocking into a task, or
> when editing the timestamps found in the LOGBOOK drawer.
I've gotten something looking like that from time to time (more
Marcin Borkowski writes:
> Hi all,
>
> a long time ago I asked here about a way to split an Org file into a
> bunch of smaller ones. One of the answers I got was that the tricky
> part is maintaining internal links in a reasonable way.
>
> It is probably overoptimistic on my side, but it seems t
Eric Abrahamsen writes:
> Fabrice Niessen
> writes:
Hello,
>> On Windows 8, with Emacs 24.4.1 (from Dani) and Org mode version
>> 8.3beta, I can very often freeze Emacs when clocking into a task, or
>> when editing the timestamps found in the LOGBOOK drawer.
>
> I've gotten something looking l
Samuel Loury writes:
> Hi,
> Eric Abrahamsen writes:
>
>> I've been (very gradually) working on something I'm calling org-log, for
>> just this sort of situation -- a library that would possibly go
>> underneath org-habit and maybe even org-clock. It would look like:
>>
>> * Read
>> :LOGBOOK:
Hello,
Rasmus writes:
> Nicolas Goaziou writes:
>
>> Fabrice Popineau writes:
>>
>>> Given that it is only a matter of presentation, does that mean it could be
>>> changed ?
>>> If yes, I can try to give it a shot.
>>
>> If you mean that a^bc should be equivalent to a^{b}c, then I think it is
Hello,
Eric S Fraga writes:
> However, I think it would make sense to make '(table) (at least) the
> default for captions above to have some form of backward compatibility?
> The change caught me by surprise...
If we change `org-latex-caption-above', then it will no longer match
`org-latex-tabl
On 2014-10-21, at 18:10, Eric Abrahamsen wrote:
> Marcin Borkowski writes:
>
>> Hi all,
>>
>> a long time ago I asked here about a way to split an Org file into a
>> bunch of smaller ones. One of the answers I got was that the tricky
>> part is maintaining internal links in a reasonable way.
>>
[ Org-mode version 8.3beta (release_8.3beta-175-g59cd25 ]
First time I've used the LaTeX exporting ...
I have a hunch the default paper size is "A4".
Margins are *way* too wide ...
How do I change it to "letter"?
I tried a few things, but they don't seem to be changing anything!
Thanks for yo
Hello,
After updating to Emacs 24.4 and org-mode 20141020, I’ve noticed that
org-indent-mode now underindents item bodies when variable-pitch-mode is
used. I. e., in the following document, «lorem», «ipsum», and «etc.» will
fall successively short of the item’s respective indent level.
* first
lo
On Oct 21, 2014 1:05 PM, "Kenneth Jacker" wrote:
>
> [ Org-mode version 8.3beta (release_8.3beta-175-g59cd25 ]
>
> First time I've used the LaTeX exporting ...
>
> I have a hunch the default paper size is "A4".
> Margins are *way* too wide ...
>
Default latex tends to look like that, so you'd be
Aloha Kenneth,
Kenneth Jacker writes:
> [ Org-mode version 8.3beta (release_8.3beta-175-g59cd25 ]
>
> First time I've used the LaTeX exporting ...
>
> I have a hunch the default paper size is "A4".
> Margins are *way* too wide ...
>
> How do I change it to "letter"?
>
> I tried a few things, but
Reading the documentation it is not clear for me if live
charts are supported.
By live chart I mean having a table data and below that
an inserted image in the buffer which shows the data rendered
from the table, and the image is updated automatically every time
the the table is changed (and, say,
tsd> Aloha Kenneth,
Hello! (Reminds me of the three months I lived on Kauai ...)
tsd> I think this will do what you want:
tsd>
tsd>#+LATEX_CLASS_OPTIONS: [letterpaper]
That was one of the things I tried before posting to the ML.
Saw no difference in the margins, etc.
Thanks for y
Nicolas Goaziou writes:
> Rasmus writes:
>
>> Nicolas Goaziou writes:
>>
>>> Fabrice Popineau writes:
>>>
Given that it is only a matter of presentation, does that mean it could be
changed ?
If yes, I can try to give it a shot.
>>>
>>> If you mean that a^bc should be equivalent
Joseph Le Roux writes:
> Rasmus writes:
>
>> Hi,
>>
>> Joseph Le Roux writes:
>>
>>> I am a professor and I use org-class to schedule my lectures. It is very
>>> useful to organize these repeated events and take into account holidays.
>>> But inevitably in the academic world, some lectures get
Kenneth Jacker writes:
> [ Org-mode version 8.3beta (release_8.3beta-175-g59cd25 ]
>
> First time I've used the LaTeX exporting ...
>
> I have a hunch the default paper size is "A4".
> Margins are *way* too wide ...
>
> How do I change it to "letter"?
>
> I tried a few things, but they don't seem
ndokos> This may be a TeX installation default.
Apparently, 'letter' is the default.
ndokos> If it is indeed the case that it is using A4 (check it with
ndokos> pdfinfo on linux, ...
Good suggestion. I used 'pdfinfo' on the generated PDF file and saw
(among other output) this:
Page s
Aloha Kenneth,
Kenneth Jacker writes:
> ndokos> This may be a TeX installation default.
>
> Apparently, 'letter' is the default.
>
> ndokos> If it is indeed the case that it is using A4 (check it with
> ndokos> pdfinfo on linux, ...
>
> Good suggestion. I used 'pdfinfo' on the generated P
I think the answer is sort of. I am no idle timer guru, and this code
would probably not do what you want except for this file. The idea is to
have a named table, use it as a data source in a named code block that
generates the image. Then, make an elisp function that goes to that code
block and ru
Marcin Borkowski writes:
that looks like a great way to me!
> Hi all,
>
> as in the subject. I want to do something /at the destination of the
> link/ the point is at (more precisely: get some text property of that
> place). This is what I came up with:
>
> (save-excursion
> (org-open-at-poi
Hi Kenneth,
I believe the reason for the large margins are based on readability (long
lines are harder). Having said that, I've also found them a bit 'odd' and
maybe that's because I'm so used to Microsoft Word's default margins of 1in
all around.
Anyway, if you prefer to specify margins directly
On 2014-10-22, at 00:08, Kenneth Jacker wrote:
> So, I guess I need to explicitly change the L/R and top/bottom margins.
>
> Here's what I do using emacs/latex without Org:
>
> \setlength{\textheight}{9.25in}
> \setlength{\textwidth}{6.75in}
> \setlength{\oddsidemargin}{0in}
>
Andreas Kiermeier writes:
>
> #+LATEX_HEADER: \usepackage[various options]{geometry}
>
Here is an example I am using to cram a lot of lists/notes onto a peice of
paper to fold into eighths.
#+BEGIN_SRC org
#+LaTeX_CLASS_OPTIONS: [landscape]
#+LaTeX_HEADER:
\usepackage[top=.1in,bottom=.125in,
Hi,
I was trying to use org-babel-clojure to pretty print a collection and found
out that it always evaluated to:
"Code block produced no output."
Here's some sample code:
#+begin_src clojure :results pp
(println "Hello")
#+end_src
Similar issue was reported few weeks back and I guess it could
Code:
#+BABEL: :cache yes :tangle yes :noweb yes
#+NAME: top_block
#+begin_src perl :tangle "test.pl" :noweb tangle
#!/usr/bin/perl
use strict;
use warnings;
open(my $fh, "<", "test.txt")
or die "cannot open < file name: $!";
<>
close($fh);
#+end_src
#+NAME: output-all
#+begi
Ivanov Dmitry writes:
Hi,
> Code:
>
> #+BABEL: :cache yes :tangle yes :noweb yes
>
> #+NAME: top_block
> #+begin_src perl :tangle "test.pl" :noweb tangle
From (info "(org) padline"):
> 14.8.2.10 ‘:padline’
>
>
> Control in insertion of padding lines around code block bodie
46 matches
Mail list logo