Re: [O] [WORG] How to ediff folded Org files?

2013-04-09 Thread Christian Egli
Michael Brand writes: > But instead of the above I use this for ediff generally, it persists > in Org mode: > > #+BEGIN_SRC emacs-lisp > (add-hook 'ediff-prepare-buffer-hook 'f-ediff-prepare-buffer-hook-setup) > (defun f-ediff-prepare-buffer-hook-setup () > ;; specific modes > (cond (

Re: [O] phone links...

2013-04-09 Thread Michael Strey
Robert, On Mo, Apr 08, 2013 at 09:44:12 -0500, Robert Goldman wrote: > Michael Strey wrote: > > Currently org-phone.el as well as my org-dial.el are incompatible with > > org-contacts. The only idea behind my proposal was to make the contributors > > of both packages aware of each other. > > Can

Re: [O] [BUG] org-clock-in menu scrolls off the top of the window

2013-04-09 Thread Sebastien Vauban
Hi Bernt Hansen, Bernt Hansen wrote: > "Sebastien Vauban" writes: >> Bernt Hansen wrote: >>> Another change I've noticed in master is the display of the clocking >>> task menu when doing >>> >>> C-u M-x org-clock-in >>> >>> I've reduced my clocking menu items a bit due to screen size changes and >

Re: [O] [NEW] navi-mode for org files

