[O] bug#11700: bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2012-06-14 Thread Dov Grobgeld
On Thu, Jun 14, 2012 at 10:37 PM, Eli Zaretskii wrote: >> Date: Thu, 14 Jun 2012 21:10:46 +0300 >> From: Dov Grobgeld >> Cc: 11...@debbugs.gnu.org >> [stuff deleted] >> I tried inserting tabs into the buffer before the vertical bars, but >> after reordering it still didn't come out right. > > ???

[O] bug#11710: 24.1.50; Bidi attributes are not exported in org-mode html output

2012-06-14 Thread Dov Grobgeld
On Thu, Jun 14, 2012 at 10:42 PM, Eli Zaretskii > > [stuff deleted] > > Did you customize Emacs to dynamically determine the paragraph > direction in Org buffers?  By default they are forced to be > left-to-right. Yes, I changed that. Org-mode appears to me to work fine in dynamic Bidi mode, so I

Re: [O] new (LaTeX) exporter and date formatting

2012-06-14 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: >> The following patch should add the language option according to LANGUAGE >> keywords if babel package is explicitly loaded in preamble. > > I think this will be a great addition! Albeit a very limited one: guessed language in only added when babel package

Re: [O] [latex] Problems with old exporter (for Beamer) and with new exporter

2012-06-14 Thread Nicolas Goaziou
Hello, "Sebastien Vauban" writes: >>> With the new exporter, most things work. What does not work: >>> - macro does not get executed (no string in orange color), >> >> Macro are meant to produce contents, not to talk to back-ends. Every text >> they produce will be protected. > > Do you mean t

Re: [O] New Link Syntax: Adding ATTRIBUTES

2012-06-14 Thread Thomas S. Dye
William Crandall writes: > Hello Nicolas, > > Many thanks for expanded clarity, and a new direction. > > On Thu, Jun 14, 2012 at 2:51 AM, > Nicolas Goaziou wrote: > >> I understand your problem, but inserting ATTR_HTML >> keywords in a paragraph isn't possible anymore. I cannot >> allow that as

Re: [O] New Link Syntax: Adding ATTRIBUTES (Was: org-e-html: Including ATTR_HTML)

2012-06-14 Thread William Crandall
Hello Nicolas, Many thanks for expanded clarity, and a new direction. On Thu, Jun 14, 2012 at 2:51 AM, Nicolas Goaziou wrote: > I understand your problem, but inserting ATTR_HTML > keywords in a paragraph isn't possible anymore. I cannot > allow that as it would defeat a fundamental change in t

[O] bug#11710: 24.1.50; Bidi attributes are not exported in org-mode html output

2012-06-14 Thread Eli Zaretskii
> Date: Thu, 14 Jun 2012 21:20:17 +0300 > From: Dov Grobgeld > > When using bidi (bi-direction) reordering together with org-mode, all > paragraphs automatically become either RTL or LTR according to the > emacs' Bidi heuristic algorithm. Did you customize Emacs to dynamically determine the para

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2012-06-14 Thread Eli Zaretskii
> Date: Thu, 14 Jun 2012 21:10:46 +0300 > From: Dov Grobgeld > Cc: 11...@debbugs.gnu.org > > Do you think that you can provide some lisp code that builds the > buffer contents and the display properties for the three options that > ou refered to as an illustration? > > I tried inserting tabs int

[O] bug#11700: 24.1.50; Bad interaction between BiDi and org-tables

2012-06-14 Thread Dov Grobgeld
Do you think that you can provide some lisp code that builds the buffer contents and the display properties for the three options that ou refered to as an illustration? I tried inserting tabs into the buffer before the vertical bars, but after reordering it still didn't come out right. Regards, D

Re: [O] Bug: Line breaks in exported LaTeX code [7.8.11]

2012-06-14 Thread Eric S Fraga
Uffe Høgsbro Thygesen writes: > Hi Eric > > Thanks! No, I hadn't thought of that, silly me. > > It turns out that the following line in my .emacs caused the problems: > > (add-hook 'LaTeX-mode-hook 'longlines-mode) Interesting. I do not understand why longlines-mode should cause this problem.

Re: [O] Using Org for a dissertation

2012-06-14 Thread Eric S Fraga
Rasmus writes: > Eric Schulte writes: > >>> 1) Section labels and other in-document references. It's nice that >>> Org >>> generates these on export, but I need to be able to assign and use >>> labels that will not change if the document is reordered. I know I >>> can >>> simply add such label

Re: [O] on the go capture

2012-06-14 Thread Eric S Fraga
Sample Hampton writes: > Users, > > What do you use to capture when away from orgmode (in the car, on the > subway) and what system do you use to migrate those captures into > orgmode? Right now I just use a notebook and a pen--and it works > fairly well--but moving from notebook to org is certa

Re: [O] How can I set an event to occur every day except Saturday and Sunday between two given dates?

2012-06-14 Thread John Rakestraw
apologies -- neglected to include the list. Start of forwarded message From: li...@johnrakestraw.com To: Enda Subject: Re: [O] How can I set an event to occur every day except Saturday and Sunday between two given dates? Fcc: ~/spool/sent.spool Bcc: home

[O] How can I set an event to occur every day except Saturday and Sunday between two given dates?

