Re: [O] agenda: personal priority for today

2013-04-10 Thread Daniel Bausch
Hi, Am 11.04.2013 01:32, schrieb Bastien: > Hi Christopher, > > Christopher Allan Webber writes: > >> I wonder if we had a property that was basically sorting on very large >> numbers? When you add something to the agenda and there aren't any >> sorted items, it creates a property with some me

Re: [O] org-babel: two confirmations for org/HTML "macro"?

2013-04-10 Thread Achim Gratz
Bastien writes: > (Sorry, I pushed a fix for the compiler warning that your patch also > solves.) Not in master, though? > Achim Gratz writes: > >> Since the test suite doesn't really test confirmation at all, it would >> be nice if someone with a good variety of Babel calls could check if the >

[O] Patchwork?

2013-04-10 Thread Michael Gauland
I haven't been able to connect to the patchwork server mentioned on the Worg for the last couple of days. Is this link outdated, or is the server temporarily unavailable? Kind Regards, Mike Gauland

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Carsten Dominik
On 10.4.2013, at 22:16, "Sebastien Vauban" wrote: > Hi Carsten, > > Carsten Dominik wrote: >> On 10.4.2013, at 18:21, Eli Zaretskii wrote: From: Carsten Dominik On 10 apr. 2013, at 11:54, Suvayu Ali wrote: > This request is common enough; every time it comes up overlays are >>>

Re: [O] js-info problem

2013-04-10 Thread J. David Boyd
Bastien writes: > Hi David, > > da...@adboyd.com (J. David Boyd) writes: > >> I see an error in my message buffer when starting up: >> >> Problems while trying to load feature `org-jsinfo'. >> >> Any ideas how to fix this? I can't even find an org-jsinfo in the org >> source directory. > > There

Re: [O] [Help] Which function can get a head's context

2013-04-10 Thread Feng Shu
Thanks Bastien --

Re: [O] [Help] Which function can get a head's context

2013-04-10 Thread Bastien
Bastien writes: > (nth 4 (org-heading-components)) ... also (org-element-at-point) ! -- Bastien

Re: [O] [Help] Which function can get a head's context

2013-04-10 Thread Bastien
Hi Feng, Feng Shu writes: > #+begin_example > > * head1 :tag1: > > #+end_example > > How can I get 'head1' (nth 4 (org-heading-components)) See also C-h f org-get-heading RET HTH, -- Bastien

Re: [O] org-babel: two confirmations for org/HTML "macro"?

2013-04-10 Thread Bastien
Hi Achim, (Sorry, I pushed a fix for the compiler warning that your patch also solves.) Achim Gratz writes: > Since the test suite doesn't really test confirmation at all, it would > be nice if someone with a good variety of Babel calls could check if the > number of confirmations stay the same

[O] [Help] Which function can get a head's context

2013-04-10 Thread Feng Shu
#+begin_example * head1 :tag1: #+end_example How can I get 'head1' Feng Shu --

Re: [O] agenda: personal priority for today

2013-04-10 Thread Bastien
Hi Christopher, Christopher Allan Webber writes: > I wonder if we had a property that was basically sorting on very large > numbers? When you add something to the agenda and there aren't any > sorted items, it creates a property with some median-ish very large > number. As you move things up a

Re: [O] agenda: personal priority for today

2013-04-10 Thread Christopher Allan Webber
Bastien writes: > "John Wiegley" writes: > >> You'll have to change the positions of the items within the Org file itself. >> It would be great if there was a single key to do this and then very quickly >> update the agenda view. > > This is tempting in imagination but I think the real implementa

Re: [O] Bug: org-insert-heading-respect-content inserts at the wrong level if target heading is invisible [7.9.2 (release_7.9.2-883-g6fb36e.dirty @ /home/dlm/share/org-mode.git/lisp/)]

2013-04-10 Thread Bastien
Hi James, James Harkins writes: > On Tue, Mar 5, 2013 at 1:41 AM, Bastien wrote: >> There is some obscure issues here... I fixed various things in >> `org-insert-heading' in master, but inserting in invisible parts of >> the subtree is still unstable. So I went and used the workaround you >> s

Re: [O] agenda: personal priority for today

2013-04-10 Thread Bastien
"John Wiegley" writes: > You'll have to change the positions of the items within the Org file itself. > It would be great if there was a single key to do this and then very quickly > update the agenda view. This is tempting in imagination but I think the real implementation would be limited and

