Re: [O] http link character mistranslated

2014-03-02 Thread Daimrod
mirko writes: > Hi, Hello, > (Org-mode version 8.2.5h (release_8.2.5h-651-g897b60) > > I have an https address with an equal sign `=': >https://forums.virtualbox.org/viewforum.php?f=3 > > When I try to access the link, the `=' is translated as `%D': >https://forums.virtualbox.org/viewfo

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Michael Brand
Hi all On Sun, Mar 2, 2014 at 4:49 PM, Bastien wrote: > In the meantime, other users' voices can help us step back and > see things differently. May I ask at least Nicolas and Bastien: When you carefully reread my last post (Thursday) http://lists.gnu.org/archive/html/emacs-orgmode/2014-02/msg0

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-02 Thread Matt Lundin
Matt Lundin writes: > Igor Sosa Mayor writes: > >> Hi, >> >> is there a way to debug what is happening after pressing some key >> combination. >> >> I have the problem that in the agenda view when I press M-+ to run the >> function org-agenda-do-date-late, sometimes (and this is the problme: it

Re: [O] org-agenda-do-date-late and emacs freeze

2014-03-02 Thread Matt Lundin
Igor Sosa Mayor writes: > Hi, > > is there a way to debug what is happening after pressing some key > combination. > > I have the problem that in the agenda view when I press M-+ to run the > function org-agenda-do-date-late, sometimes (and this is the problme: it > happens randomly, not always)

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Josiah Schwab
Hi All, > Yes. In the meantime, other users' voices can help us step back and > see things differently. (For reference: I have been using org-mode -- for TODO lists and note taking -- for a few years now, but have not contributed code.) I imagine myself as a naive user (which does not take too

Re: [O] Colorize past dates differently?

2014-03-02 Thread Matt Lundin
Guido Van Hoecke writes: > Hi, > > Is it possible to render past <> and [] timestamps in a different > color so that it is obvious at first sight when opening an agenda file > which dates are in the future and which are not? Within an agenda buffer... By default, the diary agenda gives past due

Re: [O] Selected expansion

2014-03-02 Thread Matt Lundin
"jone...@teksavvy.com" writes: > Hello, > > Each of the ** bullets below have quite a few lines of text. > > * Topics > ** topic1 > ** topic2 > ** topic3 > * Notices > ** notice1 > ** notice2 > ** notice3 > * Results > ** result1 > ** result2 > ** result3 > > From the following display, is it p

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Ista Zahn
Another user here, chiming in to support Nicolas's position. From my perspective orgmode is so vast and complicated that the number one thing we need (even from a user perspective) is predictability. I'd rather see minor conveniences removed in favor of a constancy and a logical interface. Best, I

Re: [O] org-latex-with-hyperref missing?

2014-03-02 Thread Charles Millar
On 3/2/2014 4:37 PM, Nick Dokos wrote: Charles Millar writes: On 3/2/2014 11:01 AM, Charles Millar wrote: Has the above command been removed and been replaced with org-latex-hyperref-template? Can't find anything concerning this. Just checking before I change my init file. Nicholas Goaziou

Re: [O] org-latex-with-hyperref missing?

2014-03-02 Thread Nick Dokos
Charles Millar writes: > On 3/2/2014 11:01 AM, Charles Millar wrote: >> Has the above command been removed and been replaced with >> org-latex-hyperref-template? >> >> Can't find anything concerning this. >> >> Just checking before I change my init file. >> >> Nicholas Goaziou referred to org-lat

[O] Including date in TaskJuggler exports

2014-03-02 Thread Luke Crook
The following small change to ox-taskjuggler.el will export the date stored in #+DATE: Modified site/org-mode/contrib/lisp/ox-taskjuggler.el diff --git a/site/org-mode/contrib/lisp/ox-taskjuggler.el b/site/org- mode/contrib/lisp/ox-taskjuggler.el index 761e180..5a1895c 100644 --- a/

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Gustav Wikström
Hi, a "user" signing in. Although not involved in the development of this piece of software I'm taking the opportunity to chime in anyway. I'd like to give Nicolas Goaziou my support in this issue. It makes it much simpler to understand, use, develop and maintain the software if it is congruent. A

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Thorsten Jolitz
Bastien writes: > Yes. In the meantime, other users' voices can help us step back and > see things differently. I used to have outcommented (w3m-browse-url ...) links in my init.el file, and I could evaluate them when I wanted to look-up something although they were outcommented: #+begin_src e

Re: [O] org-latex-with-hyperref missing?

2014-03-02 Thread Charles Millar
On 3/2/2014 11:01 AM, Charles Millar wrote: Has the above command been removed and been replaced with org-latex-hyperref-template? Can't find anything concerning this. Just checking before I change my init file. Nicholas Goaziou referred to org-latex-with-hyprref as recently as Feb 17, 2014.

[O] org-latex-with-hyperref missing?

2014-03-02 Thread Charles Millar
Has the above command been removed and been replaced with org-latex-hyperref-template? Can't find anything concerning this. Just checking before I change my init file. Nicholas Goaziou referred to org-latex-with-hyprref as recently as Feb 17, 2014. org version Org-mode version 8.2.5h (relea

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: >> That said, Org syntax is not the only valid representation of an >> org-mode buffer. > > It should be, or the whole concept is moot. If "Org syntax" is only > valid during export, if fontification interprets Org differently, if > users see Org differently t

Re: [O] List of figures

2014-03-02 Thread John Kitchin
No problem. I worked out a List of figures here: http://kitchingroup.cheme.cmu.edu/blog/2014/03/02/Getting-a-list-of-figures-in-an-org-buffer/ John --- John Kitchin Associate Professor Doherty Hall A207F Department of Chemical Engineering Carnegie Mellon Universit

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Nicolas Goaziou
Bastien writes: > Here is my use-case: I often use C-c C-o as a shortcut for C-c C-x > C-n C-c C-o -- that's 2.5 shorter. This is convenient, and I would > need a good reason for removing something that convenient. This is not a use case. A use case would explain me why (or, better, where) you

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > Sorry for not being clear. I did try, I didn't get any error. My dummy > entry was: > > * TODO [[http://orgmode.org]] > > in a block agenda and > > * [[http://orgmode.org]] > DEADLINE: <2014-03-01 sam.> > > in regular agenda. > > Both times, I could

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Bastien
Hi Nicolas, Nicolas Goaziou writes: > And all I got so far was drama. Please: everyone is showing great respect for your work, it is not helpful to dismiss our contributions as "drama". Your time is highly valuable and so is ours. I don't think Michael, Yasushi or me would care replying if it

Re: [O] ox-reveal and headlines

2014-03-02 Thread Fabrice Popineau
Yep, I see that there are several options here abpout what to expect. Somehow, the H option did not help me as much as I wanted and in the case of slides, I find the conversion of the higher level headings into list items quite questionable. After all, we already have list items in org. :-) Fabri

Re: [O] ox-reveal and headlines

2014-03-02 Thread Yujie Wen
Hi, I am afraid ox-reveal cannot do it automatically. But if you are wanting an overview of headings, simply press escape key will show the full layout of the presentation. Hope it can help some how. Yujie 2014-03-02 17:59 GMT+08:00 Fabrice Popineau : > Hi, > > Is there a way to stop ox-reve

[O] ox-reveal and headlines

2014-03-02 Thread Fabrice Popineau
Hi, Is there a way to stop ox-reveal to introduce new slides when we go down levels of headlines? I thinkl it would be meaning ful to say that 1st level is for 'horizontal' slides, 2nd level for going 'vertical', but the next levels should appear as titles on the slide. Am I missing something her

Re: [O] org-export: how to copy the parsed tree?

2014-03-02 Thread Nicolas Goaziou
Hello, Vitalie Spinu writes: > Is there an idiomatic way to do this? Like constructors of org elements? > Or, one just starts with an empty '(headline) list You can even start with '(org-data nil). > and populate it with org-element-set-contents and > org-element-put-property? I would use `or

Re: [O] link interfering with brackets when abbreviated

2014-03-02 Thread Nicolas Goaziou
Hello, Yasushi SHOJI writes: > At Sat, 01 Mar 2014 21:20:18 +0100, > Nicolas Goaziou wrote: >> >> This is not a sufficient reason. We are discussing a minor feature. >> Removing it doesn't remove any functionality to Org, as the "thing" just >> saves a few keystrokes, on a good day. > > Ok. If

[O] Colorize past dates differently?

2014-03-02 Thread Guido Van Hoecke
Hi, Is it possible to render past <> and [] timestamps in a different color so that it is obvious at first sight when opening an agenda file which dates are in the future and which are not? TIA, Guido

Re: [O] List of figures

2014-03-02 Thread Andreas Leha
Hi John, this is really nice! Thanks for sharing. - Andreas John Kitchin writes: > check out this implementation for tables: > http://kitchingroup.cheme.cmu.edu/blog/2014/03/01/Getting-a-list-of-tables-in-an-org-buffer/ > > John > > --- > John Kitchin > Associa