Re: [O] org-protocol is bitrotting away

2011-11-01 Thread 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

[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: He

Re: [O] Hang on incomplete input

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

Re: [O] Extending attr_latex

2012-01-18 Thread Rafael
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

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

2010-12-17 Thread Rafael
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

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

2010-12-17 Thread Rafael
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

[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 m

[O] Odd behavior with first org file opened

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

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

2010-08-24 Thread Rafael
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

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

2010-08-25 Thread Rafael
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 >

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

2010-08-25 Thread Rafael
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 >

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

2010-08-29 Thread Rafael
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

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

2010-09-01 Thread Rafael
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

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

2010-09-02 Thread Rafael
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

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

2010-09-09 Thread Rafael
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

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

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

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

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

[O] Theorems in org-mode?

2012-05-04 Thread Rafael
;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} #

[O] Commented internal links bad in new export

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

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

2012-06-23 Thread 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

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
>> >> 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

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

2013-02-16 Thread Rafael
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 .

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

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

Re: [O] org-blog 0.9 release

2013-04-30 Thread Rafael
aphtheoryinlatex.wordpress.com/2012/06/02/a-cayley-graph/ to see these features in action. Rafael

Re: [O] Bibliography

2013-05-09 Thread 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

Re: [O] Bibliography

2013-05-11 Thread Rafael
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

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

2014-01-26 Thread Rafael
o markdown 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 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: >> >>

[O] Change key binding in math mode only

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

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

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

[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 (defun

[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 org-eu

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

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

[O] Markdown exporter deletes a line before a list

2014-08-14 Thread Rafael
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 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

Re: [O] Please help with a filter

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

[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 beamer,

CUSTOM_id ignored on blocks by ox-beamer

2020-05-23 Thread Rafael
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: [O] beamer_env tag issue with empty headlines

2015-08-20 Thread Rafael
e would be a variable "org-no-headlines-between-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 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

Re: [O] beamer_env tag issue with empty headlines

2015-08-21 Thread Rafael
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

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

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

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 t

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 Se

[Orgmode] My Gnus does not work with newest org

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

[Orgmode] Re: Question on org-beamer markup

2011-01-12 Thread Rafael Villarroel
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

[Orgmode] Full manual for beamer export?

2011-01-28 Thread Rafael Villarroel
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

[O] Re: Release 7.5

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

[O] Exporting latex without preamble

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

[O] Fwd: Exporting latex without preamble

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

Re: [O] Fwd: Exporting latex without preamble

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

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
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

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
-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: [O] Again problems with latex inside footnotes.

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

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

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

[Orgmode] Bibtex and latex export

2010-09-15 Thread Rafael Calsaverini
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

[Orgmode] Bibtex and latex export

2010-09-16 Thread Rafael Calsaverini
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)

[Orgmode] The \only<> overlay in beamer

2010-09-18 Thread Rafael Calsaverini
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

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

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

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

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

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

2012-10-28 Thread Rafael Laboissiere
* 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

[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 Date: Sun, 4 Nov 2012 09:14:44 +0100 Subject: [PATCH] org-bibtex.el: Fix broken URL * lisp/org-bibtex

[Orgmode] [PATCH] Better documentation for org-agenda-fontify-priorities

2008-09-19 Thread Rafael Laboissiere
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

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

2017-04-12 Thread Rafael Laboissière
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

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

2017-04-15 Thread Rafael Laboissière
* 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

[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 Date: Sun, 19 Oct 2014 22:37:39 +0200 Subject: [PA

[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

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

2016-01-25 Thread Rafael Laboissiere
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

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

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

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

2016-03-11 Thread Rafael Laboissiere
* 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&

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

2016-03-12 Thread Rafael Laboissiere
* 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

Re: [O] commit 7b9f2fba66

2016-03-12 Thread Rafael Laboissiere
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] [PATCH] call_*() is not working inside #+DATE

2016-03-13 Thread Rafael Laboissiere
* 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

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

2016-03-14 Thread Rafael Laboissiere
* 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

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

2016-03-15 Thread Rafael Laboissiere
* 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

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

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

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

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

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
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

[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 with

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 > T

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: > >