Re: [O] ctrl-enter and alt-enter behaviour in current org

2013-04-10 Thread Bastien
Hi Matt, Matt Price writes: > after updating to the current git version yesterday, I'm noticing a > change in keybindings. Previously, if I wasi n a ist inside a > headline: > > * Heading > - list item > - list item 2 > > Alt-Enter would create a new list item, while > Ctrl-Enter would create a

Re: [O] Highlighting bug with org-agenda-set-restriction-lock

2013-04-10 Thread Bastien
Hi Bernt, Bernt Hansen writes: > I definitely found the previous behaviour convenient. This should be fixed now. Let me know if it works as expected. Thanks, -- Bastien

Re: [O] evil-mode movement keys in the agenda?

2013-04-10 Thread Bastien
Hi Marcelo, Marcelo de Moraes Serpa writes: > Is there a way to setup the movement keys in the agenda to hjkl? You can play around with `org-agenda-mode-map'. -- Bastien

Re: [O] todo-state change: agenda buffer scrolls

2013-04-10 Thread Bastien
Hi Michael and John, "John Wiegley" writes: >> Michael Heinrich writes: > >> whenever I change the todo state of a task in the agenda this task becomes >> line 1 in my agenda buffer. This is really annoying for me. How can I >> change to the old behaviour where the agenda buffer is not sc

[O] failed execution of bibtex2html

2013-04-10 Thread Levy, Roger
Hi, I'm having trouble getting \cite commands to work within org-mode for HTML export -- I get the error "Executing bibtex2html failed" when I run org-export-as-html. I'm running Aquamacs 2.4 (based on GNU Emacs 23.3.50.1) and org-mode version 7.9.4. Any advice would be much appreciated! (Not

[O] [babel] Drop `:results code'?

