[O] Odd behavior with first org file opened

2011-07-26 Thread Rafael
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

Re: [O] org-protocol is bitrotting away

2011-11-01 Thread Rafael
Florian Hars flor...@hars.de 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

[O] Some commands are not exported to LaTeX

2011-11-26 Thread Rafael
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:

Re: [O] Hang on incomplete input

2011-11-30 Thread Rafael
Ken Williams ken.willi...@windlogics.com 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

Re: [O] Extending attr_latex

2012-01-18 Thread Rafael
Christopher Witte ch...@witte.net.au 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

[O] Firefox 4 in Ubuntu 11.04 and org-protocol

2011-05-06 Thread Rafael
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

[O] Schedule for the World Cup in org format

2014-05-03 Thread Rafael
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

Re: [O] publishing to gihub gh-pages branch

2014-08-05 Thread Rafael
Bastien b...@gnu.org writes: regcl re...@channing.harvard.edu 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

[O] Markdown exporter deletes a line before a list

2014-08-14 Thread Rafael
to me. If this 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

[O] Please help with a filter

2014-09-02 Thread Rafael
I want that the result of exporting to markdown the following two blocks be identical: #+begin_src org #+BEGIN_MARKDOWN div class=sage script type=text/x-sage2+3/script /div #+END_MARKDOWN #+BEGIN_SRC sage 2+3 #+END_SRC #+end_src I have tried the following, which seems

Re: [O] Please help with a filter

2014-09-03 Thread Rafael
Charles Berry ccbe...@ucsd.edu writes: Rafael rvf0068 at 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 thought I could delay creating

Re: [O] problems with org-protocol + capture templates

2013-04-16 Thread Rafael
Bastien b...@gnu.org writes: Hi Sébastien, Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org 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

Re: [O] org-blog 0.9 release

2013-04-30 Thread Rafael
/a-cayley-graph/ to see these features in action. Rafael

Re: [O] Bibliography

2013-05-09 Thread Rafael
Vikas Rawal vikasli...@agrarianresearch.org 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

Re: [O] Bibliography

2013-05-11 Thread Rafael
Vikas Rawal vikasli...@agrarianresearch.org 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

[O] How to replace \( by $$ and such when exporting to markdown

2014-01-26 Thread Rafael
with ox-md, automatically replace all instances of \(, \), \[ and \] with $$. Thanks in advance for any help. Rafael

Re: [O] How to replace \( by $$ and such when exporting to markdown

2014-02-18 Thread Rafael
Rasmus ras...@gmx.us writes: Rafael rvf0...@gmail.com 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: With an up-to-date org (from git

[O] Change key binding in math mode only

2014-03-04 Thread Rafael
} 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

Re: [O] Change key binding in math mode only

2014-03-04 Thread Rafael
Rafael rvf0...@gmail.com 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 procedure

[O] Bug in org-beamer-publish-to-pdf?

2014-03-23 Thread Rafael
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

Re: [O] [Bug] Yasnippet/Org: properties messed up when expanding $1

2013-02-16 Thread Rafael
Karl Voit devn...@karl-voit.at writes: * Karl Voit devn...@karl-voit.at 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

Re: [O] Bug in org-diary (Bad sexp)?

2012-04-17 Thread Rafael
Rafael Villarroel rvf0...@gmail.com 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-14

Re: [O] Error in org2blog/wp-login: Must provide a callback function to url-retrieve

2012-05-01 Thread Rafael
Steinar Bang s...@dod.no 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

[O] Theorems in org-mode?

2012-05-04 Thread Rafael
: Theorem: ; font-weight: bold}/style 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} #+latex_header

[O] Commented internal links bad in new export

2012-05-05 Thread Rafael
the HTML 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

Re: [O] Org-mode as a replacement for delicious (bookmark management)

2012-06-23 Thread Rafael
Karl Voit devn...@karl-voit.at 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

[Orgmode] Re: How to customize the org-mode's BEGIN_SRC HTML output

2010-08-25 Thread Rafael
Puneeth puncha...@gmail.com 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

[Orgmode] Re: gnash crunch... latex whitespace defaults! + numbering in only some subheadings

2010-09-02 Thread Rafael
Matt Price mopto...@gmail.com 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

[Orgmode] Re: Agenda and weather forecast | language and units

2010-09-09 Thread Rafael
Juan Pechiar pech...@computer.org 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..). ___

[Orgmode] Re: My Gnus does not work with newest org

2010-12-17 Thread Rafael
Richard Riley rile...@googlemail.com writes: Rafael Villarroel rvf0...@gmail.com writes: Hello all, 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

[Orgmode] Re: My Gnus does not work with newest org

