Re: [O] Org not preserving Python indent levels on LaTex export due to tabs

2014-02-13 Thread Samuel Wales
i can't seem to find the -i flag in the manual. perhaps i used the wrong search term? i looked in literal examples and in working with source code. i am using maint. also: - is there another flag to set org-src-preserve-indentation to nil? - will -i still work if org-src.preserve-indentati

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-13 Thread Samuel Wales
"[bug] [babel] babel corrupts undo history" On 2/13/14, Samuel Wales wrote: > Undo not working is a bug. I think we identified the bug on the > mailing list, but the fix was never implemented, although I think an > attempted fix was. > > I think it has to do with editing a source code block tryi

Re: [O] [Babel] Bug reading example blocks?

2014-02-13 Thread Samuel Wales
hi thomas, is this still a bug? samuel On 11/22/13, Thomas S. Dye wrote: > Aloha all, > > Responding to a query by Gary Oberbrunner, I tried to point out the use > of example blocks to name arbitrary pieces of text. What I found is that > the example block isn't passed whole to a babel source

Re: [O] Behavior of Org mode Babel code snippets with respect to M-q (fill-paragraph) and C-/ (undo)

2014-02-13 Thread Samuel Wales
Undo not working is a bug. I think we identified the bug on the mailing list, but the fix was never implemented, although I think an attempted fix was. I think it has to do with editing a source code block trying to do things with undo or undo-boundary. The fix is probably to rip out all undo-re

[O] conditionally color/format heading

2014-02-13 Thread Andreas Leha
Hi all, is it possible to dynamically change the color / typeface of headings? I would be interested to have all my headings with :noexport: tag to be darker, for instance. Regards, Andreas

[O] bug#4249: CUA + shift-select-mode; org-mode and CUA

2014-02-13 Thread Glenn Morris
Version: 24.4 David Reitter wrote: > CUA mode and shift-select-mode don't seem to be aware of each other. > > If I turn on CUA first, and then shift-select-mode, shifted selection > fails (e.g. shift-right marks only one character as region). > > Emacs -Q > (cua-mode 1) > (setq shift-select-mode

Re: [O] Emacs Mac Port

2014-02-13 Thread Haider Rizvi
Alan Schmitt writes: >> If you are on a Mac, you *should* start using this: >> >> https://github.com/railwaycat/emacs-mac-port >> >> I've been having some serious issues with the vanilla Cocoa Emacs lately >> on Mavericks, including a nasty memory leak that would somehow trigger >> distnoted and

Re: [O] Emacs Mac Port

2014-02-13 Thread Marcelo de Moraes Serpa
@Bastien Yeah, this is one of my favorite features. Check it out: http://screencast.com/t/RVd0wfTJzVt On Thu, Feb 13, 2014 at 3:25 AM, Bastien wrote: > Hi Alan, > > Alan Schmitt writes: > > > - smooth scrolling; > > I'm curious about this one -- any screencast demonstrating > this? Any hint o

Re: [O] copy title text string from #+TITLE field?

2014-02-13 Thread Nicolas Goaziou
Hello, Nick Dokos writes: > Peter Salazar writes: > >> Thanks. I do need it only on export, but even so, it doesn't seem to be >> working: >> >> http://i.imgur.com/1tMGaHz.png >> >> Again, it's inside an HTML code block. Not sure if there's a way to make it >> work inside that block? >> > > I

Re: [O] Training on how to program Emacs

2014-02-13 Thread Russell Adams
Ivan, You rock. I'm so glad to see someone offering paid training on Emacs! I hope you do well and are able to repeat the course. On Thu, Feb 13, 2014 at 06:17:53PM +0100, Ivan Kanis wrote: > Hello, > > I will give a 3 days training in Nantes on how to extend Emacs with > elisp. If there is in

Re: [O] Documentation error/bug regarding checkboxes

