Richard Riley writes:
> Rafael Villarroel writes:
>
>> Hello all,
>>
>> I have defined the following:
>>
>> (setq gnus-home-directory "~/Dropbox/gnus")
>> (setq gnus-directory "~/Dropbox/gnus/News")
>> (setq message-d
Rafael Villarroel writes:
> I have defined the following:
>
> (setq gnus-home-directory "~/Dropbox/gnus")
> (setq gnus-directory "~/Dropbox/gnus/News")
> (setq message-directory "~/Dropbox/gnus/Mail")
>
> and so my init Gnus file is at
Benjamin Beckwith writes:
> Hi, I also was interested in posting these blocks (through org2blog in
> wordpress). The code I posted below is added to
> 'org-export-preprocess-hooks' where it looks for BEGIN_SRC blocks as
> well as ':' blocks of code.
>
> In the case of BEGIN_SRC blocks, I add a h
Eric S Fraga writes:
> On Tue, 24 Aug 2010 23:32:01 -0400, Benjamin Beckwith
> wrote:
>>
>> Rafael,
>>
>> I had my shortcodes setup to accept the language directly. Your change
>> should work as you indicated. I have an additional fix to my code that
>
Puneeth writes:
> The line breaks being stripped off is due to code in org2blog. It has
> nothing to do with org-mode's export. Wordpress does not ignore
> linebreaks in the content, which looks very ugly for normal posts.
> Code in org2blog strips off the line breaks from the html generated by
>
expressions,
like this: $latex \displaystyle E=mc^2$
(http://rvftestblog.wordpress.com/2010/08/24/code-blocks-again/ to see
what I mean). So it would be great if, the
exporter could translate $$ into $latex $ and
\begin{equation}
...
\end{equation}
into
$latex \displaystyle .. $.
Best regards,
Raf
Puneeth writes:
>> On Sun, Aug 29, 2010 at 11:48 PM, Rafael wrote:
>>> 2. Note that Wordpress also includes support for inline math expressions
>>> written in LaTeX, like this: $latex E=mc^2$, and displayed expressions,
>>> like this: $late
Matt Price writes:
> 1) what is te recommended or canonical way to reduce whitespace, not only in
> the margins, but especially between paragraphs? In particular, I use a lot of
> lists and subheadings; latex puts enormous emounts of whatespace between
> items,
> and very quickly the syllabus b
Juan Pechiar writes:
> E.g. %%(org-google-weather "Montevideo,Uruguay" "es")
Unfortunately, none of "Pachuca", "Pachuca,Mexico",
"Pachuca,Hidalgo,Mexico" work for me (I get a Bad sexp error) :(
("New York" is fine, however..).
___
Emacs-orgmode mailin
t the same with emacs -Q, using the org-mode coming with Emacs,
then everything works fine.
Hopefully you can help me solve this!
Best regards,
Rafael
Florian Hars writes:
> Of cousre my first error was to try to do something productive on a
> current ubuntu, but since they have again broken the canonical way to
> configure protocol handlers, 90% of all howtos describing how to
> configure org-protocol plain don't work on ubuntu 11.10. gconftoo
With Emacs 23.3.1 in Ubuntu 11.10, and recent org (Org-mode version 7.7
(release_7.7.601.g55e4d), loaded after emacs -Q), consider the following
file. When exporting to LaTeX, the rows starting with #+attr_html,
#attr_latex, #+caption, do not appear. Both html and odt export are
fine.
#+TITLE: He
Ken Williams writes:
> Apparently, org-mode Babel (or maybe Emacs, or ESS) will hang when
> given incomplete input, like the following:
>
> #+begin_src R
> ddply(x,
> #+end_src
>
> I was just tearing my hair out trying to figure out why my code was
> hanging, because of course it's much longer an
Hi!
Has anybody been succesful in using the tutorial
http://orgmode.org/worg/org-contrib/org-protocol.html
in the setting described in the subject (Firefox 4, Ubuntu 11.04)?
Those instructions worked perfectly for me in previous versions of
Ubuntu and Firefox, but now I always get the dreaded m
Christopher Witte writes:
> I putting together a presentation using org and exporting to beamer. I was
> wondering if there is easy way to get each item in a list to display
> incrementally. Beamer supports this with the \begin{itemize}[<+->]
> environment option. Perhaps this could be achieve
Rafael Villarroel writes:
> I think there might be a bug related to the recent changes in the agenda
> code, since it has just appeared in the last days. The following are
> minimal steps: (Ubuntu 11.10, GNU Emacs 23.3.1 (i686-pc-linux-gnu, GTK+
> Version 2.24.5) of 2011-08-1
Steinar Bang writes:
>> When I try to log in, using `M-x org2blog/wp-login RET', I get the
>> following error message in the minibuffer:
>> Must provide a callback function to url-retrieve
>
> Are anyone else successfully using org2blog with emacs 23?
I just checked that org2blog works for me w
;Theorem: "; font-weight: bold}
but if somebody with actual HTML knowledge could suggest something
prettier I would appreciate it.
Best regards,
Rafael
#+begin_src org
#+title: Theorems in org-mode
#+latex_header: \usepackage{amsthm}
#+latex_header: \newtheorem{theorem}{Theorem}
#
ML one. Thought you might want
to know.
I'm using Org-mode version 7.8.09 (release_7.8.09-519-geb48e4)
Best regards,
Rafael
Karl Voit writes:
> * Storing bookmarks from browsers (me: Chrome)
>
> org-protocol.el[1] seems promising. And also [2] is quite
> interesting. But unfortunately those still lack advanced support for
> tagging: I would have to send the URL to Emacs Org-mode, switch from
> browser to Emacs, jump t
Bastien writes:
> regcl writes:
>
>> Thanks, but I guess I didn't find the solutions you have
>> mentioned. Could you please point them out?
>
> I'm thinking of this for example:
> http://orgmode.org/worg/org-tutorials/org-jekyll.html
>
> This is not a complete solution for the problem at hand,
is a feature, I would appreciate some guidance to have the
markdown exporter to preserve a blank line before lists.
I tried the test with org just pulled from git, and emacs -Q -l, as
described in the manual.
Thanks for any advice,
Rafael
I want that the result of exporting to markdown the following two blocks
be identical:
#+begin_src org
#+BEGIN_MARKDOWN
2+3
#+END_MARKDOWN
#+BEGIN_SRC sage
2+3
#+END_SRC
#+end_src
I have tried the following, which seems similar to examples in the web,
and I think it shou
Charles Berry writes:
> Rafael gmail.com> writes:
>
>> I want that the result of exporting to markdown the following two blocks
>> be identical:
>
>
> You probably want a derived backend taking 'md as the parent.
Yes, that's what I feared.. :) I
Karl Voit writes:
> * Karl Voit wrote:
>>
>> I updated Org to latest git and I moved from Debian yasnippet to
>> github yasnippet (latest) and I still do have this issue.
>>
>> So it's my set-up which is causing this effect. Damn. I guess I
>> have to debug this by disabling parts of my config .
Bastien writes:
> Hi Sébastien,
>
> "Sebastien Vauban"
> writes:
>
>> Alvar Maciel wrote:
>>> Hi to all,
>>> I'm using org-mode as personal day planner with almost all the
>>> configuration of http://doc.norang.ca/org-mode.html
>>> I try to use org-protocol to send links to emacs using the confi
aphtheoryinlatex.wordpress.com/2012/06/02/a-cayley-graph/ to
see these features in action.
Rafael
Vikas Rawal writes:
>>
>> I attach a port of org-exp-bibtex.el (renamed ox-bibtex.el) for the new
>> export framework. Would you mind testing it?
>>
>
>
> I am attaching my test files. I have following problems.
>
> 1. When I use limit:t, I get an error: if: Executing bibtex2html failed
For t
Vikas Rawal writes:
>> "Note for Mac OSX users:". I am using Ubuntu Precise, not OSX, and
>> TeXlive 2012, not 2010, and I got the "Executing bibtex2html failed"
>> when testing this also (even without limit:t). The only way I can
>> imagine to work around was to first run the recommended 'export
e would be a variable
"org-no-headlines-between-colons", to solve these sort of ambiguities.
Regards,
Rafael
Nicolas Goaziou writes:
> Rafael writes:
>
>> On the other hand, I wish there would be a variable
>> "org-no-headlines-between-colons", to solve these sort of ambiguities.
>
> What do you mean exactly? What beamer code do you want to generate?
Hi,
I me
Nicolas Goaziou writes:
> Rafael writes:
>
>> I mean that I would like to have a new variable, say,
>> 'org-no-headlines-between-colons', that when set to t, would cause org
>> to treat any part of a heading between colons as a tag.
>
> My question was: w
work in math mode too? I want to apply this
solution: http://tex.stackexchange.com/a/60692/250 to one presentation.
Regards,
Rafael
o markdown with ox-md, automatically replace all instances of
\(, \), \[ and \] with $$.
Thanks in advance for any help.
Rafael
Rasmus writes:
> Rafael writes:
>
>> I'm trying to publish some beamer presentations with mathematical
>> content as pages in octopress. I think I'm on my way to get a working
>> setup, but I would like some help to achieve the following:
>>
>>
hbb{R}
as soon as pressing R, *but only inside math mode*.
I guess I could approximate this with abbrevs or yasnippet, but I think
this would require an extra key besides the R, which is closer to what I
already have.
I would appreciate any tips in this direction!
Rafael
Rafael writes:
> I have been writing presentations in org-mode lately with a lot of math
> content. I am using org-cdlatex, and have already customized it to, say,
> type R'B inside math mode to obtain \mathbb{R}. I wonder, however, if it
> would be possible to make this proce
Hi all,
Using Org-mode version 8.2.5h (release_8.2.5h-829-g9665f8) from git, and
GNU Emacs 24.3.1 (x86_64-pc-linux-gnu, GTK+ Version 3.4.2) of 2014-02-22
on king, modified by Debian
I think there is a bug in org-beamer-publish-to-pdf. The code of the
function is:
#+BEGIN_SRC emacs-lisp
(defun
Hi all,
Following https://github.com/djcb/org-euro2012 as a template, I have
produced a schedule for the upcoming world cup in org format, which can
be obtained from https://github.com/rvf0068/org-wc2014
The times are Mexico City time, which is GMT-5. There is a function I
copied from the org-eu
I would like to export to beamer, in such a way that all frames have
the 'allowframebreaks' option. I thought the following would work, but
when I export, the frames in the .tex file have no
allowframebreaks. Maybe I am misunderstanding the way that properties
are inherited, so my question is: is
John Kitchin writes:
>> On Sat, Sep 4, 2021 at 4:22 PM Rafael wrote:
>>
>>>
>>> I am using emacs-jupyter (https://github.com/nnicandro/emacs-jupyter),
>>> and I have just noticed that results from a block are not sent to
>>> another block
I would like to have an org document export nicely (including some
subtleties like theorems) to a latex document and to a beamer
presentation. I have been mostly successful using filters, but it would
help me a lot if there was some way to declare to use the #+option H:2
when exporting to beamer,
there a way to have this by
setting a variable, or something?
It works if I include #+beamer: \label{block} below the properties
drawer, but I would prefer not to duplicate the label, of course.
Best regards,
Rafael
>>
>> Emacs : GNU Emacs 26.3 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.20)
>> of 2020-05-19
>> Package: Org mode version 9.3.7 (9.3.7-13-ge62ca4-elpaplus @
>> /home/stefi/.emacs.d/elpa/org-plus-contrib-20200713/)
>
> On master, maint, and the commit matchi
I am using emacs-jupyter (https://github.com/nnicandro/emacs-jupyter),
and I have just noticed that results from a block are not sent to
another block. I think it has to do with this issue
https://github.com/nnicandro/emacs-jupyter/issues/222. Can somebody
suggest a workaround? (I actually want t
document as a pdf?
Thanks for your time, and sorry to bore you with simple questions...
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafael.calsaver...@gmail.com
http://stoa.usp.br/calsaverini/weblog
df?
Thanks for your time, and sorry to bore you with simple questions...
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafael.calsaver...@gmail.com
http://stoa.usp.br/calsaverini/weblog
CEL: (11)
resulting latex is exactly the same as if the "\only" wasn't
there.
Is there a way to use the "\only<>" overlay in a clean way?
Thank you very much.
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
raf
how to make this work! Thanks.
Rafael
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
f7a7.dirty)
(that is, neither the text between @'s is fontified, nor is exported to
an alert, as Erik mentioned.
This, however, does work for me:
(add-to-list 'org-emphasis-alist '("+" org-warning "" ""))
(add-to-list 'org-export-latex-emphasis-alist '("+" "\\alert{%s}" nil))
so I'm thinking, maybe there is something else to be done to declare @
as a valid delimiter?
Regards,
Rafael
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
Emacs-orgmode@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-orgmode
in advance.
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafael.calsaver...@gmail.com
http://stoa.usp.br/calsaverini/weblog
CEL: (11) 7525-6222
USP: (11) 3091-6803
Hummm... thanks for the tip! It works now. :D
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafael.calsaver...@gmail.com
http://stoa.usp.br/calsaverini/weblog
CEL: (11) 7525-6222
USP: (11) 3091-6803
On Fri, Jul 8, 2011 at 15:26, Nick
-8<---
blablabla \footnote{ this is what \cite\{she\} said.
---8<---
I believe I'm missing something very basic.
I believe that if I put a "#+Latex:xxx" the xxx part would be exported
verbatim to the latex file. But this would break the footnote. Is there a
way to insert inline la
re, but I suspect this worked before I instaled the latest
version of org-mode.
Sorry for any inconvenience.
--
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafael.calsaver...@gmail.com
http://stoa.usp.br/calsaverini/weblog
CEL: (11) 7525-6222
USP: (11) 3091-6803
sy to write and more powerful than regexp's (they can parse html! :D).
Well, lisp is functional... Maybe I'll take a look at this in the near
future.
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafael.calsaver...@gmail.com
http://stoa
Dear Org-mode developpers,
You will find here attached three patches for org-mode. Two of them
improve the "External links" node of the info documentation. The other
one just fixes minor typos.
Best regards,
Rafael Laboissière
>From b6aac367829af8b6507d04c3f820e3cdbd33853a Mon Se
efering to, except the Beamer section
in the Org manual (12.6.6). So my question is: Is there really a full
org-beamer manual, and where is it?
Best regards,
Rafael
___
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list
ion
> is from his email to the mailing list.
But wasn't this recently removed?
http://orgmode.org/w/?p=org-mode.git;a=commit;h=c6f6b3421ee9050a980f8fa0b5615e3f7136e7a8
(is there any chance of getting it back?)
Best regards,
Rafael
;
But when I try to export this file:
* Test
** Test 1
blablabla
** Test 2
lorem ipsum blabla
I get this:
% Created 2011-06-28 Tue 16:13
\providecommand{\alert}[1]{\textbf{#1}}
\title{bla}
\author{Rafael S. Calsaverini}
\date{\t
;;
But when I try to export this file:
* Test
** Test 1
blablabla
** Test 2
lorem ipsum blabla
I get this:
% Created 2011-06-28 Tue 16:13
\providecommand{\alert}[1]{\textbf{#1}}
\title{bla}
\author{Rafael S. Calsaverini}
\date{\today}
\begi
ayed a bit with using an org master file to include each chapters,
but I had some problems.
Anyway, if you have any kind of tip or suggestion about this, I'm
really interested! :D
Thanks,
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafae
Thanks for the tip!
If I succeed I'll post something in my blog and tell here.
---
Rafael Calsaverini
Dep. de Física Geral, Sala 336
Instituto de Física - Universidade de São Paulo
rafael.calsaver...@gmail.com
http://stoa.usp.br/calsaverini/weblog
CEL: (11) 7525-6222
USP: (11) 3091-6803
@samp{#}
are treated as comments and will never be exported.
Please, fix the documentation (or restore the previous behavior, if the
documentation is meant to be correct).
Cheers,
Rafael
* Bastien [2012-10-27 21:44]:
Rafael Laboissiere writes:
Please, fix the documentation (or restore the previous behavior, if the
documentation is meant to be correct).
Done, thanks.
Thanks.
You might be interested in applying the patch attached below, which fixes
the comments in the
* Bastien [2012-10-28 11:10]:
Rafael Laboissiere writes:
You might be interested in applying the patch attached below, which fixes
the comments in the *Remember* buffer, allowing them to get correctly
fontified.
Applied, thanks!
Thanks.
I just noticed that my patch have a bad side
The patch attached below fixes a very minor problem in org-bibtex.el.
Cheers,
Rafael
>From 852681cb0789b4d1a7c0081e634322690b9ae47d Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere
Date: Sun, 4 Nov 2012 09:14:44 +0100
Subject: [PATCH] org-bibtex.el: Fix broken URL
* lisp/org-bibtex
and a ~/diary file containing only:
&%%(org-diary)
-
and starting with 'emacs -Q -l simpleorg.el'
Then M-x diary gives:
Bad sexp at line 1 in ~/diary: (org-diary)
For some reason I do not get a backtrace.
Hopefully somebody will be able at least to reproduce!
Best regards,
Rafael
to figure out how to do it by looking from the
org-agenda-fontify-priorities's documentation string alone.
Attached below is a patch for agenda-mode.el (applies against Git master)
with a more detailed description of the assoc list keys.
Cheers,
--
Rafael
--- org-agenda.el-orig 2008-09-19
The patch below fixes (what i think) is a minor typo in the info
documentation.
Thanks for your great work on org-mode,
Best,
Rafael
>From 65d995992fdcb5a04c413f83fe5c68edf4508835 Mon Sep 17 00:00:00 2001
From: Rafael Laboissiere
Date: Sun, 19 Oct 2014 22:37:39 +0200
Subject: [PA
t the form to them and will keep
you informed when it is finished. In the meanwhile, I will send my
patches to the ML, if there will be any.
Best regards,
Rafael Laboissière
uced by it was posteriorly changed, so it is hard to find where the
bug comes from. Could someone more acquainted with the code try to look
at this bug, please?
Thanks,
Rafael Laboissière
* Rafael Laboissiere [2016-03-07 02:58]:
The following used to work for me in the past:
#+NAME: date
#+BEGIN_SRC sh :results silent :exports results :tangle no
date
#+END_SRC
#+TITLE: Sample
#+AUTHOR: Me
#+DATE: call_date()
and I saw the output of the shell command "date&
* Eric S Fraga [2016-03-12 08:51]:
On Saturday, 12 Mar 2016 at 08:57, Rafael Laboissiere wrote:
P.S.: For those who are reading this message and are interested in a
solution for my original problem, here is the way I am getting around it
right now.
Thanks for this alternate solution.
You
Foundation. I went
ahead and changed the org-contribute.org file in Worg to reflect the new
situation [commit 697ec6c]. Please, tell me whether I should send the
PDF file with the signed form to someone.
Best,
Rafael Laboissière
* Nicolas Goaziou [2016-03-13 18:24]:
Rafael Laboissiere writes:
It would be much better if the following construct worked:
#+DATE: src_sh{git show -s --date=short --format="%cd [%h]" HEAD}
Unfortunately, it does not. This behavior (or misbehavior, I do not
know) can be t
* Rafael Laboissiere [2016-03-12 08:57]:
[snip]
I investigated this issue further and discovered that the constructs
call_(args) and src_{code} are not evaluated at all when
they appear in a keyword line (starting with "#+:").
Org-babel behaves in this way probably on purpose. A
* Nicolas Goaziou [2016-03-14 20:41]:
Rafael Laboissiere writes:
* Rafael Laboissiere [2016-03-12 08:57]:
[snip]
I went ahead and committed the patch.
I think this is a bit premature, as we're still discussing how to fix
this issue, so this documentation patch is likely
range, the inline source code block above is not evaluated for me
from maint [commit 3e79c60] when calling `org-babel-execute-buffer'.
Rafael
y Broockman & Kalla (2016):
http://www.sciencemag.org/news/2016/04/talking-people-about-gay-and-transgender-issues-can-change-their-prejudices
Rafael
ackward-heading-same-level
is called, we go to the previous line correctly. However when the cursor
is at '* second', org-backward-heading-same-level does bring us to the
first line but emits an error "Beginning of buffer". It seems that the
patch attached to this message
* Nicolas Goaziou [2017-04-15 16:53]:
Rafael Laboissière writes:
Function org-backward-heading-same-level fails in a specific case.
Suppose the following org-mode file:
==
* first
* second
* third
==
where '* first' is right at the beginn
Hi,
Is there any policy for pushing commits to the Worg Git repository? I
fixed the GitHub paths in file org-outside-org.org, as per the patch
attached to this message and would like to contribute it.
Best,
Rafael
>From 1458b431c347fdf53ce84eecc2e2503385e93984 Mon Sep 17 00:00:00 2001
F
“-” and “?” in the URLs.
I am using Org mode version 9.5.1 (release_9.5.1-11-g96d91b)
Best,
Rafael Laboissière
Hello, good morning!
The table of Contents doesn't translate when exporting to utf-8 or ODT
with pt_BR as the value for the LANGUAGE keyword. I believe the line
below (6180, ox.el file):
("pt_BR" :html "Índice" :utf8 "Índice" :ascii "Indice")
should be something like:
("pt_BR" :html "Índice
okay
[[https://host/another/path][[post link]]]
I guess that this is caused by the presence of "/-/" substrings in the
URLs. Such URLs containing this substring are used, in instance, by
GitLab.
Best,
Rafael Laboissière
Emacs : GNU Emacs 28.2 (build 1, x86_64-pc-linux-gn
Hello group.
I was wondering if it was technically possible to invoke a separate buffer
to edit a table in org mode.
My working scenario is a table with several columns with limited width so
as to edit a buffer with org-startup-indented on. I would like to achieve
something like what is done with
Just a couple of questions:
who is the owner of the HELLO file?
OR
who is the owner of the "touch" process?
Is the owner the unprivileged user or the "emacs" system?
Thanks.
On Wed, 26 May 2021 at 17:53, Glenn Morris wrote:
> Package: emacs,org-mode
> Version: 28.0.50
> Severity: important
> T
Thanks, you managed to understand my question. I was wondeing if there was
a risk of privilege escalation. Fortunately that seems not to be the case.
El jue., 27 may. 2021 15:13, Tim Cross escribió:
>
> Rafael Ramirez Morales writes:
>
> > Just a couple of questions:
> >
88 matches
Mail list logo