2013-04-10 Thread Sebastien Vauban
Hello, Shouldn't we, for the sake of simplifying the multiple options, drop the support for `:results code'? It is completely redundant (though, less powerful) with `:wrap'. Best regards, Seb -- Sebastien Vauban

Re: [O] test-org-babel/inline-src-blocks FAILED

2013-04-10 Thread Sebastien Vauban
Hello Achim, Achim Gratz wrote: > Sebastien Vauban writes: >> I'm just trying to reuse ERT and run the tests on my (new, Bastien ;-)) >> machine. >> >> Results: >> >> Ran 372 tests, 371 results as expected, 1 unexpected (2013-04-10 >> 22:04:05+0200) >> 10 expected failures >> >> 1 unexpected resu

Re: [O] org-babel header documentation

2013-04-10 Thread Sebastien Vauban
Eric Schulte wrote: > Eric Abrahamsen writes: >> Eric Schulte writes: Exists on Worg? Sorry for my obtuseness, but I'm not finding it. >>> >>> http://orgmode.org/worg/org-contrib/babel/header-args.html >> >> Great! I just saw mention of the "wrap" header argument in another thread >> but tha

Re: [O] Emacs org-mode mailing list filter by category / tag?

2013-04-10 Thread Buddy Butterfly
Am 09.04.2013 13:02, schrieb Buddy Butterfly: > Hi Bastian, > > true ;-) > I just wanted to know the best method. > > Thanks, > Matt > > > > Am 09.04.2013 11:52, schrieb Bastien: >> Hi Buddy, >> >> Buddy Butterfly writes: >> >>> how to configure the group to subscribe to in gnus >>> directly

Re: [O] test-org-babel/inline-src-blocks FAILED

2013-04-10 Thread Achim Gratz
Sebastien Vauban writes: > Hello, > > I'm just trying to reuse ERT and run the tests on my (new, Bastien ;-)) > machine. > > Results: > > Ran 372 tests, 371 results as expected, 1 unexpected (2013-04-10 > 22:04:05+0200) > 10 expected failures > > 1 unexpected results: >FAILED test-org-babel/i

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Sebastien Vauban
Hi Carsten, Carsten Dominik wrote: > On 10.4.2013, at 18:21, Eli Zaretskii wrote: >>> From: Carsten Dominik >>> On 10 apr. 2013, at 11:54, Suvayu Ali wrote: This request is common enough; every time it comes up overlays are proposed as a solution. It would be good if this is availabl

Re: [O] [ox-latex] Bad default value for image width?

2013-04-10 Thread Nicolas Goaziou
Rasmus writes: > Perhaps. I'm not convinced. Since I didn't introduce this feature in new exporter (it was already in the previous one), it may be interesting to know the motivation of the person who originally introduced it. I think it was Bastien (Cc'ed). > If the float width is removed I ca

[O] test-org-babel/inline-src-blocks FAILED

2013-04-10 Thread Sebastien Vauban
Hello, I'm just trying to reuse ERT and run the tests on my (new, Bastien ;-)) machine. Results: --8<---cut here---start->8--- Ran 372 tests, 371 results as expected, 1 unexpected (2013-04-10 22:04:05+0200) 10 expected failures 1 unexpected results: FAILED

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Carsten Dominik
On 10.4.2013, at 18:21, Eli Zaretskii wrote: >> From: Carsten Dominik >> Date: Wed, 10 Apr 2013 12:16:28 +0200 >> Cc: emacs-orgmode@gnu.org >> >> >> On 10 apr. 2013, at 11:54, Suvayu Ali wrote: >> >>> On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: See "Side note"

Re: [O] agenda: personal priority for today

2013-04-10 Thread Samuel Wales
Yes, it is possible. I use priorities locally. That is, they sort in the outline and do not have global semantics. Therefore, they have no meaning in the agenda. Perhaps someday I will figure out how to remove the cookies from the agenda. You can do the opposite from me, using priorities only

Re: [O] Attributes on HTML tables?

2013-04-10 Thread Nicolas Goaziou
Hello, Christian Moe writes: > If I understand the question correctly, I think the union is the correct > answer, with provided attributes overwriting defaults for the same > attributes. > > In the example we started with, the defaults would create > > frame="hsides"> > > If the user specif

Re: [O] agenda: personal priority for today

2013-04-10 Thread John Wiegley
> Michael Heinrich writes: > I came from planner-mode and use kind of GTD also in org-mode. One > thing I still miss in org-mode is the flexibility of moving tasks up and > down on the today page. Hi Michael, planner author here and now org-mode user too. :) You'll have to change the posit

Re: [O] todo-state change: agenda buffer scrolls

2013-04-10 Thread John Wiegley
> Michael Heinrich writes: > whenever I change the todo state of a task in the agenda this task becomes > line 1 in my agenda buffer. This is really annoying for me. How can I > change to the old behaviour where the agenda buffer is not scrolled down? I'll second this, I just noticed this

[O] todo-state change: agenda buffer scrolls

2013-04-10 Thread Michael Heinrich
hi everyone, I use org 7.9.4 and I do not quite remember since which version I observe the following behaviour: whenever I change the todo state of a task in the agenda this task becomes line 1 in my agenda buffer. This is really annoying for me. How can I change to the old behaviour where the

[O] agenda: personal priority for today

2013-04-10 Thread Michael Heinrich
Hi everyone, I came from planner-mode and use kind of GTD also in org-mode. One thing I still miss in org-mode is the flexibility of moving tasks up and down on the today page. Typically I schedule the next actions for today which I want to do today so that they appear in my agenda buffer. The

Re: [O] org-babel: two confirmations for org/HTML "macro"?

2013-04-10 Thread Achim Gratz
Bastien writes: >> I can understand the first question, but why the second? > > A mystery to me too, perhaps either Eric or Nicolas may explain. That's because lob calls get wrapped internally in an anonymous emacs-lisp source block that then feeds through the result from the actual call as elisp.

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-10 Thread Dieter Wilhelm
Nicolas Goaziou writes: > Hello, > > Rick Frankel writes: > >> On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote: >>> Dieter Wilhelm writes: >>> > Or just using a default time string format which is language >>> > independent, like %Y-%m-%d. >>> >>> There's `org-html--timestamp-f

Re: [O] Is Mobile Org for iPhone dead?

2013-04-10 Thread Sean Escriva
Hi Bill, No, in fact it's very much alive. Because of the recent interest I created an issue for those that would like to track the status: https://github.com/MobileOrg/mobileorg/issues/24 thanks for the interest! -sean On Wed, Apr 10, 2013 at 9:59 AM, Bastien wrote: > Hi Bill, > > Bill Day w

[O] evil-mode movement keys in the agenda?

