Hello,
"Mark E. Shoulson" writes:
> Per prior emails, added \asciicirc entity in org-entities.el, to
> expand to ascii "^" character, or \textasciicirc in LaTeX. Also fixed
> bug a few lines earlier, wherein \circ (org entity) would expand to
> \circ (latex entity) in LaTeX export, even though t
John Hendy writes:
> On Mon, May 28, 2012 at 10:29 PM, Thomas S. Dye wrote:
>> John Hendy writes:
>>
>>> On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote:
John Hendy writes:
> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
>> John Hendy writes:
>>
>>> I'
On Mon, May 28, 2012 at 10:29 PM, Thomas S. Dye wrote:
> John Hendy writes:
>
>> On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote:
>>> John Hendy writes:
>>>
On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
> John Hendy writes:
>
>> I've only ever used src blocks to
Michael Hannon wrote:
>
>Thomas S. Dye wrote:
>>
>>> Greetings. I was trying to set up a little demo in which I included a
>>> Makefile inside a "sh" source-code block in an Org-mode file, then tangled
>>> the file and ran "make" on the tangled file (either in the actual shell or
>>> in another
With the most recent update to org,
,
| Author: Max Mikhanosha
| Date: Mon May 28 14:55:32 2012 -0400
|
| Add ability to show all (even unscheduled) habits on today agenda, by
| setting `org-habit-show-all-today' to t.
|
| * lisp/org-agenda.el (defvar org-habit-show-all-to
John Hendy writes:
> On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote:
>> John Hendy writes:
>>
>>> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
John Hendy writes:
> I've only ever used src blocks to make plots or create files to
> include. I have my first oppor
Eric S Fraga writes:
> "Thomas S. Dye" writes:
>
> [...]
>
>> Aloha Nicolas,
>>
>> Has org-e-latex-translate-table gone away? I get:
>> Symbol's value as variable is void: org-e-latex-translate-table
>>
>> I tried grepping the source code for it, but came up empty there, too.
>
> Tom,
>
> Nicol
Max Mikhanosha writes:
> I implemented the above functionality, and pushed it to master. There
> is new customization variable `org-habit-show-all-today' which when
> set to t, will show all habits (even if they are scheduled for the
> future) on today's agenda.
>
This will come in handy for cus
I'd like to let the org-mode community know that we have released version
0.9. There have been many changes since the last time I announced a
release and we've gone through a lot of changes.
We also now have a Google+ page:
https://plus.google.com/u/0/101083268903948579162
and our own Google G
Per prior emails, added \asciicirc entity in org-entities.el, to
expand to ascii "^" character, or \textasciicirc in LaTeX. Also
fixed bug a few lines earlier, wherein \circ (org entity) would
expand to \circ (latex entity) in LaTeX export, even though the
former
On Mon, May 28, 2012 at 6:35 PM, Thomas S. Dye wrote:
> John Hendy writes:
>
>> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
>>> John Hendy writes:
>>>
I've only ever used src blocks to make plots or create files to
include. I have my first opportunity to actually try and inc
Hello,
I have my own org babel language implementations (very specific
languages for my own software). One of these is called Jacaranda and
the org babel file is ob-jacaranda.el, as one would expect.
I activate jacaranda support in org babel using
(org-babel-do-load-languages 'org-babel-load-la
"Thomas S. Dye" writes:
[...]
> Aloha Nicolas,
>
> Has org-e-latex-translate-table gone away? I get:
> Symbol's value as variable is void: org-e-latex-translate-table
>
> I tried grepping the source code for it, but came up empty there, too.
Tom,
Nicolas typed in the wrong variable name; chan
On 05/26/2012 02:48 AM, Nicolas Goaziou wrote:
Hello,
"Mark E. Shoulson" writes:
The regexp may be able to tell level 1 from level 2 quotes.
Do you mean that the author would use the same characters for both
first and second level quotes, and the regexp would be smart enough to
distinguish w
John Hendy writes:
> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
>> John Hendy writes:
>>
>>> I've only ever used src blocks to make plots or create files to
>>> include. I have my first opportunity to actually try and include both
>>> code and results and have a question about spacin
John Hendy writes:
> On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
>> John Hendy writes:
>>
>>> I've only ever used src blocks to make plots or create files to
>>> include. I have my first opportunity to actually try and include both
>>> code and results and have a question about spacin
Richard Stanton wrote:
> In my init.el, I have
>
> (setq org-latex-to-pdf-process
> '("pdflatex -shell-escape -interaction nonstopmode -output-directory %o
> %f"
> "pdflatex -shell-escape -interaction nonstopmode -output-directory %o
> %f"
> "pdflatex -shell-escape -inte
On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
> John Hendy writes:
>
>> I've only ever used src blocks to make plots or create files to
>> include. I have my first opportunity to actually try and include both
>> code and results and have a question about spacing. You won't have my
>> data
> Max Mikhanosha writes:
> In fact I kind of like it, so wondering maybe it should be made `t' by
> default?
Please no. I do not want to be overwhelmed by seeing all of my habits every
day, since that defeats the whole purpose of Org-mode for me: reducing
overwhelm.
Thanks, John
On Mon, May 28, 2012 at 4:32 PM, Thomas S. Dye wrote:
> John Hendy writes:
>
>> I've only ever used src blocks to make plots or create files to
>> include. I have my first opportunity to actually try and include both
>> code and results and have a question about spacing. You won't have my
>> data
On Mon, May 28, 2012 at 4:58 PM, Michael C Gilbert wrote:
> On May 28, 2012, at 12:56 PM, John Hendy wrote:
>
>> On Mon, May 28, 2012 at 2:01 PM, Michael Gilbert wrote:
>>
>>> I have a desire to better track the history of notes and tasks, as they get
>>> created, refiled, etc. This involves sev
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> This is probably more for Nicolas... and apologies for hijacking the
>> thread slightly!
>>
>> I was intrigued by the comment above regarding the ignoreheading
>> tag. Sounded just like what I needed. However, it doesn't do anythin
On May 28, 2012, at 12:56 PM, John Hendy wrote:
> On Mon, May 28, 2012 at 2:01 PM, Michael Gilbert wrote:
>
>> I have a desire to better track the history of notes and tasks, as they get
>> created, refiled, etc. This involves several elements, but one of them
>> involves a piece that I've wan
John Hendy writes:
> I've only ever used src blocks to make plots or create files to
> include. I have my first opportunity to actually try and include both
> code and results and have a question about spacing. You won't have my
> data, but this is pretty simple stuff.:
>
> #+begin_src R :session
Hello,
When I try to export my org file using latest git (1 month ago version
got this problem too) to a tex file, I have problems with footnotes.
* Orgfile
Hello [fn:foo: bar]
-> Latex Output
Hello \footnote{bar
}
So I got a newline after bar, which causes big troubles in tables as the
Thomas S. Dye wrote:
>
>> Greetings. I was trying to set up a little demo in which I included a
>> Makefile inside a "sh" source-code block in an Org-mode file,
>> then tangled the file and ran "make" on the tangled file (either in the
>> actual shell or in another sh block in Org).
>>
>> It appe
Hello Org-people.
After using org-mode for organisation, I came around org-babel and it's
capabilities of literate programming.
I will do some literate programming with clojure in the future and wanted
to use org-babel with clojure, but the instructions at
http://orgmode.org/worg/org-contrib/babel/
In my init.el, I have
(setq org-latex-to-pdf-process
'("pdflatex -shell-escape -interaction nonstopmode -output-directory %o
%f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o
%f"
"pdflatex -shell-escape -interaction nonstopmode -output-directory %o
Hi, Org people.
When I save a heading with C-C l, a later insertion using C-c C-l
recovers the heading as the default description. Which is nice!
When I position the cursor at the beginning of the Org buffer, before
any heading, usually on the #+TITLE line, before doing C-c l, there is
no defaul
On Mon, May 28, 2012 at 2:01 PM, Michael Gilbert wrote:
> Hi all —
>
[snip]
> I have a desire to better track the history of notes and tasks, as they get
> created, refiled, etc. This involves several elements, but one of them
> involves a piece that I've wanted for a while: a way to keep the
Hi all —
I've been slowly studying LISP to the point where I can at least READ some of
the code written by the amazing people in the Org-Mode community, but I'm not
yet at the point where I am willing to try to write to much myself, especially
given my need to learn much more about the variable
Hi Henning,
At Wed, 21 Mar 2012 12:08:17 +0100,
Henning Weiss wrote:
>
> I tried using a skip function to create an agenda that only contains
> habits following this post. To display habits that are not scheduled
> for today, I enabled "org-habit-show-habits-only-for-today". This
> made it possib
John Hendy writes:
> This gives really, really spaced out results. I'd prefer output that
> looks more like an R terminal output, which can be done by not putting
> code and results in separate verbatim blocks.
It seems to me that this constitutes a feature request to export the
complete session t
I've only ever used src blocks to make plots or create files to
include. I have my first opportunity to actually try and include both
code and results and have a question about spacing. You won't have my
data, but this is pretty simple stuff.:
#+begin_src R :session basic :results output :exports
(Adding the [O] tag to the subject line -- sorry for the re-post)
Hi,
Here's an input file, a.org:
#+OPTIONS: toc:nil
#+EXPORT_EXCLUDE_TAGS: exclude
#+EXPORT_SELECT_TAGS: include
* chap1
** sec1
Eric Schulte writes:
> Thanks for sending along the patch and the variable re-definition. If I
> understand correctly then the patch should be applied for any system,
> but the variable definition need only be applied on windows systems. Is
> that correct?
The variable re-definition seems to be
Petro Khoroshyy writes:
> Hi all.
> I can fold source code block using TAB key on begin_src block. Is there
> a shortcut to do it within source code block, without navigation to
> begin_src line?
> Thanks.
> Petro.
>
>
Hi Petro,
Such functionality is not provided by default, but the
`org-hide-b
"Mikhail Titov" writes:
>> -Original Message-
>> From: emacs-orgmode-bounces+mlt=gmx...@gnu.org [mailto:emacs-orgmode-
>> bounces+mlt=gmx...@gnu.org] On Behalf Of Mikhail Titov
>> Sent: Friday, May 25, 2012 11:31 AM
>> To: emacs-orgmode@gnu.org
>> Subject: Re: [O] [babel] ob-octave does n
Petro writes:
> If I open a python code using "C-c '", emacs window splits into two. One
> with with python mode and another with org mode. How can I prevent
> splitting and make python window full screen?
Good question, lets check the docs:
F1 i, d, m "org" TAB RET.
Working with source code,
Christopher Allan Webber writes:
> I guess what I'm saying is that assignment would be really nice.
> However, I'm now seeing that this would take a lot of work.
>
> What I'd really like to do is something like the following:
>
> # Total BS financial projection, don't read into this at all
> #+BE
Petro writes:
> Hi all.
> If I open a python code using "C-c '", emacs window splits into two. One
> with with python mode and another with org mode. How can I prevent
> splitting and make python window full screen?
> Thanks.
> Petro.
>
>
>
Hi Petro,
Customize the `org-src-window-setup' variabl
Puneeth Chaganti writes:
> I'm not sure there's such a short cut, but you can define one for yourself.
>
> A simple function (without any sort of error checking) like the one
> below can be bound to a key-binding of your choice.
>
>
Hi Bastien,
Bastien writes:
> Matt Lundin writes:
>> This is a problematic patch. On my machine, it causes duplicate entries
>> to show up in the agenda. The reason, I believe, is because
>> org-agenda-add-time-grid-maybe takes the list of agenda items and
>> returns that list with time-grid s
On Mon, May 28, 2012 at 8:42 PM, Petro Khoroshyy wrote:
> Hi all.
> I can fold source code block using TAB key on begin_src block. Is there
> a shortcut to do it within source code block, without navigation to
> begin_src line?
I'm not sure there's such a short cut, but you can define one for you
KJ,
Thanks. I had not noticed that little footnote in the Org manual. This
allows me to read and display the regular expression, so that's
progress.
I am a bit concerned about the fate of a naive user who comes to editing
the thing, but how naive can you be if your editing regular expressions,
Hi all.
I can fold source code block using TAB key on begin_src block. Is there
a shortcut to do it within source code block, without navigation to
begin_src line?
Thanks.
Petro.
Hi all.
If I open a python code using "C-c '", emacs window splits into two. One
with with python mode and another with org mode. How can I prevent
splitting and make python window full screen?
Thanks.
Petro.
Ian Barton wilkesley.net> writes:
>
> On 26/05/12 20:00, Orlando López D. wrote:
> > I configured emacs org-mode on a Mac, working properly, having my org
> > files and MobileOrg file within my DropBox folder ( ~/DropBox/ ).
> >
> > Now, I will like to get my emacs setup working properly on my W
Daniel E. Doherty writes:
> All,
>
> I would like to put a string with an embedded pipe character in the
> cell. The idea is to display regular expressions, which inevitably
> contain pipe characters. I've tried /one|two/, one\|two, "one|two", and even
> "one\|two", but they all split the entry
All,
I would like to put a string with an embedded pipe character in the
cell. The idea is to display regular expressions, which inevitably
contain pipe characters. I've tried /one|two/, one\|two, "one|two", and even
"one\|two", but they all split the entry into two cells.
Is there anyway to e
Richard Stanton wrote:
> ...
>
> So now I can see what the problem is, but how do I tell org-mode to
> call latex with the -shell-escape flag?
>
You can customize org-latex-to-pdf-process (or
org-e-latex-pdf-process[fn:1] if you are using the new exporter). In my
case, I have
,
| org-late
Hello,
Achim Gratz writes:
> Please leave out the path element from your requires. Leave it to the
> user to set up the load-path correctly. With the new Makefile, the
> correct way to activate the new exporter is to simply copy or link it
> into lisp/.
Done.
Regards,
--
Nicolas Goaziou
Nicolas Goaziou writes:
>> (require 'org-e-html "./org-e-html.el")
>>
>> in contrib/lisp/org-export.el, I can start up properly although I
>> imagine exporting to html won't work with the new exporter...
>
> I fixed it (with a temporary kludge) a few minutes ago. Could you pull
> again and tell m
Michael Hannon writes:
> Greetings. I was trying to set up a little demo in which I included a
> Makefile inside a "sh" source-code block in an Org-mode file, then tangled the
> file and ran "make" on the tangled file (either in the actual shell or in
> another sh block in Org).
>
> It appears t
Nicolas Goaziou writes:
> Hello,
>
> Eric S Fraga writes:
>
>> with org from git as of a few minutes ago, I cannot load org. I get the
>> following backtrace when I start emacs with --debug-init:
>>
>> ,
>> | Debugger entered--Lisp error: (void-variable org-export-coding-system)
>> | eval
Hello,
Eric S Fraga writes:
> with org from git as of a few minutes ago, I cannot load org. I get the
> following backtrace when I start emacs with --debug-init:
>
> ,
> | Debugger entered--Lisp error: (void-variable org-export-coding-system)
> | eval(org-export-coding-system)
> | custo
Hello,
with org from git as of a few minutes ago, I cannot load org. I get the
following backtrace when I start emacs with --debug-init:
,
| Debugger entered--Lisp error: (void-variable org-export-coding-system)
| eval(org-export-coding-system)
| custom-initialize-reset(org-e-html-coding
57 matches
Mail list logo