2014-02-13 Thread Nicolas Goaziou
Hello, Josiah Schwab writes: >> Actually I did it like this: >> >> + |foo >> + bar >> + baz >> >> If I do this instead, it works as you've said: >> >> |+ foo >> + bar >> + baz > > Ah, yes. I see now. I do not know if that's what is intended. Someone > who knows more about org internals will h

Re: [O] Using checkboxes: nested lists

2014-02-13 Thread jone...@teksavvy.com
On Thu, 13 Feb 2014 11:31:56 -0500, Charles Millar wrote : > This may be a solution for your purposes > > - [2/3] maintest >- [X] test2 >- [X] test3 >- [ ] test4 [1/2] > - [X] test4a > - [ ] test4b This works nicely - thanks.

[O] Training on how to program Emacs

2014-02-13 Thread Ivan Kanis
Hello, I will give a 3 days training in Nantes on how to extend Emacs with elisp. If there is interest I can talk also about org meta programming with org babel. The training date is from June, 30 to July, 2. I will speak in french (or English if everyone is comfortable with it). The maximum numb

Re: [O] Documentation error/bug regarding checkboxes

2014-02-13 Thread Josiah Schwab
> Actually I did it like this: > > + |foo > + bar > + baz > > If I do this instead, it works as you've said: > > |+ foo > + bar > + baz Ah, yes. I see now. I do not know if that's what is intended. Someone who knows more about org internals will have to chime in. Josiah

Re: [O] value of cell/spreadsheet as property value?

2014-02-13 Thread OSiUX
El jue, 13 feb 2014, Michael Brand decía: > Hi OSiUX > > On Thu, Feb 13, 2014 at 3:29 PM, OSiUX wrote: > > {+; %5.2f} > > Try %7.2f yes, now it works fine, thank you! -- :: Osiris Alejandro Gomez (OSiUX) os...@osiux.com.ar DC44 95D2 0D5D D544 FC1A F00F B308 A671 9237 D36C http://www.

Re: [O] Using checkboxes: nested lists

2014-02-13 Thread Charles Millar
jone...@teksavvy.com wrote: - [2/2] maintest - [X] test2 - [X] test3 - [1/2] test4 - [X] test4a - [ ] test4b This may be a solution for your purposes - [2/3] maintest - [X] test2 - [X] test3 - [ ] test4 [1/2] - [X] test4a - [ ] test4b Charlie Millar --- This

Re: [O] Emacs Mac Port

2014-02-13 Thread Damon Haley
> Marcelo de Moraes Serpa writes: > Hey guys, > If you are on a Mac, you *should* start using this: > https://github.com/railwaycat/emacs-mac-port +1 I swear by this port. A few other cool things it has: High resolution versions of tool bar icons and the splash screen image for Retina.

Re: [O] Behavior of M-q on comments in code blocks

2014-02-13 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Sebastien Vauban writes: > >> Though, I can't say whether the fact it does not work anymore is due to >> changes in Org or in my Emacs configuration. Any hint? > > Works fine here, surely something in your configuration. Fond the culprit: --8<---cut here-

Re: [O] Emacs Mac Port

2014-02-13 Thread Peter Davis
On Wed, Feb 12, 2014 at 09:26:42PM -0600, Marcelo de Moraes Serpa wrote: > Hey guys, > > If you are on a Mac, you *should* start using this: > > https://github.com/railwaycat/emacs-mac-port > > I've been having some serious issues with the vanilla Cocoa Emacs lately on > Mavericks, including a

Re: [O] value of cell/spreadsheet as property value?

2014-02-13 Thread Michael Brand
Hi OSiUX On Thu, Feb 13, 2014 at 3:29 PM, OSiUX wrote: > {+; %5.2f} Try %7.2f Michael

Re: [O] value of cell/spreadsheet as property value?