2012-06-14 Thread Enda
I know how can I set an event to occur every day except Saturday and Sunday ** Daily meeting    <%%(memq (calendar-day-of-week date) '(1 2 3 4 5))> How can I set an event to occur every day except Saturday and Sunday between two given dates? Best wishes, Enda

Re: [O] white (hide)stars in black background terminal

2012-06-14 Thread Enda
From: Bastien To: Enda Cc: "emacs-orgmode@gnu.org" Sent: Wednesday, June 6, 2012 7:31 PM Subject: Re: white (hide)stars in black background terminal Hi Enda, Enda writes: >> When I open org-mode with hidestars in a TTY terminal I cannot see > >the > >s

Re: [O] emacs --batch without calling all the .el scripts

2012-06-14 Thread Enda
Enda writes: > emacs --batch --visit=index.org --funcall org-export-as-html-batch > > all the .el scripts in /etc/emacs/site-start.d/ get called which > takes > time, since all of these are unnecessary except 50org-mode.el, is > there is way to only load 50org-mode.el Bastien writes: >Unteste

[O] essentially turn off font-lock except for headings

2012-06-14 Thread Enda
How do you essentially turn off font-lock except for headings? Best wishes, Enda P.S. like Can there be an #+OPTION to stop comments and weblinks from being coloured and names of directories from being italised, /etc/ ?

[O] The best way to keep up-to-date with new features?

2012-06-14 Thread Enda
If you have read the manual, what is the best way to keep up-to-date with new features?, DiffPDFbetween the manual that was read and latest manual? Best wishes, Enda

Re: [O] on the go capture

2012-06-14 Thread Christopher J. White
I use Toodledo (http://toodledo.com). I've been working on org-toodledo.el that syncs todo items between an org file and the toodledo server. There are multiple other toodledo clients including one for the iPhone / iPad that work nicely. The system works pretty well for my needs (todo list m

[O] Stupid questions. this time: org-protocol

2012-06-14 Thread scrawler
Hey guys, Maybe there can be a subject-line label just for me: [O:sq] because I have a million of them. I really don't want to clutter up the list, though. I haven't used org-protocol yet. I've been staying away from it because it uses emacsclient, and my experience has caused me to dislike emacs

Re: [O] new (LaTeX) exporter and date formatting

2012-06-14 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > Andreas Leha writes: Ideally, in my opinion, the LaTeX-exporter would honor the "#+LANGUAGE: XX" setting and change the babel-settings accordingly >>> >>> That seems reasonable. Is there any translation table between language >>> symbols

Re: [O] [latex] Problems with old exporter (for Beamer) and with new exporter

2012-06-14 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" writes: > >> With the new exporter, most things work. What does not work: >> - macro does not get executed (no string in orange color), > > Macro are meant to produce contents, not to talk to back-ends. Every text > they produce will be pr

Re: [O] org-program-exists vs executable-find

2012-06-14 Thread Giovanni Ridolfi
Da: Sebastien Vauban Inviato: Venerdì 20 Aprile 2012 22:24 > Bastien wrote: >> If there is an equivalent of `which' on windows let me know, > Not that I know the command where [1][2] cheers, Giovanni [1] http://stackoverflow.com/questions/304319/is-there-an-equivalent-of-which-on-windows

Re: [O] Using Org for a dissertation

2012-06-14 Thread Rasmus
Eric Schulte writes: >> 1) Section labels and other in-document references. It's nice that >> Org >> generates these on export, but I need to be able to assign and use >> labels that will not change if the document is reordered. I know I >> can >> simply add such labels via a \label command, bu

Re: [O] Bug: Line breaks in exported LaTeX code [7.8.11]

2012-06-14 Thread Uffe Høgsbro Thygesen
Hi Eric Thanks! No, I hadn't thought of that, silly me. It turns out that the following line in my .emacs caused the problems: (add-hook 'LaTeX-mode-hook 'longlines-mode) So now I have commented that one out and the export works fine and has all the line breaks I had expected. I guess I will

Re: [O] new (LaTeX) exporter and date formatting

2012-06-14 Thread Nicolas Goaziou
Hello, Andreas Leha writes: >>> Side note: >>> Ideally, in my opinion, the LaTeX-exporter would honor the >>> "#+LANGUAGE: XX" >>> setting and change the babel-settings accordingly >> >> That seems reasonable. Is there any translation table between language >> symbols and Babel options? > > Not

Re: [O] org-e-html: Including ATTR_HTML: title="hover text"

2012-06-14 Thread Nicolas Goaziou
Hello, William Crandall writes: > I confess I am puzzled by the choice to drop the ability > to apply attributes to links. That's not a choice /per se/, merely an annoying side-effect of moving to an overall better paradigm. > Org input: > -- >

Re: [O] Checkboxes for description lists

2012-06-14 Thread Sebastien Vauban
Hello Nicolas, Nicolas Goaziou wrote: > "Sebastien Vauban" > writes: > >> It seems we can't put footnotes in the left part of the >> description. Is it intended? Could that restriction be removed? > > That's not really intended, and the fix is easy, but I have a question > first: how would it be

[O] org-capture: keeping window visible during date entry

2012-06-14 Thread Christoph Groth
Hello, I recently switched from remember to org's new capture facility which seems to work fine. However, an issue I already had with remember is still bothering me, perhaps someone knows a good solution: I often call org-capture from within a buffer containing some relevant context, for example