2013-04-09 Thread Thorsten Jolitz
Charles Berry writes: >> (6. Want more? >> - check the 'navi-menu' for more commands >> - type 'h' to see the (customizable) user-defined keyword-searches and >> their keybindings > > 'h' in the *Navi:myfile.org* buffer returns an error. > > underline-line-with is not found. I could not find it b

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

2013-04-09 Thread Buddy Butterfly
Hi Bastien, thanks for the info. This is indeed a good proposal. I will switch to the newsgroup for reading. Thanks a lot and best regards, Matt Am 08.04.2013 21:21, schrieb Bastien: > Hi Matt, > > Buddy Butterfly writes: > >> obviously this is a very active forum. >> But due to the activity

Re: [O] [NEW] navi-mode for org files

2013-04-09 Thread Thorsten Jolitz
Charles Berry writes: > Thorsten Jolitz gmail.com> writes: > >> >> Charles Berry ucsd.edu> writes: >> >> > ` >> >> > >> >> > I cannot seem to get this to work. If I try to execute >> >> > >> >> > ;; # #+begin_src emacs-li

[O] converting people to Emacs and org-mode

2013-04-09 Thread 42 147
Hello mailing list, This might be considered off-topic. The question is the title: have you been able to convert many people to Emacs / org-mode? Are converts all programmers, or those versed in programming? -- Or have you converted non-programmers, e.g., anyone who edits text for a living? It'

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

2013-04-09 Thread Thomas Alexander Gerds
Hi Bastien 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-wait-for-file (while (not (file-exists-p file)) (sit-for (or period 0

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

2013-04-09 Thread Sebastien Vauban
Hi Eric, Eric Schulte wrote: > "Sebastien Vauban" writes: >> 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

Re: [O] export parameters in ORG file

2013-04-09 Thread Rainer Stengele
Am 08.04.2013 15:07, schrieb Suvayu Ali: > On Mon, Apr 08, 2013 at 02:24:52PM +0200, Nicolas Goaziou wrote: >> Hello, >> >> Rainer Stengele writes: >> >>> please help me understand. I do not see "#" in the exporter menu and it >>> does not do anything. >>> Org-mode version 8.0-pre (release_8.0-pr

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

2013-04-09 Thread Suvayu Ali
On Tue, Apr 09, 2013 at 04:10:07AM -0400, 42 147 wrote: > Anyway, apologies if this seems to clutter the already highly active > mailing list. But I do think questions of proselytization (because we > /are/ talking religion here) is important. I would say Org-mode users form the moderate demograph

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

2013-04-09 Thread Eric Abrahamsen
Suvayu Ali writes: > On Tue, Apr 09, 2013 at 04:10:07AM -0400, 42 147 wrote: >> Anyway, apologies if this seems to clutter the already highly active >> mailing list. But I do think questions of proselytization (because we >> /are/ talking religion here) is important. > > I would say Org-mode user

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

2013-04-09 Thread Thorsten Jolitz
42 147 writes: > This might be considered off-topic. Maybe not? I know of a fantastic Lisp dialect and web/database programming-environment out there , | PicoLisp | http://picolisp.com/5000/!wiki?home ` that suffers exact

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

2013-04-09 Thread Carsten Dominik
On 9 apr. 2013, at 10:10, 42 147 wrote: > > Hello mailing list, > > This might be considered off-topic. > > The question is the title: have you been able to convert many people to > Emacs / org-mode? Are converts all programmers, or those versed in > programming? -- Or have you converted non-

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

2013-04-09 Thread Carsten Dominik
On 9 apr. 2013, at 10:46, Thorsten Jolitz wrote: > 42 147 writes: > >> This might be considered off-topic. > > Maybe not? I know of a fantastic Lisp dialect and > web/database programming-environment out there > > , > | PicoLisp > | http://picolisp.com/50

[O] clocking in sub-second accuracy

2013-04-09 Thread Rainer M. Krug
Hi I want to use the org-mode format for logging the progress of a simulation, which works ncely at the moment. I get the following output: * [2013-04-09 10:19:22] *BEGIN* - begin initfunc ** [2013-04-09 10:19:22] *BEGIN* - Random Initialisation - [2013-04-09 10:19:22] Sys.time() : 1365495562.47

[O] New exporter and latex table export with floats in engineering notation

2013-04-09 Thread Dieter Wilhelm, H.
Hi (), with 8.0pre I'm currently getting strange results when exporting to latex a table with the following notations | -7.8E-2 | \(-7.8e-2\)| what shall I do? The only thing I manage in this situation is | -7.8 10^-2 | but this is unhandy especially when importing floats... -- Best wishes

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

2013-04-09 Thread Buddy Butterfly
Hi, how to configure the group to subscribe to in gnus directly (.emacs file)? When configuring news.gmane.org as server gnus hangs for long time and server closes connection. I guess it times out requesting all groups. Cheers, Matt Am 08.04.2013 21:21, schrieb Bastien: > Hi Matt, > > Buddy But

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

2013-04-09 Thread Bastien
Hi John, interesting topic. My take on this is that *individual* attempts can be deceptive (for reasons that Suvayu raised), but *collective* attempts are always somehow successful. By "individual attempts" I mean face-to-face demos and preaching, which can help some Emacs users discover how the

Re: [O] New exporter and latex table export with floats in engineering notation

2013-04-09 Thread Bastien
Hi Dieter, "Dieter Wilhelm, H." writes: > with 8.0pre I'm currently getting strange results when exporting to > latex a table with the following notations > > | -7.8E-2 | \(-7.8e-2\)| Please let us know what is the result, otherwise we cannot see what is "strange". Thanks! PS: http://orgmode.

Re: [O] clocking in sub-second accuracy

2013-04-09 Thread Bastien
Hi Rainer, rai...@krugs.de (Rainer M. Krug) writes: > My question: can I get resolution of less then a second? Not for clocks, sorry! -- Bastien

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

2013-04-09 Thread Bastien
Hi Dieter, Dieter Wilhelm writes: > Nicolas Goaziou writes: >> Then what about this patch? > > Could someone please point me to the docu for applying patches within > Emails. I think Bastien has written about keyboard shortcuts for doing > this but I can't find his Email... 1. Save the patch

Re: [O] phone links...

2013-04-09 Thread Feng Shu
Michael Strey writes: > Robert, > > On Do, Apr 04, 2013 at 09:38:48 -0500, Robert P. Goldman wrote: > > [...] > >> I will be happy to include this into contrib (and do the relevant >> assignment) at any time when people think that it is sufficiently ready >> to go. I have been testing it in cont

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

2013-04-09 Thread Bastien
Hi Buddy, Buddy Butterfly writes: > how to configure the group to subscribe to in gnus > directly (.emacs file)? When configuring news.gmane.org as server > gnus hangs for long time and server closes connection. > I guess it times out requesting all groups. Please take this discussion to the Gn

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

2013-04-09 Thread Russell Adams
My experience has been that after watching me manage a project in Org for a few weeks, I have customers beg me to help them install it on their PC. I've had quite a few converts through working together and by example. My $0.02. Thanks. ---

[O] need a org-contacts feature

2013-04-09 Thread Feng Shu
org-contacts is very useful, but it can't be work well with CJK users for CJK input method, I need a feature like this: 1. If I search string "你好" ,the result will be: "你好" 2. if I have a dict function in which there is '("nihao" "你好") or '("nh" "你好") 3. the feature I expect is like: when

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

2013-04-09 Thread Moritz Ulrich
I'm interested in the article too. Maybe you can arrange something with the editors if even the creator of org-mode is interested in the article? On Tue, Apr 9, 2013 at 10:51 AM, Carsten Dominik wrote: > > On 9 apr. 2013, at 10:46, Thorsten Jolitz wrote: > >> 42 147 writes: >> >>> This might b

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

2013-04-09 Thread Thorsten Jolitz
Moritz Ulrich writes: > I'm interested in the article too. Maybe you can arrange something > with the editors if even the creator of org-mode is interested in the > article? I already sent the pdf version of the magazine in a PM to the creator of Org-mode so he can decide if its worth the pain c

Re: [O] clocking in sub-second accuracy

2013-04-09 Thread Rainer M. Krug
Bastien writes: > Hi Rainer, > > rai...@krugs.de (Rainer M. Krug) writes: > >> My question: can I get resolution of less then a second? > > Not for clocks, sorry! <#secure method=pgpmime mode=sign> Pitty. But is there an option to set clocktables to show seconds? If I create a clock table, it on

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

2013-04-09 Thread Stefan Vollmar
Dear Bastien, On 07.04.2013, at 23:23, Bastien wrote: > [...] I pushed a fix which preserves the spirit of the previous option, > but with more variables to check against. I know this is not the > most user-friendly we can do here, but at least it is consistent > with what the code allows. Tha

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

2013-04-09 Thread 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 (.emacs file)? When configuring news.gmane.org as server >> gnus hangs for

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

2013-04-09 Thread Torsten Wagner
Hi, If I show org-mode to someone and if he/she points out the ugly graphic I stop at that point. If the reaction is more like "Hey how did you do that?" I might have a potential candidate. Thus, for me it comes down to two groups the once who need a graphical pleasant system which hides away all t

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

2013-04-09 Thread Bastien
Hi Thorsten, Thorsten Jolitz writes: > I already asked the editors - legally it would be possible to republish > on Worg. I'll ask them again if its allowed to cut the fully formated > article from the magazine-pdf and upload this 4 page pdf on Worg. Better to add it somewhere else and create

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

2013-04-09 Thread Bastien
Hi Stefan, Stefan Vollmar writes: > should probably be: > > (setq org-html-table-row-tags > (cons '(cond (top-row-p "") >(bottom-row-p "") >(t "")) > "")) Of course, you're right, I fixed this. > This is already very useful. However, in

Re: [O] clocking in sub-second accuracy

2013-04-09 Thread Bastien
rai...@krugs.de (Rainer M. Krug) writes: > But is there an option to set clocktables to show seconds? Nope, sorry. -- Bastien

[O] new exporter and plain text table export alignment

2013-04-09 Thread maxco . tr
Hi all I use org tables to estimate construction projects. I frequently use simple math within a table cell to help me remember what I was thinking when I entered the data. It seems that the new exporter does not align plain text exports in some of these situations. I only use plain text and ht

Re: [O] Listing clock time in 'timeline' order

2013-04-09 Thread Bastien
Hi Giorgos, "Giorgos Keramidas" writes: > Do you think such a feature is possible org-mode? It is not possible at the moment. There is the option `org-clock-clocktable-formatter' that allows you to define your own function for formatting clocktables, so in theory you could scratch from there

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

2013-04-09 Thread Stefan Vollmar
Dear Bastien, On 09.04.2013, at 13:46, Bastien wrote: >> (setq org-html-table-row-tags >> (cons '(cond (top-row-p "") >> (bottom-row-p "") >> (t "")) >>"")) > > Of course, you're right, I fixed this. great, thanks! >> This is already very us

[O] [PATCH] Normalize the construction of outline-container DIV ID

2013-04-09 Thread Francesco Pizzolante
Hi, I found that, when exporting to HTML, outline-container IDs are not always built the same way: - if the headline has an Org ID it is build using that ID: outline-container-ID; - if the headline does not have an Org ID, then the outline-container DIV will use the headline number instead (

Re: [O] phone links...

2013-04-09 Thread Robert Goldman
Michael Strey wrote: > Robert, > > On Mo, Apr 08, 2013 at 09:44:12 -0500, Robert Goldman wrote: >> Michael Strey wrote: >>> Currently org-phone.el as well as my org-dial.el are incompatible with >>> org-contacts. The only idea behind my proposal was to make the contributors >>> of both packages a

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

2013-04-09 Thread Eric Abrahamsen
Russell Adams writes: > My experience has been that after watching me manage a project in Org > for a few weeks, I have customers beg me to help them install it on > their PC. I've had quite a few converts through working together and > by example. Perhaps the web incarnations of org could help

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Michael Brand
On Tue, Apr 9, 2013 at 5:31 AM, Nick Dokos wrote: > You can turn on formula debugging with C-c { and then you'd > see that in Pancho's case, the list is ("") i.e. a list containing the > empty string - a list of length 1. That might qualify as a bug (or not) This issue is part of some old bugs th

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Michael Brand
Hi Gunnar On Tue, Apr 9, 2013 at 1:57 AM, Gunnar Wolf wrote: > #+tblfm: @2$8..@5$8='(length > '($3..$7))::@6$2=vmean($3..$7);%.2f::@6$3..@6$7='(length > '(@2..@5))::@6$8=vmean(@2..@5);%.2f I would use #+TBLFM: $8 = vlen($3..$7) :: @>$2 = vmean($3..$7); E %.2f :: @>$3..@>$7 = vlen(@II..@III)

Re: [O] New exporter and dates in tables

2013-04-09 Thread Carsten Dominik
On 8 apr. 2013, at 21:49, Nicolas Goaziou wrote: > Hello, > > Carsten Dominik writes: > >> On 8 apr. 2013, at 13:27, Bernt Hansen wrote: >> >>> Nicolas Goaziou writes: >>> Bernt Hansen writes: > I have subtrees with inactive timestamps in the text indicating when > som

Re: [O] new exporter and plain text table export alignment

2013-04-09 Thread Nicolas Goaziou
Hello, maxco...@gmail.com writes: > I use org tables to estimate construction projects. I frequently use > simple math within a table cell to help me remember what I was > thinking when I entered the data. > > It seems that the new exporter does not align plain text exports in > some of these si

Re: [O] [BUG?] [ox-latex] tables and inline-math doesn't seem to work

2013-04-09 Thread Nicolas Goaziou
Hello, Rasmus writes: > A bug seems to have emerged wrt inline-math and org tables. Indeed. Thank you for reporting it. It should be fixed. > I guess it might be from when we dropped the '"' around :attributes, > but I haven't tested this. Good guess. Regards, -- Nicolas Goaziou

Re: [O] new exporter and plain text table export alignment

2013-04-09 Thread Maxco . tr
Nicolas Goaziou writes: > > Thank you for the detailed report. Unfortunately (or fortunately), > I cannot reproduce it with Org-mode version 8.0-pre > (release_8.0-pre-333-g728c69). > > What version do you use? > > > Regards, the same, (release_8.0-pre-333-g728c69) I was afraid of that. Thanks

Re: [O] Listing clock time in 'timeline' order

2013-04-09 Thread Giorgos Keramidas
On 2013-04-09 13:56, Bastien wrote: > Hi Giorgos, > > "Giorgos Keramidas" writes: > > > Do you think such a feature is possible org-mode? > > It is not possible at the moment. > > There is the option `org-clock-clocktable-formatter' that allows you > to define your own function for formatting clo

Re: [O] Listing clock time in 'timeline' order

2013-04-09 Thread Bastien
Giorgos Keramidas writes: > The time-ordered output of the agenda, visible with `C-c a a l' is > already so close to what I wanted that the changes should be pretty > minimal. Indeed! I should have mentioned that first. -- Bastien

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

2013-04-09 Thread Thomas Alexander Gerds
after upgrading to the latest bleeding edge version I have problems executing org-babel R blocks where the session is named *R*. the error is this: ELISP> (org-babel-read "*R*") *** Eval error *** Symbol's value as variable is void: *R* did I miss any conventions or is this a bug? cheers thoma

Re: [O] phone links...

2013-04-09 Thread Michael Strey
On Tue, Apr 09, 2013 at 07:19:35AM -0500, Robert Goldman wrote: [...] > Again, I am not an org-contacts user, so this may be a stupid question, > but how does org-contacts "know" when it has a contact? I am looking at > the sample record you present above, and it looks just like an org-mode > he

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

2013-04-09 Thread Gunnar Wolf
42 147 dijo [Tue, Apr 09, 2013 at 04:10:07AM -0400]: > > Hello mailing list, > > This might be considered off-topic. > > The question is the title: have you been able to convert many people to > Emacs / org-mode? Are converts all programmers, or those versed in > programming? -- Or have you conv

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
Nick Dokos dijo [Mon, Apr 08, 2013 at 11:31:14PM -0400]: > You can turn on formula debugging with C-c { and then you'd > see that in Pancho's case, the list is ("") i.e. a list containing the > empty string - a list of length 1. That might qualify as a bug (or not) but > > you can easily work aro

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

2013-04-09 Thread Nicolas Goaziou
Hello, Bastien writes: >> This is already very useful. However, in addition to >> rowgroup-number, top-row-p and bottom-row-p it would be really >> helpful to have a row counter variable. Is this difficult to >> implement (I honestly tried but did not see an obvious way)? > > I think it is non-t

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

2013-04-09 Thread Aditya Mandayam
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?

[O] Sync orgmode with toodledo

2013-04-09 Thread Rainer M. Krug
Hi I remember that there was a discussion about synchronizing toodledo with org, and I found the following https://github.com/christopherjwhite/org-toodledo . I just wanted to confirm if there is a build-in possibility (which I have overlooked) which can be used to sync org with toodledo. Also:

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Nick Dokos
On Tue, Apr 9, 2013 at 10:55 AM, Gunnar Wolf wrote: > > > Try this: > > > > #+CAPTION: Attendances for April > > |-+---+---+---+---+---++---| > > | Account | Name | 1 | 3 | 5 | 8 | 10 | Total | > > |-+---+---+---+---+---++---

[O] Google calendar sync - what is recommended?

2013-04-09 Thread Rainer M. Krug
Hi As you might guess from my recent mails, I am moving away from thunderbird to org-mode. After having my emails covered and fighting with the addressbook (using goobokk as described here http://notmuchmail.org/emacstips/#index15h2 but would like to move to ASynK https://karra-asynk.appspot.com/

Re: [O] new exporter and plain text table export alignment

2013-04-09 Thread Maxco . tr
maxco...@gmail.com writes: > Nicolas Goaziou writes: >> >> Thank you for the detailed report. Unfortunately (or fortunately), >> I cannot reproduce it with Org-mode version 8.0-pre >> (release_8.0-pre-333-g728c69). >> >> What version do you use? >> >> >> Regards, > > the same, (release_8.0-pre-3

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
Michael Brand dijo [Tue, Apr 09, 2013 at 02:40:06PM +0200]: > On Tue, Apr 9, 2013 at 5:31 AM, Nick Dokos wrote: > > You can turn on formula debugging with C-c { and then you'd > > see that in Pancho's case, the list is ("") i.e. a list containing the > > empty string - a list of length 1. That mig

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

2013-04-09 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Indeed. I had forgotten to implement such a tool in ox.el. I added > `org-export-table-row-number'. > > Could you patch `org-html-table-row' accordingly? Done, thanks! -- Bastien

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

2013-04-09 Thread Christopher Allan Webber
Eric Abrahamsen writes: > Russell Adams writes: > >> My experience has been that after watching me manage a project in Org >> for a few weeks, I have customers beg me to help them install it on >> their PC. I've had quite a few converts through working together and >> by example. > > Perhaps the

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
(Quoting in full to preserve mail readability without resorting to too much context) > > > #+CAPTION: Attendances for April > > > |-+---+---+---+---+---++---| > > > | Account | Name | 1 | 3 | 5 | 8 | 10 | Total | > > > |-+---+---

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Michael Brand
On Tue, Apr 9, 2013 at 5:10 PM, Nick Dokos wrote: >> @r$c-> '(length (delq "" '("0"))) >> $1-> '(length (delq "" '("0"))) >> Result: 1 >> > > Check the formula again: you seem to have captured the 0 from the last > column, instead of stopping at the penultimate column. The range should > be $3..

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Michael Brand
> Trying to adapt your workaround with delq to '("0") lets me give up, > also after reading the docstring of delq. Hope you or so can help. How could I miss the here not so obvious difference between eq and equal: (delete "0" [...]) works of course. Michael