2010-12-17 Thread Rafael
Rafael Villarroel rvf0...@gmail.com 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 ~/Dropbox/gnus/.gnus. When loading org-mode just

Re: [O] beamer_env tag issue with empty headlines

2015-08-21 Thread Rafael
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rafael rvf0...@gmail.com 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: what for? Do

Re: [O] beamer_env tag issue with empty headlines

2015-08-20 Thread Rafael
-colons, to solve these sort of ambiguities. Regards, Rafael

Re: [O] beamer_env tag issue with empty headlines

2015-08-20 Thread Rafael
Nicolas Goaziou m...@nicolasgoaziou.fr writes: Rafael rvf0...@gmail.com 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 mean that I

[O] @@beamer:some code@@ in math mode

2015-09-03 Thread Rafael
to work in math mode too? I want to apply this solution: http://tex.stackexchange.com/a/60692/250 to one presentation. Regards, Rafael

[O] allowframebreaks in beamer export

2017-02-10 Thread Rafael
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

Setting org-export-headline-levels depending on export backend

2020-05-13 Thread Rafael
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

CUSTOM_id ignored on blocks by ox-beamer

2020-05-23 Thread Rafael
}. Is 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

Re: Bug: no math-mode detection for align-environment [9.3.7 (9.3.7-13-ge62ca4-elpaplus @ /home/stefi/.emacs.d/elpa/org-plus-contrib-20200713/)]

2020-08-05 Thread Rafael
t; 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 matching your reporte

emacs-jupyter does not send result form babel block

2021-09-04 Thread Rafael
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

Re: emacs-jupyter does not send result form babel block

2021-11-11 Thread Rafael
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

[O] [PATCH] Improve documentation + fix typos

2011-10-11 Thread Rafael Laboissiere
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 Sep 17 00:00:00

[Orgmode] Full manual for beamer export?

2011-01-28 Thread Rafael Villarroel
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. Emacs-orgmode@gnu.org

[O] Re: Release 7.5

2011-03-07 Thread Rafael Villarroel
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

[O] Exporting latex without preamble