2014-02-13 Thread OSiUX
El mar, 11 feb 2014, Bastien decía: > Hi Michael, > > Michael Brand writes: > > > Cool, thank you. I added a sentence in org.texi to point out the > > dependency on the format specifier. > > Thanks for this, thanks for the patch, but I do not work for me :-( - Org-mode version 8.2.5h (releas

Re: [O] Emacs Mac Port

2014-02-13 Thread Bernd Haug
Hi Alan, On 13 February 2014 13:07, Alan Schmitt wrote: > I don't know how to make a screencast ... Somewhat off-topic, but just use Quicktime Player: File > New Screen Recording. I like to recode the resulting file afterwards using Handbrake, reducing resolution (and stripping the sound track

Re: [O] verbatim and apostrophes

2014-02-13 Thread Nick Dokos
Nick Dokos writes: > Alan Schmitt writes: > >> Hello Samuel, >> >> Samuel Wales writes: >> >>> org-emphasis-regexp-components >> >> Thank you for the suggestion. I'm trying to make sense of it: >> >> org-emphasis-regexp-components is a variable defined in `org.el'. >> Its value is (" ('\"{

Re: [O] verbatim and apostrophes

2014-02-13 Thread Nick Dokos
Alan Schmitt writes: > Hello Samuel, > > Samuel Wales writes: > >> org-emphasis-regexp-components > > Thank you for the suggestion. I'm trying to make sense of it: > > org-emphasis-regexp-components is a variable defined in `org.el'. > Its value is (" ('\"{" "- .,:!?;'\")}\\" "

Re: [O] copy title text string from #+TITLE field?

2014-02-13 Thread Nick Dokos
Peter Salazar writes: > Thanks. I do need it only on export, but even so, it doesn't seem to be > working: > > http://i.imgur.com/1tMGaHz.png > > Again, it's inside an HTML code block. Not sure if there's a way to make it > work inside that block? > I don't think so. The doc says "...which can

Re: [O] Emacs Mac Port

2014-02-13 Thread Alan Schmitt
Hi Bastien, Bastien writes: > Alan Schmitt writes: > >> - smooth scrolling; > > I'm curious about this one -- any screencast demonstrating > this? Any hint on what part of the Emacs display engine has > been improved to get this? I don't know how to make a screencast ... but what I refer to i

Re: [O] taskjuggler - using gaplength or gapduration

2014-02-13 Thread Christian Egli
Hi all frank writes: > One issue that I am having is regarding gaplength and gapduration for > tasks. Under the TJ3 syntax, the command would be > " depends !!PHII {gapduration 7w} ". > > I added gaplength and gapduration under ' Org Taskjuggler Valid Task > Attributes ' and added the following

[O] Get a list of tasks completed today

2014-02-13 Thread Sebastien Vauban
Hello, To get a list of tasks which I've completed today, I guess we must have: --8<---cut here---start->8--- (setq org-log-done t) ; default --8<---cut here---end--->8--- I mean: I guess it's more dangerous to try and pla

Re: [O] [BUG] `org-agenda-sorting-strategy' does not work in `tags-todo'

2014-02-13 Thread Sebastien Vauban
Hi Bastien, Bastien wrote: > Sebastien Vauban writes: > >>> Calendar for today >>> 2013-09-12 Thu >>> 5 d ago TODO 1Buy dog food >>> 4 d ago TODO 2Check weekend hours at the gym >>> 3 d ago TODO 3Do jogging >>> Deadline TODO 4

Re: [O] Emacs Mac Port

2014-02-13 Thread Bastien
Hi Alan, Alan Schmitt writes: > - smooth scrolling; I'm curious about this one -- any screencast demonstrating this? Any hint on what part of the Emacs display engine has been improved to get this? Thanks, -- Bastien

Re: [O] Emacs Mac Port

2014-02-13 Thread Alan Schmitt
Marcelo de Moraes Serpa writes: > Hey guys, > > If you are on a Mac, you *should* start using this: > > https://github.com/railwaycat/emacs-mac-port > > I've been having some serious issues with the vanilla Cocoa Emacs lately > on Mavericks, including a nasty memory leak that would somehow trigge