[O] quickly toggling properties

2013-04-09 Thread Matt Price
Hi everyone, I just updated to the latest git to try out the ox-deck exporter -- wow it's great, thank you Rick! The exporter makes use of two properties to control the display of slide fragments -- STEP and HTML_CONTAINER_CLASS. I think I'm going to be using these a lot, so I'm wondering what t

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Nick Dokos
Ah, OK - I guess Gunnar will not be able to avoid an upgrade to something more recent. And yes, the eq/equal subtleties strike once again: (eq "" "") t (eq "0" "0") nil (equal "0" "0") t

Re: [O] [bug] org-agenda-goto-date in month view fails

2013-04-09 Thread Eric S Fraga
Bastien writes: > Hi Eric, > > Eric S Fraga writes: > >> when jumping to a new data using 'j' (org-agenda-goto-date), an error >> occurs if the current view is "month": > > Fixed, thanks. Works perfectly. Thanks! -- : Eric S Fraga, GnuPG: 0xC89193D8FFFCF67D : in Emacs 24.3.50.1 and Org relea

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Gunnar Wolf
Nick Dokos dijo [Tue, Apr 09, 2013 at 12:03:33PM -0400]: > Ah, OK - I guess Gunnar will not be able to avoid an upgrade to something > more recent. > > And yes, the eq/equal subtleties strike once again: > > (eq "" "") > t > (eq "0" "0") > nil > (equal "0" "0") > t Yay - Thanks to you all :-) Ye

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