2011-06-28 Thread Rafael Calsaverini
get this: % Created 2011-06-28 Tue 16:13 \providecommand{\alert}[1]{\textbf{#1}} \title{bla} \author{Rafael S. Calsaverini} \date{\today} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \section{Test} \label{sec-1} \subsection{Test 1} \label{sec-1-1

[O] Fwd: Exporting latex without preamble

2011-06-28 Thread Rafael Calsaverini
this: % Created 2011-06-28 Tue 16:13 \providecommand{\alert}[1]{\textbf{#1}} \title{bla} \author{Rafael S. Calsaverini} \date{\today} \begin{document} \maketitle \setcounter{tocdepth}{3} \tableofcontents \vspace*{1cm} \section{Test} \label{sec-1} \subsection{Test 1} \label{sec-1-1}   blablabla

Re: [O] Fwd: Exporting latex without preamble

2011-06-29 Thread Rafael Calsaverini
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 rafael.calsaver...@gmail.com http://stoa.usp.br/calsaverini/weblog CEL: (11) 7525-6222

Re: [O] Fwd: Exporting latex without preamble

2011-06-29 Thread Rafael Calsaverini
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

[O] Problem with latex and footnotes

2011-07-08 Thread Rafael Calsaverini
. --- 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

Re: [O] Problem with latex and footnotes

2011-07-08 Thread Rafael Calsaverini
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

[O] Again problems with latex inside footnotes.

2011-07-11 Thread Rafael Calsaverini
\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 latex snippets? --- Rafael Calsaverini Dep. de

Re: [O] Again problems with latex inside footnotes.

2011-07-11 Thread Rafael Calsaverini
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

Re: [O] Again problems with latex inside footnotes.

2011-07-13 Thread Rafael Calsaverini
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.usp.br/calsaverini/weblog CEL

[O] [PATCH] Fix typo in org.texi

2014-10-19 Thread Rafael Laboissiere
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 raf...@laboissiere.net Date: Sun, 19 Oct 2014 22:37:39 +0200

[O] Contradiction between code and doc as regards commented lines

2012-10-27 Thread Rafael Laboissiere
by @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

Re: [O] Contradiction between code and doc as regards commented lines

2012-10-27 Thread Rafael Laboissiere
* Bastien b...@altern.org [2012-10-27 21:44]: Rafael Laboissiere raf...@laboissiere.net 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

Re: [O] Contradiction between code and doc as regards commented lines

2012-10-28 Thread Rafael Laboissiere
* Bastien b...@altern.org [2012-10-28 11:10]: Rafael Laboissiere raf...@laboissiere.net 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

[O] Fix broken URL in org-bibtex.el

2012-11-04 Thread Rafael Laboissiere
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 raf...@laboissiere.net Date: Sun, 4 Nov 2012 09:14:44 +0100 Subject: [PATCH] org-bibtex.el: Fix broken URL

[O] Bug in org-diary (Bad sexp)?

2012-04-16 Thread Rafael Villarroel
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

[Orgmode] Bibtex and latex export

2010-09-15 Thread Rafael Calsaverini
, 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) 7525-6222 USP: (11) 3091-6803

[Orgmode] Bibtex and latex export

2010-09-16 Thread Rafael Calsaverini
, 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) 7525-6222 USP: (11) 3091-6803

[Orgmode] The \only overlay in beamer

2010-09-18 Thread Rafael Calsaverini
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 rafael.calsaver...@gmail.com http://stoa.usp.br/calsaverini/weblog CEL: (11) 7525-6222 USP: (11) 3091-6803

[Orgmode] My Gnus does not work with newest org

2010-12-16 Thread Rafael Villarroel
. 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

[Orgmode] Re: Question on org-beamer markup

2011-01-12 Thread Rafael Villarroel
. This, however, does work for me: (add-to-list 'org-emphasis-alist '(+ org-warning i /i)) (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

Re: [O] commit 7b9f2fba66 (was: commit 860bcfbf93)

2016-01-25 Thread Rafael Laboissiere
I am about to sent 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

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-14 Thread Rafael Laboissiere
* Rafael Laboissiere <raf...@laboissiere.net> [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 t

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-15 Thread Rafael Laboissiere
ippets in keywords. It is strange, the inline source code block above is not evaluated for me from maint [commit 3e79c60] when calling `org-babel-execute-buffer'. Rafael

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-13 Thread Rafael Laboissiere
* Nicolas Goaziou <m...@nicolasgoaziou.fr> [2016-03-13 18:24]: Rafael Laboissiere <raf...@laboissiere.net> 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 do

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-15 Thread Rafael Laboissiere
* Nicolas Goaziou <m...@nicolasgoaziou.fr> [2016-03-14 20:41]: Rafael Laboissiere <raf...@laboissiere.net> writes: * Rafael Laboissiere <raf...@laboissiere.net> [2016-03-12 08:57]: [snip] I went ahead and committed the patch. I think this is a bit premature, as we'r

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-12 Thread Rafael Laboissiere
* Eric S Fraga <e.fr...@ucl.ac.uk> [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.

Re: [O] [PATCH] call_*() is not working inside #+DATE

2016-03-11 Thread Rafael Laboissiere
* Rafael Laboissiere <raf...@laboissiere.net> [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

Re: [O] commit 7b9f2fba66

2016-03-12 Thread Rafael Laboissiere
e Free Software 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

Re: [O] OT: two interesting articles about (non-)reproducible research

2016-04-11 Thread Rafael Laboissière
ted by Broockman & Kalla (2016): http://www.sciencemag.org/news/2016/04/talking-people-about-gay-and-transgender-issues-can-change-their-prejudices Rafael

[O] call_*() is not working inside #+DATE

2016-03-06 Thread Rafael Laboissiere
introduced 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

[O] [PATCH] test-org/fuzzy-links

2017-04-12 Thread Rafael Laboissière
-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 fixes the problem. Best, Ra

Re: [O] [PATCH] test-org/fuzzy-links

2017-04-15 Thread Rafael Laboissière
* Nicolas Goaziou <m...@nicolasgoaziou.fr> [2017-04-15 16:53]: Rafael Laboissière <raf...@laboissiere.net> writes: Function org-backward-heading-same-level fails in a specific case. Suppose the following org-mode file: == * first * sec

[O] Pushing commits to the Work Git repository

2019-02-06 Thread Rafael Laboissière
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

Unwanted italics formatting between two URLs

2021-11-28 Thread Rafael Laboissière
“-” and “?” in the URLs. I am using Org mode version 9.5.1 (release_9.5.1-11-g96d91b) Best, Rafael Laboissière

Index not translated to pt-BR

2023-01-07 Thread Rafael Bento
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"

[BUG] Wrong display when URL contains "/-/" [9.6.1 (release_9.6.1-264-g236bd4)]

2023-02-23 Thread Rafael Laboissière
[[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-gnu, GT

[O] Orgtbl: edit table like code, in a separate buffer?

2016-03-04 Thread Rafael Ramirez Morales
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

Re: bug#48676: Arbitrary code execution in Org export macros

2021-05-27 Thread Rafael Ramirez Morales
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: >

bug#48676: Arbitrary code execution in Org export macros

2021-05-27 Thread Rafael Ramirez Morales
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 >