2013-04-10 Thread Marcelo de Moraes Serpa
Hi list, Is there a way to setup the movement keys in the agenda to hjkl? I use evil-mode with my org files, and when I open the agenda, I always have to remember not to use hjkl to move around, which is kind of annoying :) Cheers! - Marcelo.

Re: [O] Attributes on HTML tables?

2013-04-10 Thread François Pinard
Christian Moe writes: > XHTML is also fussy about quoting attribute values, and about escaping > special characters as HTML entities, including the ampersand (&), and > including inside attribute values. I'm guessing the exporter already > does the right thing here. Org can of course take care

Re: [O] [ox-latex] Bad default value for image width?

2013-04-10 Thread Rasmus
Nicolas, Nicolas Goaziou writes: >> It's a bad default for >> - Picture smaller than textwidth >> - Picture crafted to the document which shouldn't have a width. >> >> It's a decent solution for >> - pictures which are unintentionally larger than textwidth. But IMO >> it's my respon

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Eli Zaretskii
> From: Jambunathan K > Cc: Carsten Dominik , emacs-orgmode@gnu.org > Date: Wed, 10 Apr 2013 22:13:46 +0530 > > Eli Zaretskii writes: > > > I beg the Org developers to please be very careful when introducing > > expensive display features such as overlays into Org. Org already > > puts the Em

Re: [O] org babel problems with (org-babel-read "*R*")

2013-04-10 Thread Thomas Alexander Gerds
works again. thanks very much for fixing this so quickly! Eric Schulte writes: > Charles Berry writes: > >> Thomas Alexander Gerds biostat.ku.dk> writes: >> >>> >>> >>> after upgrading to the latest bleeding edge version I have problems >>> executing org-babel R blocks where the session i

Re: [O] [ox-html] bug in documentation of org-html-table-row-tags

2013-04-10 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >>> Sorry, but using this has quadratic complexity with the number of >>> rows... >> >> That's true. But that doesn't matter unless you plan to export thousand >> row tables. Anyway, patches welcome. > > I've been thinking about this… the way

Re: [O] Org as a static site generator

2013-04-10 Thread Bastien
"'Mash (Thomas Herbert)" writes: > I rolled my own called "Orgile". > > http://toshine.org/etc/orgile-emacs-org-mode-file-html-parser-php-publishing-tool/ Oh, nice! I added a pointer in Worg: http://orgmode.org/worg/org-tools/index.html -- Bastien

Re: [O] Is Mobile Org for iPhone dead?

2013-04-10 Thread Bastien
Hi Bill, Bill Day writes: > Just wondering. http://article.gmane.org/gmane.emacs.orgmode/70148 -- Bastien

[O] Is Mobile Org for iPhone dead?

2013-04-10 Thread Bill Day
Just wondering. -- Bill Day williamson@gmail.com

Re: [O] [ox-latex] Bad default value for image width?

2013-04-10 Thread Nicolas Goaziou
Hello, Rasmus writes: >> Set `org-latex-image-default-width' to "". > > But as my second email shows this still doesn't work with > captions. . . > > This exmample: > > #+BEGIN_SRC org > #+BEGIN_SRC emacs-lisp > (make-local-variable 'org-latex-image-default-width) > (setq org-latex-image-default

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Jambunathan K
Eli Zaretskii writes: > I beg the Org developers to please be very careful when introducing > expensive display features such as overlays into Org. Org already > puts the Emacs display engine to its limits in many of its popular > features; adding overlays to this mess might be too much. We sho

Re: [O] org-agenda-write taking very long (probably because of babel)

2013-04-10 Thread Bastien
Hi Karl and Achim, Achim Gratz writes: > I have worked with Karl to try and find what caused this change in > behaviour and it wasn't anything to do with my patch or even recently, > but the switch from the old to the new exporter framework for producing > the iCalendar files. The patch in ques

Re: [O] [ox-html] bug in documentation of org-html-table-row-tags

2013-04-10 Thread Achim Gratz
Nicolas Goaziou writes: >> Sorry, but using this has quadratic complexity with the number of >> rows... > > That's true. But that doesn't matter unless you plan to export thousand > row tables. Anyway, patches welcome. I've been thinking about this… the way I currently see it is that the row-numbe

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Eli Zaretskii
> From: Carsten Dominik > Date: Wed, 10 Apr 2013 12:16:28 +0200 > Cc: emacs-orgmode@gnu.org > > > On 10 apr. 2013, at 11:54, Suvayu Ali wrote: > > > On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: > >> > >> See "Side note" towards the end of this message > >> > >>http:

Re: [O] js-info problem

2013-04-10 Thread Bastien
Hi David, da...@adboyd.com (J. David Boyd) writes: > I see an error in my message buffer when starting up: > > Problems while trying to load feature `org-jsinfo'. > > Any ideas how to fix this? I can't even find an org-jsinfo in the org source > directory. There is no org-jsinfo.el file in Org