2013-04-09 Thread Eric S Fraga
"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/download approach based on icalendar e

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

2013-04-09 Thread Charles Berry
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 is named *R*. the error > is this: > > ELISP> (org-babel-read "*R*") > *** Eval error *** Symbol's value as variable is void

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

2013-04-09 Thread Matt Price
Hi again, 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 new headline. Now, I'm finding that

[O] reveal.js?

2013-04-09 Thread Matt Price
... and one more thing: Now that deck.js export seems to work PERFECTLY(!), I find myself wishing for a reveal.js presentation exporter. Has anyone started one already? Thanks!! Matt

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

2013-04-09 Thread Sebastien Vauban
Hi Christopher, Christopher Allan Webber wrote: > Eric Abrahamsen writes: >> Russell Adams writes: >> >>> My experience has been that after watching me manage a project in Org >>> for a few weeks, I have customers beg me to help them install it on >>> their PC. I've had quite a few converts throu

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

2013-04-09 Thread Eric Schulte
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 is named *R*. the error >> is this: >> >> ELISP> (org-babel-read "*R*") >> *** Eval error ***

Re: [O] quickly toggling properties

2013-04-09 Thread Bastien
Hi Matt, Matt Price writes: > I think I'm going to be using these a lot, so I'm wondering what the > quickest way is to toggle a property. I'd define #+PROPERTY: STEP_ALL x1 x2 x3 and use S- to cycle through x1, x2 and x3. HTH, -- Bastien

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

