Hello,
I've just got the following backtrace when opening an org
file. Unfortunately I cannot reproduce it reliably, but I was wondering
if others had seen something similar.
Debugger entered--Lisp error: (error "Stack overflow in regexp matcher")
re-search-forward("^[^%]*usepackage.*{bibla
Brady Trainor writes:
>
> A solution would be to use file+headline, then not using :prepend
> prevents an extra line, but my headline is the date and varies.
>
I solved my problem this way by modifying the function
insert-date-N-days-from-current to print instead of insert. Now I can use
file+h
El Thu, 23 Oct 2014 19:58:48 +0200 Marcin Borkowski va escriure:
> > For instance, you can get all headers tagged with "tobesplit" like this:
> > (org-map-entries (lambda () (line-number-at-pos)) "+tobesplit" 'agenda)
> >
> > One of the possible searches is "headers at level 2", so this new system
Igor Sosa Mayor writes:
> Hi,
>
> often I have to yank 'normal' text, that means, text which is not
> indented into a item of a list. In other words, maybe, to convert it
> into a list item.
>
> I have always the problem that, when the text over one line goes, it
> does not get the correct indent
> All I've got now are a function that finds the logbook, and another that
> parses the log items and normalizes them: extracts the TODO
> states/timestamps/key-values and sets them as properties on the items
> themselves. Then you've got a pretty good basis from which to do
> reporting.
>
> Hookin
I am prepending a checkboxed plain list item to a file named "pomodoro.org"
(I'm not really doing pomodoro here anymore, it started as this but the unique
filename stuck, and it is my ad-hoc datetree). It is organized much like a
datetree, but flatter and newest first, thus the use of prepend.
Rasmus writes:
> Bur surely the fact that $\beta$ is displayed $β$ is a consequence of
> org-entities.el? Whether desirable or not.
That's the leak I'm talking about. You can also insert "\beta" in an
example block.
> Just out of curiosity, can you mention a couple of (org) function to
> look
Nicolas Goaziou writes:
> Hello,
>
> Rasmus writes:
>
>> An external library is ideal (had it existed), but where to stop? Are
>> entities wrapped in math "supported syntax"?
>> E.g. "$\alpha\beta\gamma\delta$".
>
> No. What is inside a math snippet/environment is a black box for Org.
> Entitie
Hello,
Eric S Fraga writes:
> I don't actually understand you.
`org-latex-table-caption-above' is now an alias for
`org-latex-caption-above', so the default values ought to be the same.
> All I know is that I had nothing set explicitly anywhere to do with
> captions and, all of a sudden, the b
On Thu, 23 Oct 2014, Sebastien Vauban wrote:
"Charles C. Berry" wrote:
On Thu, 23 Oct 2014, Sebastien Vauban wrote:
The following code does return a corrupted answer, while it's supposed
to return a sorted dataframe.
Not so. See below.
So, that's RStudio that's wrong, in some way?
Hm
Hello,
Rasmus writes:
> An external library is ideal (had it existed), but where to stop? Are
> entities wrapped in math "supported syntax"?
> E.g. "$\alpha\beta\gamma\delta$".
No. What is inside a math snippet/environment is a black box for Org.
Entities are a different beast that do not requ
"Charles C. Berry" wrote:
> On Thu, 23 Oct 2014, Sebastien Vauban wrote:
>>
>> The following code does return a corrupted answer, while it's supposed
>> to return a sorted dataframe.
>
> Not so. See below.
So, that's RStudio that's wrong, in some way?
>> --8<---cut here-
Rasmus writes:
> Joseph Le Roux writes:
>
>> Eric S Fraga writes:
>>
>>> On Tuesday, 21 Oct 2014 at 16:47, Joseph Le Roux wrote:
Rasmus writes:
>>>
>>> [...]
>>>
> Will `org-clone-subtree-with-time-shift' do what you want?
>
Thanks for the pointer, it could be very handy
> From: Fabrice Niessen
> Cc: 18...@debbugs.gnu.org, emacs-orgmode@gnu.org
> Date: Thu, 23 Oct 2014 19:56:32 +0200
>
> > Now do that again, but instead of typing "finish", type "bt full"
> > after "thread 1".
>
> You mean in another Emacs session, right?
Yes.
On 2014-10-23, at 16:39, Daniel Clemente wrote:
> Hi,
> breaking a big .org file in many small pieces is one of my major concerns
> with .org and one which gives me lots of problems. Thank you very much for
> having the clear objective of one-to-many.
You're welcome!
> If your goal is HTML expo
Eli Zaretskii wrote:
>> From: Fabrice Niessen
>> Cc: 18...@debbugs.gnu.org, emacs-orgmode@gnu.org
>> Date: Thu, 23 Oct 2014 19:27:26 +0200
>>
>> 920 c:/msys/home/Dani/emacs/trunk/src/bytecode.c: No such file or
>> directory.
>> Value returned is $50 = 206279014
>> (gdb)
>> Run till exit fro
> From: Fabrice Niessen
> Cc: 18...@debbugs.gnu.org, emacs-orgmode@gnu.org
> Date: Thu, 23 Oct 2014 19:27:26 +0200
>
> 920 c:/msys/home/Dani/emacs/trunk/src/bytecode.c: No such file or
> directory.
> Value returned is $50 = 206279014
> (gdb)
> Run till exit from #0 0x0118ab67 in exec_byte_
Eli Zaretskii wrote:
>> From: Fabrice Niessen
>> Cc: 18...@debbugs.gnu.org, emacs-orgmode@gnu.org
>> Date: Thu, 23 Oct 2014 12:34:01 +0200
>>
>> > The C-z trick doesn't work on Windows.
>>
>> That may be worth to mention it in the document?
>
> It's already there.
>
>> Fprogn (body=124089086) a
Alexander Baier writes:
> What is wrong with fill-paragraph (bound to M-q by default)?
nothing, just that it does not do with I want. It works if a yank/paste
something which is pasted as a long line. But if I copy/yank text which
is already wrapped, the list identation is not kept and the item
> From: Fabrice Niessen
> Cc: 18...@debbugs.gnu.org, emacs-orgmode@gnu.org
> Date: Thu, 23 Oct 2014 12:34:01 +0200
>
> > The C-z trick doesn't work on Windows.
>
> That may be worth to mention it in the document?
It's already there.
> Fprogn (body=124089086) at c:/msys/home/Dani/emacs/trunk/s
On 2014-10-23 12:02 Igor Sosa Mayor wrote:
> Hi,
>
> often I have to yank 'normal' text, that means, text which is not
> indented into a item of a list. In other words, maybe, to convert it
> into a list item.
>
> I have always the problem that, when the text over one line goes, it
> does not get t
Rasmus writes:
> I usually just do M-^, `delete-indentation' and then M-q, but maybe
> there's a better way.
thanks! I will give it a try!
--
:: Igor Sosa Mayor :: joseleopoldo1...@gmail.com ::
:: GnuPG: 0x1C1E2890 :: http://www.gnupg.org/ ::
:: jabberid: rogorido ::
Hi,
Igor Sosa Mayor writes:
> often I have to yank 'normal' text, that means, text which is not
> indented into a item of a list. In other words, maybe, to convert it
[+]
> into a list item.
>
> I have always the problem that, when the text over one line goes, it
> does not get the correct inden
Hi,
breaking a big .org file in many small pieces is one of my major concerns
with .org and one which gives me lots of problems. Thank you very much for
having the clear objective of one-to-many.
If your goal is HTML export, you can do a function that iterates over all
headers and exports them (se
Hello,
The following code does return a corrupted answer, while it's supposed
to return a sorted dataframe.
--8<---cut here---start->8---
#+BEGIN_SRC R :results value replace
con <- textConnection("
index email
A a...@example.com
B d...@example.co
ak> Anyway, if you prefer to specify margins directly, rather than calculating
ak> them via \textwidth, you can also use the geometry package, e.g.
ak> #+LATEX_HEADER: \usepackage[various options]{geometry}
And that's what I did ...
Thanks to all who contributed to my initial query!
-Ke
Since LaTeX + radiotable is so comfortable, I start to use it on
MATLAB coding. The translator may be useful for some and I want to
let you know.
%{
#+ORGTBL: SEND tbl:radiotable orgtbl-to-matlab :no-escape t
|x | y | symbol |
|--+---+|
| 0.79 | 0.243 | + |
| 0.78 | 0
Hi,
This is a minor patch to the documentation of org-drill.
Thanks for the wonderful extension to org, Paul!
--
Puneeth
From 1e4d3a5a673090ac5ce82a804c38fac2fcbb978e Mon Sep 17 00:00:00 2001
From: Puneeth Chaganti
Date: Thu, 23 Oct 2014 17:48:29 +0530
Subject: [PATCH] Org-drill uses || instea
Eli Zaretskii wrote:
>> From: Fabrice Niessen
>> Cc: 18...@debbugs.gnu.org, Org-mode List
>> Date: Wed, 22 Oct 2014 12:35:30 +0200
>>
>> I reproduced the problem.
>>
>> Then, I tried (multiple times) to C-z in the GDB session, but nothing
>> happens: Emacs stays block and I don't get any GDB pr
Joseph Le Roux writes:
> Eric S Fraga writes:
>
>> On Tuesday, 21 Oct 2014 at 16:47, Joseph Le Roux wrote:
>>> Rasmus writes:
>>
>> [...]
>>
Will `org-clone-subtree-with-time-shift' do what you want?
>>>
>>> Thanks for the pointer, it could be very handy in my use-case, but this
>>> f
Hi,
often I have to yank 'normal' text, that means, text which is not
indented into a item of a list. In other words, maybe, to convert it
into a list item.
I have always the problem that, when the text over one line goes, it
does not get the correct indentation.
Is there maybe a magical functio
On Wednesday, 22 Oct 2014 at 23:56, Rasmus wrote:
> Won't you pick up Org shipped with Emacs with emacs -Q?
yes I would but I set the load path before I load org so I pick up the
new version.
> Maybe you can reset it by:
>
> mv ~/.config/libreoffice{,.bak}
Thanks. I'll try this.
--
: Eric
32 matches
Mail list logo