[O] js-info problem

2013-04-10 Thread J. David Boyd
I see an error in my message buffer when starting up: Problems while trying to load feature `org-jsinfo'. Any ideas how to fix this? I can't even find an org-jsinfo in the org source directory. Dave

Re: [O] phone links...

2013-04-10 Thread Michael Strey
FYI, I just posted the following mail to the MobileOrg mailing list. , | Hello, | | I'm using a contact data base inspired by org-contacts, where contact | details are stored in the properties drawer. | | First question: Are there any plans to show drawer content in the MobileOrg | read view

Re: [O] Bug: org-agenda-undo does not work on repeated tasks [7.9.3d (7.9.3d-dist @ /home/wlin/.emacs-lisp/org/lisp/)]

2013-04-10 Thread Bastien
Hi Wanrong, Wanrong Lin writes: > Emacs : GNU Emacs 23.3.1 (x86_64-pc-linux-gnu, GTK+ Version 2.24.5) > of 2011-08-14 on allspice, modified by Debian > Package: Org-mode version 7.9.3d (7.9.3d-dist @ > /home/myth/.emacs-lisp/org/lisp/) > > To reproduce: > > In an org agenda buffer, mark a task

Re: [O] need a org-contacts feature

2013-04-10 Thread Feng Shu
Torsten Wagner writes: > Hi, > > do I understand correct, that you want to enter the pinyin > transcription to search for the desired hànzì? It's right, but want I want to know is: how to hook this kind of function into org-contacts.el. But I find a simple way: add alias properties to org-cont

Re: [O] [BUG?] org-clone-subtree-with-time-shift

2013-04-10 Thread Bastien
Hi David, David Rogers writes: > Is this something where the default has been changed recently? This behavior is new in 8.0-pre -- when in doubts, check the next release notes: http://orgmode.org/Changes.html I'm still in the process of completing these notes for the next release, but this

Re: [O] Using a table value within the text (dynamic variable)?

2013-04-10 Thread 'Mash (Thomas Herbert)
On 2013-04-10 15:07+0200, Sebastien Vauban wrote: > "'Mash Thomas Herbert" wrote: > > OK thanks, I have never used Babel at all, but I believe I have found > > the inline use. > > > > src_lang[args]{code} > > > > So I thought... > > > > src_emacs-lisp[var: data=example-table[2:1]]{data} > > > > But

Re: [O] need a org-contacts feature

2013-04-10 Thread Torsten Wagner
Hi, do I understand correct, that you want to enter the pinyin transcription to search for the desired hànzì? Not sure whether this is possible. I guess you are aware of the emacs input methods?! A dictionary method like you describe might be doable with yasnippet. http://capitaomorte.github.io/ya

Re: [O] minor bug in babel with silent output and remote R session

2013-04-10 Thread Bastien
Hi Thomas, thanks for the follow-up. Thomas Alexander Gerds writes: > I think that I can describe the problem a bit better now. It is not > related to the silent option but occurs whenever ":results value". > > Emacs freezes due to the following line in > org-babel-comint-eval-invisibly-and-wai

Re: [O] org-babel: two confirmations for org/HTML "macro"?

2013-04-10 Thread Bastien
Hi Stefan, Stefan Vollmar writes: > When exporting this code (new exporter), I need two confirmations: > > Evaluate this org code block (html-ex1)... > Evaluate this emacs-lisp block... > > I can understand the first question, but why the second? A mystery to me too, perhaps either Eric or Nico

Re: [O] Is there a limit to number of entries in org-feed.el?

2013-04-10 Thread Bastien
Memnon Anon writes: > So, I can see no upper limit in the code at a first glance, and even if > there is one, it's not 70. I guess the upper limit is from the RSS feed itself: for dynamically created feed, it makes sense to have a limit. 2 cents, -- Bastien

Re: [O] converting people to Emacs and org-mode

2013-04-10 Thread Bastien
Hi, 42 147 writes: > However, on the issue of tutorials, I did save my entire IM logs. It might > be an interesting presentation technique -- to read a real, natural > step-by-step working through of Emacs with someone completely computer > illiterate. I would love to read something like this!

Re: [O] blank todo kw does not delete closed ts

2013-04-10 Thread Bastien
Hi Samuel, Samuel Wales writes: > Changing a doneified entry to blank todo state leaves a > closed ts. > > #+BEGIN_SRC org > ,* DONE doneify > CLOSED: [2013-04-09 Tue 14:11] > ,* now change to blank todo kw -- notice the closed ts > CLOSED: [2013-04-09 Tue 14:11] > #+END_SRC > > Perhaps

Re: [O] [PATCH] org-contacts.el, add alias properties

2013-04-10 Thread Bastien
Hi Feng, Feng Shu writes: > From 27f65b3939ca60ec7abf7d066b3aadfff44396a8 Mon Sep 17 00:00:00 2001 > From: Feng Shu > Date: Wed, 10 Apr 2013 21:05:15 +0800 > Subject: [PATCH] org-contacts.el, add name alias property. > > * contrib/lisp/org-contacts.el (org-contacts-alias-property): add new >

Re: [O] New exporter and dates in tables

2013-04-10 Thread Bastien
Hi all, Note that Org 8.0-pre comes with a new export option `org-export-with-planning' which handles the export of SCHEDULED / DEADLINE / CLOSED time-stamps. This used to be the job of org-export-with-timestamps. I guess many people who used (setq org-export-with-timestamps nil) now want (setq

