Re: [O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?

2013-10-05 Thread Eric Abrahamsen
Xebar Saram writes: > thx again Eric > > i still have an issue with this when one of the symbols used to start > /end the highlight is used in a sentence, for example using your > code: > > (font-lock-add-keywords >  'org-mode >  '(("-1-\\([^-1-]+\\)-1-" (0 '(:weight ultra-bold :background "# > D

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Joseph Vidal-Rosset
Thanks Nicolas, your reply is helpful for me . Best wishes, Jo. 2013/10/5 Nicolas Richard : > Hello Joseph, > > Joseph Vidal-Rosset writes: >> #+begin_equation >> \label{ECQ} >> \neg A , A \vdash B >> \tag{ECQ} >> #+end_equation > > IIUC, auckeys mode is not meant to insert latex constructs in

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Nicolas Richard
Hello Joseph, Joseph Vidal-Rosset writes: > #+begin_equation > \label{ECQ} > \neg A , A \vdash B > \tag{ECQ} > #+end_equation IIUC, auckeys mode is not meant to insert latex constructs in org mode, but to get an "org equivalent" or org-like effect for a given key chord. The aim is to produce a

[O] git push permissions

2013-10-05 Thread David
Hello, I want maintain: * org-license.el (http://orgmode.org/worg/code/elisp/org-license.el) * org-effectiveness (http://orgmode.org/worg/code/elisp/org-effectiveness.el) In the orgmode git. You can use my public ssh key, given in worg. I've signed all papers required by the fsf, and I appea

[O] Bug: Agenda tag filtering with spacebar [8.2 (8.2-4-ga1a0ac-elpa @ /Users/sergue\ ison/.emacs.d/elpa/org-20130923/)]

2013-10-05 Thread Serguei Son
In the agenda filtering screen after pressing a spacebar I receive no entries, as opposed to receiving entries that have no tags. Works correctly expected in version 7.9 Emacs : GNU Emacs 24.2.1 (x86_64-apple-darwin12.2.0, NS apple-appkit-1187.34) of 2012-12-06 on Serguei-Sons-Mac-mini.local Pac

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-05 Thread Isaac
Eric Schulte gmail.com> writes: > > Isaac gmail.com> writes: > > > proposal for a tool to translate orgmode outlines into programs > > > > Hi Isaac, > > This is a hard problem and an area of active research. Search for > "program synthesis" [1] to see a selection of work in this field. > G

Re: [O] custom emacs org-emphasis-alist breaks EXPORT, help ;-) ?

2013-10-05 Thread Xebar Saram
thx again Eric i still have an issue with this when one of the symbols used to start/end the highlight is used in a sentence, for example using your code: (font-lock-add-keywords 'org-mode '(("-1-\\([^-1-]+\\)-1-" (0 '(:weight ultra-bold :background "#DDFFDD" :foreground "#00") t if i

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-05 Thread Michael Brand
Hi Karl On Sat, Oct 5, 2013 at 6:08 PM, Karl Voit wrote: > | Descr | Current Data2+ | diff | abs.diff | > |---++--+--| > | foo | 9 | -1 |1 | > | bar | 20 | -4 |4 | > | baz | 23 | +6 |6 | > |--

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-05 Thread Karl Voit
* Michael Brand wrote: > Hi Karl Hi! > You may want to look at the example "$3 = remote(FOO, @@#$2)" in the > Org manual, then it becomes quite simple. :-) I have to admit that I found @@#$2 in the manual. However, I was not able to understand its meaning at all :-( With your example below, I

[O] recurring events with different notes for each occurrence (was: Hide some timestamp repetitions; timestamp property in agenda)

2013-10-05 Thread Karl Voit
* Jarmo Hurri wrote: > > Greetings. Hi Jarmo! > I am pretty sure that the following can be done, I just do not know how. Is there a T-Shirt with this sentence available somewhere? *SCNR* > 1. In general I want to see repeated timestamps, TODOs etc. appear at >every repeat, so I need to hav

Re: [O] Help on spreadsheet/calc references and improvements

2013-10-05 Thread Michael Brand
Hi Karl On Sat, Oct 5, 2013 at 4:49 PM, Karl Voit wrote: > Feel free to make suggestions how to overcome my lack of knowledge You may want to look at the example "$3 = remote(FOO, @@#$2)" in the Org manual, then it becomes quite simple. > #+NAME: Data23vert > | Descr+ | Data1+ | Data2+ | > |---

[O] Help on spreadsheet/calc references and improvements

2013-10-05 Thread Karl Voit
Hi! I am no expert with calc. I enjoy using it for rather simple things. However, I would like to use referencing more often and I face an issue here. Additionally, I got the feeling that some formulas could be improved as well. I did a very basic example in two ways: vertical layout and horizon

[O] Hide some timestamp repetitions; timestamp property in agenda

2013-10-05 Thread Jarmo Hurri
Greetings. I am pretty sure that the following can be done, I just do not know how. 1. In general I want to see repeated timestamps, TODOs etc. appear at every repeat, so I need to have the value of org-agenda-repeating-timestamp-show-all set to t. However, for *some* repeated timestamp

Re: [O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-10-05 Thread Christoph LANGE
Hi Eric, I'm sorry I hadn't got back to this email – didn't notice it because of a filtering mistake on my side. 2013-09-16 08:51 Eric S Fraga: >> My intuition after browsing the Org source code and documentation is >> that I should now use #+BEGIN_SRC and that then everything will be >> handled

Re: [O] [export] Beamer frames containing lstlisting are no longer made fragile

2013-10-05 Thread Christoph LANGE
Hi Nicolas, I'm sorry I hadn't got back to this email – didn't notice it because of a filtering mistake on my side. 2013-09-14 15:33 Nicolas Goaziou: > Christoph LANGE writes: >> Still I think the following sentence in the documentation (section 12.5) >> is easy to misunderstand: >> >> "`fragile

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-05 Thread Eric Schulte
Isaac writes: > proposal for a tool to translate orgmode outlines into programs > Hi Isaac, This is a hard problem and an area of active research. Search for "program synthesis" [1] to see a selection of work in this field. Generally programs are built from descriptions in formal languages whi

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Joseph Vidal-Rosset
2013/10/5 Fabrice Niessen > > I don't have experience with mathematics in Org nor in LaTeX. The problem you > point out does not seem to be related in any way to org-auctex-keys.el, though. > Yes, you are probably right. But the problem lies in the fact that org-mode syntax environment produces t

Re: [O] [PATCH] Small improvement of maintainability of link escaping

2013-10-05 Thread Michael Brand
Sorry, I attached the wrong patch (the other one that is waiting in another thread), here again. From 6d5f603058211ade3b5db118cb3a7d04fbf52a6e Mon Sep 17 00:00:00 2001 From: Michael Brand Date: Sat, 5 Oct 2013 15:00:25 +0200 Subject: [PATCH] Small improvement of maintainability of link escaping *

[O] [PATCH] Small improvement of maintainability of link escaping

2013-10-05 Thread Michael Brand
Hi all I would like to ask to review and apply the attached patch. It is to have a timely separatation from a related change that I will suggest with an ERT in a later patch: Just add "+" to org-link-escape-chars-browser. Michael From 119aad10f2144a1397f2b034bef46dc891dbae5a Mon Sep 17 00:00:00 2

Re: [O] AUCTeX key bindings within Org documents

2013-10-05 Thread Fabrice Niessen
Hi Joseph, Joseph Vidal-Rosset wrote: > Thanks a lot Fabrice for your package to get AUCTeX key binginds within > Org documents. You're welcome. Still a work in progress -- have to address the points of Nicolas, Suvayu and Marcin, among others. > Maybe I do not use it correctly by I want t

[O] org-mode export to html with png images

2013-10-05 Thread Joseph Vidal-Rosset
Hello everybody, I do not succeed to get correct results with exporting .png images for html files with specific formulas , for example, with #+OPTIONS: tex:dvipng the formula \begin{prooftree} \AxiomC{\scriptsize{1}} \noLine \UnaryInfC{[image: [\neg A \land A]]} \RightLabel{\scriptsize{[i

Re: [O] proposal for a tool to translate orgmode outlines into programs

2013-10-05 Thread Thorsten Jolitz
Isaac writes: Hi Isaac, > Thomas S. Dye tsdye.com> writes: > >> >> Aloha Isaac, >> >> This sounds to me a lot like literate programming, which can be >> accomplished in Org with very many languages, including ruby and python >> (but not lua, yet). See >> http://orgmode.org/worg/org-contrib/b