Ken Mankoff writes:
> Hi,
>
> I find the ODT export very useful. Working on another document imported from
> LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is it
> possible for ox-jabref.el to
> support this even if it does not distinguish between the T and P?
>
> I edited
Dror Atariah writes:
> On Jan 12, 2014, at 14:26 PM, Bastien wrote:
>
>> Hi Dror,
>>
>> Dror Atariah writes:
>>
>>> So what's the point of the daily updates of the ELPA packages?
>>
>> To get bug fixed when you use ELPA.
>
> Wasn't the issue discussed originally in this thread a bug (and its
>
On Monday, January 13, 2014 1:19:28 AM HKT, John Kitchin wrote:
I think I have done something like that before. What I did was make it so
each code block would be written out to a file, e.g.
course-notes/script-%d.py and a link would be put in the exported pdf
right
after that block. I do not
Hi,
I find the ODT export very useful. Working on another document imported
from LaTeX I have a lot of \citep{} and \citet{} in addition to \cite{}. Is
it possible for ox-jabref.el to support this even if it does not
distinguish between the T and P?
I edited the line near the bottom with the rege
I can't produce an ECM at this time, or compare with Susan's
bug, but there is a serious demote bug in recent Org.
In this tree:
# * a
# *** a
# *** b
# *** c
# * ca
# * cb
# * cc
# *** d
# *** e
# *** f
If I mark b through e and m-right, every
On Mon, 13 Jan 2014, Nicolas Goaziou wrote:
Use export snippets:
@@latex:\cite{}@@
I am not familiar with export snippets, but I guess from that syntax
that I will not be able to export with citations to ODT/DOC. Right
now one org file exports well to both formats.
I will deal with
Hello,
** Jon Degenhardt [2014-01-11 13:18:29 -0800]:
> Export to Latex (org-latex-export-to-pdf) generates incorrect latex when
> list items start with a left square bracket. This occurs because the
> \item command interprets the left square bracket as the start of an
> argument list. An example:
Hi Ian,
Ian Barton writes:
> Place the point in the Date column and type C-c !. Now select a date in
> the calendar. I chose a date in the past few days, but don't know if
> this is relevant. Emacs locks up completely, no back trace and the only
> way out is kill -9.
I can't reproduce this w
Hello,
Ken Mankoff writes:
> If I have some text and then \cite{a, b
> c, d, e}, these citations do not export properly
> to LaTeX, due to the newline in the \cite{}.
Use export snippets:
@@latex:\cite{}@@
Outside math mode, Org support for LaTeX is very limited.
Regards,
--
Nicol
Hi Susan,
Susan Cragin writes:
> This may be new functionality, or it may be a bug.
I'm not able to reproduce this -- can you sum up the
steps for a minibuffer reproducible recipe?
> Please note that I have a today-compiled version of both emacs and
> org-mode on my machine.
Same here -- ma
Dror Atariah writes:
> Wasn't the issue discussed originally in this thread a bug (and its
> fix)? Why it is not reflected in the ELPA? I just want to understand
> what's going on... No criticism or anything like that :)
Yep, no problem: as I said, the bug was fixed in master, that's why it
was
Hi Thomas,
Bastien writes:
>> I'm afraid I'm still seeing the same behavior described
>> in the bug report.
>
> You're right, there are still annoying bugs after filtering.
> I'll have a look when I have more time at hand.
This should now be fixed in maint, please test heavily
and report any is
Hi Eric,
Eric Schulte writes:
> I think using %S with strip-properties will address the great majority
> of cases, and is certainly a better interim solution than the current
> use of %s with no escaping. I find string escaping is *normally* very
> consistent between languages.
Okay, that's no
And a slightly more complicated example:
\cite[some text here
where spaces are not optional]{citekey1,citekey2}
Exports as \cite[some text here where spaces are not
optional]\{citekey1,citekey2\}
-k.
On Sun, Jan 12, 2014 at 6:21 PM, Ken Mankoff wrote:
> If I have some text and then \cite{
If I have some text and then \cite{a, b
c, d, e}, these citations do not export properly
to LaTeX, due to the newline in the \cite{}.
The command is escaped and appears as \cite\{a, b, c, d, e\}.
-k.
On Sun, Jan 12, 2014 at 11:42 AM, Oleh wrote:
> Hi all,
>
> I'd like to share a small hack that might be useful for people that edit their
> org config a lot. Mine is more than 500 lines.
> A great way to jump about a source file is `helm-semantic'.
> But it only allows to jump to function and var
Try adding this to your .emacs file:
'(org-time-clocksum-format (quote (:hours "%d" :require-hours t :minutes
":%02d" :require-minutes t)))
That should do it for you.
Subhan
On Sun, Jan 12, 2014 at 9:36 AM, Nikolay Kudryavtsev <
nikolay.kudryavt...@gmail.com> wrote:
> Hello.
>
> Recently I've
Hi,
I have a list of files for the custom agenda view in a variable, i.e.
(setq org-work-files '("file1" "file2" "file3))
Is there a way to somehow pass this variable to the scope of the clocktable?
I know I can just have a list itself there, but something like the
following doesn't work:
#+BE
Export to Latex (org-latex-export-to-pdf) generates incorrect latex when
list items start with a left square bracket. This occurs because the
\item command interprets the left square bracket as the start of an
argument list. An example:
An item list:
- abc def
- [def] ghi
- [jkl m n o]
James Harkins gmail.com> writes:
>
> I'm working on a set of Beamer presentations with a bunch of source
> code blocks. I would like to collect all the blocks into one text file
> per presentation, but I also need the captions and ideally a numeric
> index.
>
[deleted]
> So, for instance, whe
Hi all,
I'd like to share a small hack that might be useful for people that edit their
org config a lot. Mine is more than 500 lines.
A great way to jump about a source file is `helm-semantic'.
But it only allows to jump to function and variable definition within
current file.
My org file is full
Hello.
Recently I've updated my org to a newer version and it by default uses
days in clock reports.
In the earlier version I had something like this:
*Total time* | *28:40*
Now I get this:
*Total time* | *1d 4:40*
How can I get the old be
I think I have done something like that before. What I did was make it so
each code block would be written out to a file, e.g.
course-notes/script-%d.py and a link would be put in the exported pdf right
after that block. I do not know how you could get the captions though.
In the header I have thi
Peter Salazar writes:
> Yes, that works! But now I'm getting a different error:
>
> Debugger entered--Lisp error: (file-error "Opening input file" "No such
> file or directory" "/Users/peter/Documents/
> http://img2u.info/ckgni/i/g9c7948fd.jpg";)
>
> i.e. it seems to be prepending my default dire
yeah, that worked. cool, thanks.
Eric Schulte writes:
> David Belohrad writes:
>
>> Hmm, I got
>>
>> Caught Error: (void-function symbol-macrolet)
>>
>> when browsing the web page. Do I miss something?
>> .d.
>>
>
> You might want to try requiring the cl library with (require 'cl), and
> then r
Bastien writes:
> Achim Gratz writes:
>
>> Daniel Gerber writes:
>>> Not quite. I thought %S was not a typo because it escapes characters
>>> more nicely. E.g. with %s the buffer should contain \"\"\" to mean """
>>> in python.
>>
>> If that's the intention, then %S is arguably a latent bug, sin
>
> I tried two things:
>
> ;;; file-server.el --- serve any files using Emacs Web Server
> (lexical-let ((docroot "/home/jwhendy/Desktop/e-web-server-test/"))
> (ws-start
>(lambda (request)
> (with-slots (process headers) request
>(let ((path (substring (cdr (assoc :GET headers)
On 01/10/14 13:10, Ken Mankoff wrote:
Hi,
I have export with references and bibliography working well in LaTeX
export. I'm now exporting to ODT, and wonder if there is reference and
bibliography support for this file format.
I've found this 2011 post saying "no"
https://lists.gnu.org/archive/ht
I'm working on a set of Beamer presentations with a bunch of source
code blocks. I would like to collect all the blocks into one text file
per presentation, but I also need the captions and ideally a numeric
index.
That is, I'm *not* looking for the normal behavior of
org-babel-tangle, which assem
On Sat, Jan 11, 2014 at 7:53 PM, Eric Schulte wrote:
> John Hendy writes:
>
>> On Sat, Jan 11, 2014 at 6:26 PM, Eric Schulte wrote:
>>> John Hendy writes:
>>>
On Sat, Jan 11, 2014 at 4:29 PM, Eric Schulte
wrote:
>>
>> The "Hello world" example worked splendidly for me out of
On Jan 12, 2014, at 14:26 PM, Bastien wrote:
> Hi Dror,
>
> Dror Atariah writes:
>
>> So what's the point of the daily updates of the ELPA packages?
>
> To get bug fixed when you use ELPA.
Wasn't the issue discussed originally in this thread a bug (and its fix)? Why
it is not reflected in t
Hi Dror,
Dror Atariah writes:
> So what's the point of the daily updates of the ELPA packages?
To get bug fixed when you use ELPA.
--
Bastien
I noticed that the behavior of SHIFT-ALT-RightArrow has changed when the
subheadings are hidden.
Before all the subheadings changed at the same level. Now only the heading
immediately below it does.
See below for my example.
This is my ordinary setup for my agenda. However, on the day I am wor
On Jan 12, 2014, at 13:53 PM, Bastien wrote:
> Dror Atariah writes:
>
>> Update: I have just updated from ELPA, and the patch is not
>> there... I had to re-patch the missing line.
>
> The ELPA packages are built from the maint branch, from the
> master branch, so patches in the master branch d
Dror Atariah writes:
> Update: I have just updated from ELPA, and the patch is not
> there... I had to re-patch the missing line.
The ELPA packages are built from the maint branch, from the
master branch, so patches in the master branch do not show up
there, that's why you had to re-patch this.
On Dec 15, 2013, at 15:17 PM, Nick Dokos wrote:
> Dror Atariah writes:
>
>> On Dec 14, 2013, at 22:06 PM, Nick Dokos wrote:
>>
>>> Nick Dokos writes:
>>>
Dror Atariah writes:
> 2. What's next? I believe this is a bug... How can I report it?
Consider it reported - t
Hi Sebastien,
"Sebastien Vauban"
writes:
> It would make sense to be prefixed by `org' (or `ob' or ...)
> somehow.
It's now named `org-sbe'.
> `sbe' in itself is quite cryptic, even if it's the (quite logical)
> abbreviation of "source block evaluate".
Yes, we can add a good alias at some p
Achim Gratz writes:
> Daniel Gerber writes:
>> Not quite. I thought %S was not a typo because it escapes characters
>> more nicely. E.g. with %s the buffer should contain \"\"\" to mean """
>> in python.
>
> If that's the intention, then %S is arguably a latent bug, since the
> escaping it applie
38 matches
Mail list logo