[O] [PATCH] org-contacts.el, add alias properties

2013-04-10 Thread Feng Shu
>From 27f65b3939ca60ec7abf7d066b3aadfff44396a8 Mon Sep 17 00:00:00 2001 From: Feng Shu Date: Wed, 10 Apr 2013 21:05:15 +0800 Subject: [PATCH] org-contacts.el, add name alias property. * contrib/lisp/org-contacts.el (org-contacts-alias-property): add new varible (org-contacts-matcher): add org

Re: [O] New exporter and dates in tables

2013-04-10 Thread Carsten Dominik
This looks good to me - with my limited understanding of the exporter lingo. Thanks! - Carsten On 10 apr. 2013, at 14:43, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> Some people throw in time stamps often while they work, just >> as a little label, indicating that they

Re: [O] Using a table value within the text (dynamic variable)?

2013-04-10 Thread Sebastien Vauban
"'Mash Thomas Herbert" wrote: > OK thanks, I have never used Babel at all, but I believe I have found > the inline use. > > src_lang[args]{code} > > So I thought... > > src_emacs-lisp[var: data=example-table[2:1]]{data} > > But this does not work. src_emacs-lisp[:var data=example-table[2,1]]{dat

Re: [O] Some %elements in org-html-postamble-format became too "generous"

2013-04-10 Thread Nicolas Goaziou
Hello, Rick Frankel writes: > On Sun, Apr 07, 2013 at 09:00:27PM +0200, Nicolas Goaziou wrote: >> Hello, >> >> Rick Frankel writes: >> >> > On Sun, Apr 07, 2013 at 08:32:34PM +0200, Nicolas Goaziou wrote: >> >> Dieter Wilhelm writes: >> >> > Or just using a default time string format which i

Re: [O] New exporter and dates in tables

2013-04-10 Thread Nicolas Goaziou
Hello, Carsten Dominik writes: > Some people throw in time stamps often while they work, just > as a little label, indicating that they were working on this > at a specific date, or that the entry was created on a specific > date. Many people I know have a hook that throws in such a > time stam

Re: [O] converting people to Emacs and org-mode

2013-04-10 Thread Doug Lewan
John, Tutorials like the ones you mentioned would be very much appreciated. After 5 months of learning about org-mode I am definitely still a noob. The manual looks great if you've already got a foot in the door, but for me it's been hard to know what direction to start learning in. ,Douglas D

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Jambunathan K
> ;; set up highlighting of special patterns for Org mode only > (dolist (mode '(org-mode)) > (font-lock-add-keywords mode > `((,lvn/highlight-org-regexps 1 'lvn/highlight-face prepend hi-lock.el is for regexp based highlighting. facemenu.el is for one-off, case-by-case highligh

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Jambunathan K
Suvayu Ali writes: > On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: >> >> See "Side note" towards the end of this message >> >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14157#8 >> > > This request is common enough; every time it comes up overlays are > proposed as a

Re: [O] Using a table value within the text (dynamic variable)?

2013-04-10 Thread 'Mash (Thomas Herbert)
On 2013-04-10 13:16+0200, Sebastien Vauban wrote: > "'Mash Thomas Herbert" wrote: > > I was wondering if it was possible at all to use like a "variable" within a > > document that would reference a table cell, and could then be > > dynamically updated when the table cell was? > > > > The reason I a

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Jambunathan K
Carsten Dominik writes: > On 10 apr. 2013, at 11:54, Suvayu Ali wrote: > >> On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: >>> >>> See "Side note" towards the end of this message >>> >>>http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14157#8 >>> >> >> This request is com

Re: [O] [ox-latex] Bad default value for image width?

2013-04-10 Thread Rasmus
Nicolas, >> I don't like that tikz figures are wrapped in a resize box. > > Set `org-latex-image-default-width' to "". But as my second email shows this still doesn't work with captions. . . This exmample: #+BEGIN_SRC org #+BEGIN_SRC emacs-lisp (make-local-variable 'org-latex-image-default-wi

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Carsten Dominik
On 10 apr. 2013, at 13:20, "Sebastien Vauban" wrote: > Carsten Dominik wrote: >> On 10 apr. 2013, at 12:48, Suvayu Ali wrote: >>> On Wed, Apr 10, 2013 at 12:16:28PM +0200, Carsten Dominik wrote: On 10 apr. 2013, at 11:54, Suvayu Ali wrote: > On Wed, Apr 10, 2013 at 09:32:44AM +0530,

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Sebastien Vauban
Carsten Dominik wrote: > On 10 apr. 2013, at 12:48, Suvayu Ali wrote: >> On Wed, Apr 10, 2013 at 12:16:28PM +0200, Carsten Dominik wrote: >>> On 10 apr. 2013, at 11:54, Suvayu Ali wrote: On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: > > See "Side note" towards the e

Re: [O] Bug: New exporter and latex table export with floats in engineering notation [8.0-pre (release_8.0-pre-355-g0480d0 @ /appl/org-mode/lisp/)]

2013-04-10 Thread Dieter Wilhelm, H.
2013/4/10 Nicolas Goaziou : > Hello, > > Dieter Wilhelm writes: > >> please try to latexport the following table with the latest and greatest >> >> | 3E5 | 3.2e3 | 3.3E-4| >> >> and you will still receive this output >> >> \begin{tabular}{rrr} >> 3\,(5) & 3.2\,(3) & 3.3\,(-4)\\ >> \end{tabular} >>

Re: [O] Using a table value within the text (dynamic variable)?

2013-04-10 Thread Sebastien Vauban
"'Mash Thomas Herbert" wrote: > I was wondering if it was possible at all to use like a "variable" within a > document that would reference a table cell, and could then be > dynamically updated when the table cell was? > > The reason I ask is that I would like to have have tabular data held > in an

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Carsten Dominik
On 10 apr. 2013, at 12:48, Suvayu Ali wrote: > Hi Carsten, > > On Wed, Apr 10, 2013 at 12:16:28PM +0200, Carsten Dominik wrote: >> >> On 10 apr. 2013, at 11:54, Suvayu Ali wrote: >> >>> On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: See "Side note" towards the end

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Suvayu Ali
Hi Carsten, On Wed, Apr 10, 2013 at 12:16:28PM +0200, Carsten Dominik wrote: > > On 10 apr. 2013, at 11:54, Suvayu Ali wrote: > > > On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: > >> > >> See "Side note" towards the end of this message > >> > >>http://debbugs.gnu.org/

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Torsten Wagner
Hmmm as application an ambient-light org-mode coloring just joking Torsten On 10 April 2013 12:16, Carsten Dominik wrote: > > On 10 apr. 2013, at 11:54, Suvayu Ali wrote: > > > On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: > >> > >> See "Side note" towards the end

[O] Using a table value within the text (dynamic variable)?

2013-04-10 Thread 'Mash (Thomas Herbert)
I was wondering if it was possible at all to use like a "variable" within a document that would reference a table cell, and could then be dynamically updated when the table cell was? The reason I ask is that I would like to have have tabular data held in another document and then write my document

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Carsten Dominik
On 10 apr. 2013, at 11:54, Suvayu Ali wrote: > On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: >> >> See "Side note" towards the end of this message >> >>http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14157#8 >> > > This request is common enough; every time it comes up o

Re: [O] converting people to Emacs and org-mode

2013-04-10 Thread Suvayu Ali
My comment is off topic here, but couldn't help it ... On Tue, Apr 09, 2013 at 07:59:08PM -0400, 42 147 wrote: > It was very interesting psychologically to remind oneself of this state of > mind. To most people a program is a shortcut icon on the desktop, not a > bunch of disparate files that coal

Re: [O] Enriched/Org is a colorful Org

2013-04-10 Thread Suvayu Ali
On Wed, Apr 10, 2013 at 09:32:44AM +0530, Jambunathan K wrote: > > See "Side note" towards the end of this message > > http://debbugs.gnu.org/cgi/bugreport.cgi?bug=14157#8 > This request is common enough; every time it comes up overlays are proposed as a solution. It would be good if t

Re: [O] Is there a limit to number of entries in org-feed.el?

2013-04-10 Thread Memnon Anon
Memnon Anon writes: > ,[ M-x org-feed-update-all; Example output *Messages* ] [...] > | 2 new entries from 6 feeds > ` And in a previous run, I got: 72 new entries from 6 feeds So, I can see no upper limit in the code at a first glance, and even if there is one, it's not 70. Memnon

Re: [O] Is there a limit to number of entries in org-feed.el?

2013-04-10 Thread Memnon Anon
Aditya Mandayam writes: > I tried using org-feed: > > http://orgmode.org/worg/org-contrib/org-feed.html > > and it returns "70 entries" when I try to update. Is there a limit to > the amount it can pull? Or is it me? FWIW, with a quick test, I can't reproduce that. Some more information about yo

Re: [O] Org as a static site generator

2013-04-10 Thread 'Mash (Thomas Herbert)
On 2013-04-01 13:12+0200, David Engster wrote: > I'd like to use Org as a static site generator. I know quite a few > people use Org to manage their sites, so I'd like to know what's already > available and what I'd need to add to make this working properly. > > I know of course how to export a bun

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Fabrice Popineau
2013/4/10 Rainer M. Krug > > It gives me something to think about... > > You might have a look here too : git://github.com/bateast/google-calendar It provides the ability to retrieve your Google Calendar by using their API, not caldav. Thanks to Baptiste Fouques. Fabrice

Re: [O] [babel] Bugs for Emacs Lisp code blocks

2013-04-10 Thread Sebastien Vauban
Hi Eric, "Sebastien Vauban" wrote: > Eric Schulte wrote: >> "Sebastien Vauban" writes: >>> Eric Schulte wrote: Emacs Lisp is an exception in terms of colname processing, it has default header arguments set to pass column names through to the code block, where the processing may be

Re: [O] MobileOrg app not available in the Belgian App Store?

2013-04-10 Thread Guido Van Hoecke
Sean Escriva writes: > Hi All, > > I'm the current maintainer for the MobileOrg github repo. I'm > currently working on getting the app back in the app store as soon as > possible. Within 2 weeks depending on the review process, according to > the previous maintainer that's where it got hung up b

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Rainer M. Krug
Torsten Wagner writes: > Hi Rainer, > > I have to agree with Rasmus, the question is, do you really want to > sync to google calendar or do you want to sync your smartphone > calendar (most likely an Android-based phone) with org-mode? No - iPad and hopefully soon iPhone. But also web access

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Rainer M. Krug
"Sebastien Vauban" writes: > Hi Rainer, > > Rainer M. Krug wrote: >> PS: org-unrelated gnus questions: >> >> 1) how can I insert these [1] footnotes in message-mode? > > See org-footnote. > >> 2) how can I "quote" or "enclose" a block with these brackets in acsii code? > > In Gnus, C-c M-m (that

Re: [O] Google calendar sync - what is recommended?

2013-04-10 Thread Rainer M. Krug
Eric S Fraga writes: > "Rainer M. Krug" writes: > > [...] > >> discussion recently which I did not follow to closely. Which approach is >> the recommended / most stable approach in syncing google calendar with >> org? > > We are in a state of flux. For quite a while, I used a two way > upload/d