Matt Lundin writes:
> Stephen Eglen writes:
>
>> There was a mail-thread lastyear about zotero and integration with org.
>> Now that there is an alpha release of 'org-standalone'
>> http://www.zotero.org/blog/2011/02/
>>
>> has anyone looked at whether this helps integrate org and zotero?
>>
Hi Orgers,
I think I have stumbled upon a bug in latex export. I have attached
an org file to reproduce this with the corresponding exported tex file.
Thanks.
--
Suvayu
Open source is the future. It sets us free.
#+STARTUP: beamer
#+TITLE: Document title
#+AUTHOR:Suvayu Ali
#+DATE:
* lisp/org-html.el (org-export-as-html) (org-html-level-start): Fix
logic for section number printing when NUM is an integer.
Fixes a bug introduced in 9f57b8e which considered all non-integer
values of the num option to be nil.
---
Bernt Hansen wrote:
> Hi Lawrence,
> Numbering of the Table of
* lisp/org.el (org-point-at-end-of-empty-headline): Bind
case-fold-search to nil.
---
Samuel Wales wrote:
> I have found another todo keyword bug of the same type as the other 6.
> A headline with a word that is the same as a todo keyword but not in
> upper case has different behavior.
> Example:
Carsten Dominik writes:
> On 24.3.2011, at 21:45, Eric S Fraga wrote:
[...]
>> This is fine except that #x tags don't work in latex export!
>
> I have fixed the LaTeX exporter to take care of this issue.
>
> - Carsten
Excellent. Thanks!
--
: Eric S Fraga (GnuPG: 0xC89193D8FFFCF67D) in Emacs
Hi Jambunathan,
Sorry for the delayed response, but here is a test case that covers
the above cases.
On Sun, Mar 27, 2011 at 4:28 PM, Jambunathan K wrote:
>
> Puneeth
>
>> Attached is a patch that allows having lists, tables, blockquotes and
>> other org blocks in footnotes. Source code blocks
> [Matt and William's setup]
I have looked for a good way to keep track of academic papers (pdfs) and
Bibtex for a long time. I'd love to see a worg page on this topic.
Meanwhile, I have found some sweet Bibtex-search interfaces for
Emacs. These will query a academic search engine and can copy B
Rasmus writes:
>> [Matt and William's setup]
>
> I have looked for a good way to keep track of academic papers (pdfs) and
> Bibtex for a long time. I'd love to see a worg page on this topic.
>
> Meanwhile, I have found some sweet Bibtex-search interfaces for
> Emacs. These will query a academic s
https://github.com/jave/inkmacs
Inkmacs integrates Inkscap and Emacs. Interesting for this list is
inkorg-mode which lets you write text in Org mode and update text in
Inkscape.
It's work in progress with some cmubersome dependencies still.
Maybe it could be mentioned here: http://orgmode.org/w
Hi Lawrence.
Thanks for the quick fix.
This patch fixes the problem for me.
Best regards,
Bernt
Lawrence Mitchell writes:
> * lisp/org-html.el (org-export-as-html) (org-html-level-start): Fix
> logic for section number printing when NUM is an integer.
>
> Fixes a bug introduced in 9f57b8e whi
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi
if I export the fiollowing snippet
* Project Participants
- - Rainer M Krug :: [fn::My email]
My address
I get the following LaTeX code:
% Created 2011-03-29 Tue 15:06
\documentclass[11pt]{articl
Rasmus writes:
>> [Matt and William's setup]
>
> I have looked for a good way to keep track of academic papers (pdfs) and
> Bibtex for a long time. I'd love to see a worg page on this topic.
>
> Meanwhile, I have found some sweet Bibtex-search interfaces for
> Emacs. These will query a academic s
Joakim
> https://github.com/jave/inkmacs
>
> Inkmacs integrates Inkscap and Emacs. Interesting for this list is
> inkorg-mode which lets you write text in Org mode and update text in
> Inkscape.
>
> It's work in progress with some cmubersome dependencies still.
>
> Maybe it could be mentioned h
Suvayu Ali writes:
> On Mon, 28 Mar 2011 16:09:00 +0530
> Jambunathan K wrote:
>
>> Any opinions on TeX to MathML converters (specifically those that are
>> amenable to be integrated within Orgmode/Emacs ).
>
> I am not sure whether this is what you are asking about but just in
> case you are.
Eric S Fraga writes:
> yes, I used to use yasnippet a lot but I don't any longer. I am
> actually in confusion as to which completion mechanism to use in Emacs
> these days and am going a little crazy... :( I'm currently playing with
> auto-complete.
Skeletons and abbrev-mode have always gotte
* lisp/org-latex.el (org-export-latex-preprocess): Don't add a newline
character to a processed footnote.
The extra newline before the closing } character in a footnote
confuses the list parsing code. The } appears at the beginning of a
line, so it looks like the end of the list. LaTeX gobbles t
On Sun, Nov 28, 2010 at 08:35:23PM +0100, David Maus wrote:
> At Thu, 18 Nov 2010 18:16:22 +0100,
> Jonathan BISSON wrote:
> >
> > Here is a little function that allows a user to insert a screenshot
> > easily. Only works on unix-like systems where ImageMagick is installed
> > (adapt "import" to yo
Philipp Haselwarter writes:
> Hi,
>
> Is there a way to call a source-block with (positional) arguments, like
> one would do on the command line?
>
> I want to include some shell scripts in a paper and would prefer not
> having to introduce some kind of artificial variables.
>
> So I could just w
Sébastien Vauban
writes:
>>> Maybe this is (partly?) due to the overlay I added:
>>>
>>> #+begin_src emacs-lisp
>>> (overlay-put (make-overlay beg1 block-end)
>>> 'face 'org-block-background))
>>> #+end_src
>
> See http://patchwork.newartisans.com/patc
Nicholas Patrick writes:
> I may try playing around with the sequential sections...since that's how I'm
> currently writing the majority of this file. Most of the pieces of code are
> simply defining functions that call other functions or macros and wouldn't
> be executed alone. However, I'm de
Eric,
On 23 March 2011 03:03, Eric Schulte wrote:
> I believe the problem here is that your :var header argument syntax is
> wrong. A :var header argument must have a name, and equals sign, and an
> assignment for the variable, e.g.
>
> #+begin_src sh :var name="eric"
> echo $name
> #+end_src
>
Joakim wrote:
> Inkmacs integrates Inkscap and Emacs. Interesting for this list is
> inkorg-mode which lets you write text in Org mode and update text in
> Inkscape.
Thanks Joakim for that announcement
I would be interested in trying this out but so much bleeding edge
involves too much blood loss
>
> #+TBLNAME: data
> | x | parameter | value |
> |---+---+---|
> | 0 | heat |30 |
> | 1 | heat |30 |
>
> #+source: func5
> #+begin_src R :var name=data :var a="one" :colnames yes
> names(name)
> #+end_src
>
> executing directly works as expected:
>
> #+results: func5
Hello Carsten et al,
--- On Mon, 3/28/11, Carsten Dominik wrote:
> The ideal solution would be that the Timeline view
> would process dates exactly like the agenda,
including
> multiple-files, but display them like the traditional
> timeline, with ranges of dates omitted.
This is already poss
I was wondering if I can take an org file and turn it into one of those
snazzy tex calendars like I can with a diary file?
fpc
Hello,
Lawrence Mitchell writes:
> * lisp/org-latex.el (org-export-latex-preprocess): Don't add a newline
> character to a processed footnote.
>
> The extra newline before the closing } character in a footnote
> confuses the list parsing code. The } appears at the beginning of a
> line, so it l
On 29.3.2011, at 19:38, Mark S wrote:
> Hello Carsten et al,
>
>
> --- On Mon, 3/28/11, Carsten Dominik wrote:
>
>> > The ideal solution would be that the Timeline view
>> > would process dates exactly like the agenda,
>> including
>> > multiple-files, but display them like the traditional
>>
Hi Fred,
Fred Concklin writes:
> I was wondering if I can take an org file and turn it into one of those
> snazzy tex calendars like I can with a diary file?
Yes, but not directly. You can use the `org-diary' function to include
Org's appointments into your ~/.diary then export the diary.
HTH
William Gardella writes:
>
> I think org-mode should aim to be flexible enough to accomodate all
> writers, writing tasks, and writing styles. Maybe for this particular
> issue it would be enough to give org-mode an explicit way to "close" a
> heading--an Org-wide equivalent to \end{section} in L
Marcel van der Boom writes:
> When I'm using orgmode to write out largish documents, I often run into
> the outlining problem that it's apparently not possible to continue
> text of a higher level outline once subsections have been started.
>
> A simplified example of such an outline would be:
>
Matt Lundin writes:
[...]
> I believe there is a bug here. I'm not sure if it is related to the
> performance issues, but when org-src-fontify-natively is t, new overlays
> keep getting added to the source block with each keypress in the source
> block.
I can verify this on my system.
--
: Er
Matt Lundin writes:
> Eric S Fraga writes:
>
>> yes, I used to use yasnippet a lot but I don't any longer. I am
>> actually in confusion as to which completion mechanism to use in Emacs
>> these days and am going a little crazy... :( I'm currently playing with
>> auto-complete.
>
> Skeletons a
John Hendy writes:
> On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales wrote:
>> That is indeed an excellent solution if you want to add a tag for a
>> todo kw. However, I wonder if there is a direct approach, where the
>> exporter simply does not export if it is a certain todo kw. Is the
>> solut
+1!
Yours,
Christian
On 3/29/11 6:13 PM, Rustom Mody wrote:
Joakim wrote:
Inkmacs integrates Inkscap and Emacs. Interesting for this list is
inkorg-mode which lets you write text in Org mode and update text in
Inkscape.
Thanks Joakim for that announcement
I would be interested in trying thi
Thanks Joakim! Look forward to INKMACS and I've been learning more
INKSCAPE since it seems to be the best way to deal with SVG files,
etc.--been reading Kirsanov's "The Book Of Inkscape"--great stuff.
On Tue, Mar 29, 2011 at 9:17 AM, Jambunathan K wrote:
>
> Joakim
>
>> https://github.com/jave/i
Hi,
I am Shyam and I am using emacs23.2 on Windows to write notes using the org
mode. I have an org-mode buffer which I would like to export as pdf. I have
MikTex installed on my system and use its utilities to process tex file.
*The issue: *
I type my org mode file, and just use the C-c C-e d to
Bastien writes:
> Fred Concklin writes:
>
>> I was wondering if I can take an org file and turn it into one of those
>> snazzy tex calendars like I can with a diary file?
>
> Yes, but not directly. You can use the `org-diary' function to include
> Org's appointments into your ~/.diary then expo
On Tue, 29 Mar 2011 21:49:16 +0200
Christian Moe wrote:
> On 3/29/11 6:13 PM, Rustom Mody wrote:
> > Joakim wrote:
> >> Inkmacs integrates Inkscap and Emacs. Interesting for this list is
> >> inkorg-mode which lets you write text in Org mode and update text
> >> in Inkscape.
> >
> > Thanks Jo
On 29.3.2011, at 20:40, Matt Lundin wrote:
> John Hendy writes:
>
>> On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales wrote:
>>> That is indeed an excellent solution if you want to add a tag for a
>>> todo kw. However, I wonder if there is a direct approach, where the
>>> exporter simply does no
Hello Carsten et al,
--- On Tue, 3/29/11, Carsten Dominik wrote:
> --- On Mon, 3/28/11, Carsten Dominik
> Maybe I spoke too soon. I tried the
org-agenda-show-all-dates == nil. Although it worked,
without the warning about the month-long gaps it was a bit
hard to navigate. It was easier to nav
On 29.3.2011, at 23:05, Carsten Dominik wrote:
>
> On 29.3.2011, at 20:40, Matt Lundin wrote:
>
>> John Hendy writes:
>>
>>> On Sun, Mar 27, 2011 at 2:37 PM, Samuel Wales wrote:
That is indeed an excellent solution if you want to add a tag for a
todo kw. However, I wonder if there
On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik
wrote:
>
> On 29.3.2011, at 23:05, Carsten Dominik wrote:
>
>>
>> On 29.3.2011, at 20:40, Matt Lundin wrote:
>>
>>> John Hendy writes:
>>>
>>
>> I have a good patch for this lined up - will check it in tomorrow.
>
> In fact, I just now pushed it.
>
On 29.3.2011, at 23:48, John Hendy wrote:
> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik
> wrote:
>>
>> On 29.3.2011, at 23:05, Carsten Dominik wrote:
>>
>>>
>>> On 29.3.2011, at 20:40, Matt Lundin wrote:
>>>
John Hendy writes:
>>>
>>> I have a good patch for this lined up -
On Tue, Mar 29, 2011 at 5:49 PM, Carsten Dominik
wrote:
>
> On 29.3.2011, at 23:48, John Hendy wrote:
>
>> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik
>> wrote:
>>>
>>> On 29.3.2011, at 23:05, Carsten Dominik wrote:
>>>
On 29.3.2011, at 20:40, Matt Lundin wrote:
> John Hen
On Tue, 29 Mar 2011 17:15:05 +0530
Ghanashyam wrote:
> Is there a way to just make emacs org mode re-write without worrying
> about the permission and exiting. Evince has this wonderful option
> that I like which can reload an newly written pdf even if it has the
> old pdf loaded.
This is how it
Hi Shyam,
> The issue: I type my org mode file, and just use the C-c C-e d to export the
> org mode document to pdf and open the pdf file. My default pdf reader is
> evince. I would like to go back to emacs and make some more changes to the org
> document and again do the C-c C-e d. Emacs org mode
Shaun Johnson writes:
> Hi all,
>
> I regularly work in an indirect buffer created by org-tree-to-indirect-buffer.
>
> Following an id: type link in such a buffer seems to always switche to the
> base buffer even if the target is visible in the indirect buffer.
If you have org-id-track-globally
It's in my mind to find a way to use orgmode for organizing pdfs and BibTex
data. I haven't untangled storage of PDFs and linking to BibTeX, and I
haven't found a solution to organizing it all through orgmode.
An important piece of the puzzle, though, needs mention: cb2bib helps
semi-automate mak
On 30.3.2011, at 00:50, John Hendy wrote:
> On Tue, Mar 29, 2011 at 5:49 PM, Carsten Dominik
> wrote:
>>
>> On 29.3.2011, at 23:48, John Hendy wrote:
>>
>>> On Tue, Mar 29, 2011 at 4:15 PM, Carsten Dominik
>>> wrote:
On 29.3.2011, at 23:05, Carsten Dominik wrote:
>
>
Rainer M Krug writes:
> On 25/03/11 13:50, Jambunathan K wrote:
>>
>> Can you do M-x toggle-debug-on-error and copy/paste what comes up in the
>> backtrace buffer?
>
> Here it is:
>
>
> Debugger entered--Lisp error: (error "Marker does not point anywhere")
> ansi-color-apply-on-region(# #)
>
I have written the following code that uses the Emacs vc-* commands to generate
a commit log. I would like the output of this code to be included when my file
is exported.
#+begin_src emacs-lisp :var limit=""
;; Most of this code is copied from vc.el vc-print-log
(when (vc-find-backend-function
Hi Jambunathan,
· Jambunathan K wrote:
> Rainer M Krug writes:
[ ... error: marker does not point anywhere while eval code blocks ...]
> Sorry, I cannot be of much help here.
>
> You can try turning off the below variable and check whether the
> situation improves.
>
> ,[ C-h v ansi-color-
Luke Crook writes:
> I have written the following code that uses the Emacs vc-* commands to
> generate
> a commit log. I would like the output of this code to be included when my
> file
> is exported.
>
> #+begin_src emacs-lisp :var limit=""
> ;; Most of this code is copied from vc.el vc-prin
On Wed, Mar 30, 2011 at 00:29, Matt Lundin wrote:
> William Gardella writes:
>>
>> I think org-mode should aim to be flexible enough to accomodate all
>> writers, writing tasks, and writing styles. Maybe for this particular
>> issue it would be enough to give org-mode an explicit way to "close"
On Wed, 30 Mar 2011 05:38:41 + (UTC)
Luke Crook wrote:
> 1) The code between #+begin_src and #+end_src is exported and not
> the result of evaluating the code (the commit log).
[...]
>
> How can I fix (1).
>
Have you tried ':exports results' as a header argument?
>
> Thanks,
> -Luke
Luke Crook wrote:
>
> I have written the following code that uses the Emacs vc-* commands to
> generate
> a commit log. I would like the output of this code to be included when my
> file
> is exported.
>
>
> ;; Most of this code is copied from vc.el vc-print-log
> (when (vc-find-backend-fu
At Thu, 24 Mar 2011 19:47:46 +0800,
Le Wang wrote:
>
> Hi all,
>
> I'm fairly new to org-mode, and I only use it as an outliner / note
> taking tool. It seems recipes, being a list of ingredients and a
> series of steps is a perfect match for org-mode.
>
> Out of the box, org already works pret
57 matches
Mail list logo