2013-04-09 Thread Sebastien Vauban
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? --8<---cut here---start->8--- In

Re: [O] [RFC] Org syntax (draft)

2013-04-09 Thread Bastien
Hi all, Bastien writes: > the manual would enjoy a subsection in "Hacking" on how to create > a new exporter, either from scratch or as a derived exporter. > (Such a subsection can be short enough, thanks to derived backend.) FWIW, I started a rudimentary one. This is "Adding export back-end

Re: [O] TAB cycling doesn't work from end of line

2013-04-09 Thread Bastien
Hi James, James Harkins writes: > ** Example header... > ^1 ^2 ^3 ^4 > > If the point is at locations 1, 2 or 3, TAB will reveal the next level > of children. (The ^ locations will make sense if you format the e-mail > using a monospace font. A proportional font will just look > nonse

Re: [O] Bugs x2: fast tag selection broken, column view broken?

2013-04-09 Thread Bastien
Hi Toby, Toby Cubitt writes: > This one's weird. It seems to be caused by an interaction between > flyspell and org. I can reproduce it with the following minimal recipe > (using the column-view.org file from my previous post, though enabling > column view mode in any org file should reproduce t

Re: [O] Tables for attendance lists - A problem understanding TBLFM?

2013-04-09 Thread Bastien
Hi Michael, Michael Brand writes: > This issue is part of some old bugs that I discovered end of 2012. It > seems like my patch from then > http://orgmode.org/w/org-mode.git?p=org-mode.git;a=commitdiff;h=764315 > resolved it only partially and I missed the case of a range with only > empty field

Re: [O] TAB cycling doesn't work from end of line

2013-04-09 Thread Dieter Wilhelm, H.
2013/4/9 Bastien : > Hi James, > > James Harkins writes: > >> ** Example header... >> ^1 ^2 ^3 ^4 >> >> If the point is at locations 1, 2 or 3, TAB will reveal the next level >> of children. (The ^ locations will make sense if you format the e-mail >> using a monospace font. A proportio

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

2013-04-09 Thread Achim Gratz
Nicolas Goaziou writes: > Indeed. I had forgotten to implement such a tool in ox.el. I added > `org-export-table-row-number'. Sorry, but using this has quadratic complexity with the number of rows... Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD ada

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

2013-04-09 Thread David Rogers
Hi everyone I like to use org-clone-subtree-with-time-shift (C-c C-x c) fairly frequently in some of my Org-mode files. Lately, it seems to have changed its function so that it creates only an exact clone, and doesn't prompt me for the time shift. Can other people reproduce this on a fairly recent

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

2013-04-09 Thread Stefan Vollmar
Dear Nicolas, dear Bastien, On 09.04.2013, at 16:56, Nicolas Goaziou wrote: > [...] Indeed. I had forgotten to implement such a tool in ox.el. I added > `org-export-table-row-number'. > > Could you patch `org-html-table-row' accordingly? I suggest to replace the current lisp example in the doc

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

2013-04-09 Thread Bastien
Stefan Vollmar writes: > I suggest to replace the current lisp example in the documentation of > org-html-table-row with (or similar): > > (setq org-html-table-row-tags > (cons '(cond (top-row-p "") >(bottom-row-p "") >(t > (i

Re: [O] [BUG] org-clock-in menu scrolls off the top of the window

2013-04-09 Thread Bastien
Hi Bernt, Bernt Hansen writes: > Another change I've noticed in master is the display of the clocking > task menu when doing > > C-u M-x org-clock-in Thanks, this is now fixed. Also, I added clocked-out time for each task. Let me know if you think it's useful or too much visual stress. --

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

2013-04-09 Thread Bastien
Hi David, David Rogers writes: > I like to use org-clone-subtree-with-time-shift (C-c C-x c) fairly > frequently in some of my Org-mode files. Lately, it seems to have > changed its function so that it creates only an exact clone, and doesn't > prompt me for the time shift. Can other people repr

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

2013-04-09 Thread David Rogers
Bastien writes: > Hi David, > > David Rogers writes: > >> I like to use org-clone-subtree-with-time-shift (C-c C-x c) fairly >> frequently in some of my Org-mode files. Lately, it seems to have >> changed its function so that it creates only an exact clone, and doesn't >> prompt me for the time

Re: [O] Agenda in MobileOrg for Android

2013-04-09 Thread David Rogers
"Jorge A. Alfaro Murillo" writes: > I think entries of the form > %%(org-class 2013 1 7 2013 4 27 2) 12:00pm-01:15pm TITLE > show up on MobileOrg. > > I have org-mobile-agendas set up to 'default and they do for me. Thank you! I'll try this. > Also the synchronization with Google Calendar is qu

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

2013-04-09 Thread Rasmus
Eric S Fraga writes: > We are in a state of flux. For quite a while, I used a two way > upload/download approach based on icalendar export from org to Google > and an awk script to convert Google calendar information into org. See > > http://orgmode.org/worg/org-tutorials/org-google-sync.html >

Re: [O] Agenda in MobileOrg for Android

2013-04-09 Thread Matthew Jones
Hey guys, I'm one of the maintainers of MobileOrg for Android. We've worked really hard to try to implement as many of the features of org-mode as we can and make it comfortable to use for the majority of people. A couple of points: - Originally we were just storing the org files and parsing tho

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

2013-04-09 Thread Loyall, David
> Subject: Re: [O] converting people to Emacs and org-mode [snip] > Perhaps the web incarnations of org could help here too. I plan to bring attention to Emacs by publishing a wiki on our intranet. ikiwiki[1] is a simple perl based wiki compiler. You maintain a tree of text documents in VCS, c

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

2013-04-09 Thread Chris Gray
Please let me know if you have any problems with the ikiwiki plugin or any feature requests. I haven't been too active with it lately, but I'm still around. :) Cheers, Chris On Tue, Apr 9, 2013 at 11:33 AM, Loyall, David wrote: > > Subject: Re: [O] converting people to Emacs and org-mode > [sn

Re: [O] Agenda in MobileOrg for Android

2013-04-09 Thread Gareth Smith
Marcin Borkowski writes: > Well, it would be true, if syncing worked... But (at least for me) it > didn't - more often than not it crashed with a mysterious error message > and I lost my captures. I will try to reinstall MobileOrg and try to > reproduce it and report, too. Until recently, I was

Re: [O] Agenda in MobileOrg for Android

2013-04-09 Thread Jorge A. Alfaro Murillo
I think entries of the form %%(org-class 2013 1 7 2013 4 27 2) 12:00pm-01:15pm TITLE show up on MobileOrg. I have org-mobile-agendas set up to 'default and they do for me. Also the synchronization with Google Calendar is quite good in Android, you can let then Google Calendar handles the remainde

Re: [O] [PATCH] Normalize the construction of outline-container DIV ID

2013-04-09 Thread Bastien
Hi Francesco, "Francesco Pizzolante" writes: > I propose a patch to always build the outline-container DIV ID the same way by > using the inner headline ID (when exporting to HTML). Applied, thanks. -- Bastien

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

2013-04-09 Thread Sebastien Vauban
Hi Eric, 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 done trivially in Emacs Lisp. >>

Re: [O] Agenda in MobileOrg for Android

2013-04-09 Thread Marcin Borkowski
Dnia 2013-04-09, o godz. 14:24:24 Matthew Jones napisał(a): > Hey guys, I'm one of the maintainers of MobileOrg for Android. We've > worked really hard to try to implement as many of the features of > org-mode as we can and make it comfortable to use for the majority of > people. A couple of po

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

2013-04-09 Thread Nicolas Goaziou
Hello, Achim Gratz writes: > Nicolas Goaziou writes: >> Indeed. I had forgotten to implement such a tool in ox.el. I added >> `org-export-table-row-number'. > > Sorry, but using this has quadratic complexity with the number of > rows... That's true. But that doesn't matter unless you plan to ex

  1   2   >