Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Jude DaShiell
They tried that MacDonalds approach on web pages all over the Government and beyond and guess what, they found not even sighted people could figure what to click or why. The Federal Government wasn't even looking at this problem to help sighted people either, it's now addressing this problem b

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Eric S Fraga
James Levine writes: > Greetings, Hello James, I am not going to try to answer all of your points comprehensively but I will chime in with some of my own views, as a very satisfied end user albeit also a computer scientist (of sorts ;-). > As an expert end-user but outside the computer science

[O] org footnote bug?

2011-09-28 Thread henry atting
With org from cvs (Org-mode version 7.7 (release_7.7.326.g32cf8.dirty)) footnotes don't work properly when inserted in non org files. The first footnote appears above the footnote tag, all the others underneath: text [1] ... more text [2] [1] footnote ___ [2] footnote This does not happen wit

[O] Latex Export: Place Caption Below Table

2011-09-28 Thread Jakob Lombacher
Hi, if I export a document to latex, the caption of a table is always on the top. How can I place it at the bottom? Is there a parameter to config it? Thanks Jakob Examaple #+LABEL: tbl:asdf #+CAPTION: ? | | | "leads to:" --- \begin{table}[htb] \caption{?} \label{tbl:dat

Re: [O] org footnote bug?

2011-09-28 Thread Nicolas Goaziou
Hello, henry atting writes: > With org from cvs (Org-mode version 7.7 > (release_7.7.326.g32cf8.dirty)) footnotes don't work properly when > inserted in non org files. The first footnote appears above the > footnote tag, all the others underneath: > > text [1] ... more text [2] > > [1] footnote

Re: [O] org footnote bug?

2011-09-28 Thread henry atting
Nicolas Goaziou writes: > Hello, Hi Nicolas, > henry atting writes: > >> With org from cvs (Org-mode version 7.7 >> (release_7.7.326.g32cf8.dirty)) footnotes don't work properly when >> inserted in non org files. The first footnote appears above the >> footnote tag, all the others underneath:

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Jambunathan K
James > 1) It’s not that there isn’t enough documentation, it’s that there’s > too much of it I hope you appreciate the amount of effort that has gone in to writing such a big manual. You may not have a need for it. This doesn't mean that it is not worthwhile. At the minimum, we should respect o

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Jambunathan K
James > Greetings, > > As an expert end-user but outside the computer science field, I’ve > felt there to be a high cost of entry for working in org-mode. This is another perfectly practical way to address the problem that you are contending to with. https://lists.gnu.org/archive/html/emacs-or

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread James Levine
I’ll go on leap of faith that the email I’ve been provided actually contributes to the same thread I emailed to earlier. Please everyone: thank you for looking out. This is clearly a thoughtful and supportive community. You can not deny, however, that even the design of this forum is but one exa

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread James Levine
Tis true. Just like Wordpress and other terrific open resources: just because you implement them doesn’t mean you’re the type to do the tinkering. People make a living off building websites (I daresay, you could make a career of fixing the screw-ups of people embarking in WP who think that means

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Jude DaShiell
There is no exclusivity connected to emacs or anything else on gnu. More like extreme inclusivity. If there was even a little exclusivity on gnu or within linux, I wouldn't be able to install it on a laptop by myself without any vision! However no version of windows can be installed on a lap

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Russell Adams
On Wed, Sep 28, 2011 at 10:47:31AM -0400, James Levine wrote: > I?ll go on leap of faith that the email I?ve been provided actually > contributes to the same thread I emailed to earlier. Please everyone: thank > you for looking out. This is clearly a thoughtful and supportive community. > You ca

Re: [O] bug: org-mouse broken

2011-09-28 Thread Nicolas Goaziou
Hello, Michael Brand writes: > Only now I stumbled upon an issue with org-shiftleft and > org-shiftright which I use rarely. On a heading without any todo > keyword and with > (setq org-todo-keywords '((sequence "1" "2" "3" "|" "-3" "-2" "-1"))) > - C- changes to -2 instead of -1 > - C- states t

Re: [O] bug: org-mouse broken

2011-09-28 Thread Michael Brand
Hi Nicolas On Wed, Sep 28, 2011 at 17:53, Nicolas Goaziou wrote: > Hello, > > Michael Brand writes: > >> Only now I stumbled upon an issue with org-shiftleft and >> org-shiftright which I use rarely. On a heading without any todo >> keyword and with >> (setq org-todo-keywords '((sequence "1" "2"

Re: [O] Latex Export: Place Caption Below Table

2011-09-28 Thread Eric S Fraga
Jakob Lombacher writes: > Hi, > > if I export a document to latex, the caption of a table is always on the top. > > How can I place it at the bottom? Is there a parameter to config it? No, the placement is (currently) fixed to come before the tabular (or alternative) environment. Line 1970 or t

Re: [O] org footnote bug?

2011-09-28 Thread Nicolas Goaziou
henry atting writes: > Tag for non orgmode files is: > > (setq org-footnote-tag-for-non-org-mode-files "___") > > Well, I open a file, type some text and then add a footnote with > org-footnote-action which is bound to C-cf: > >

[O] Search from Agenda w/lock active

2011-09-28 Thread Nathan Neff
I frequently use org-agenda-set-restriction-lock to concentrate on one of my org-files during work. I have a custom agenda-search command that I would like to use while at work. However, when I try to run the searches, the restriction-lock prevails over the org-agenda-files that are defined in my

Re: [O] Latex Export: Place Caption Below Table

2011-09-28 Thread Thomas S. Dye
Eric S Fraga writes: > Jakob Lombacher writes: > >> Hi, >> >> if I export a document to latex, the caption of a table is always on the top. >> >> How can I place it at the bottom? Is there a parameter to config it? > > No, the placement is (currently) fixed to come before the tabular (or > alter

Re: [O] Latex Export: Place Caption Below Table

2011-09-28 Thread Nick Dokos
Thomas S. Dye wrote: > Eric S Fraga writes: > > > Jakob Lombacher writes: > > > >> Hi, > >> > >> if I export a document to latex, the caption of a table is always on the > >> top. > >> > >> How can I place it at the bottom? Is there a parameter to config it? > > > > No, the placement is (curr

Re: [O] would take more than an org-mode strip-down.

2011-09-28 Thread Rasmus
Hi James, Thanks for your mails. > You can not deny, however, that even the design of this > forum is but one example of how the Emacs community maintains its > exclusivity. Own up to it. It's a mailing list ≠ forum :) Anyway news is not fashionable, but sites like Gmane makes it quite availab

[O] [babel] adding a language - problems

2011-09-28 Thread Thorsten
Hi list, I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but encounter a few difficulties. Here is my little testprogramm: - #+tblname: tbl1 | 1 | 2 | 3 | |---+---+---| | 4 | 5 | 6 | | 7 | 8 | 9 | # external evaluation (no session) #+srcname: pico-calc #+b

Re: [O] [babel] adding a language - problems

2011-09-28 Thread Thorsten
Thorsten writes: > Hi list, > I'm on my way to add a new (intrpreted) lisp dialect to org-babel, but > encounter a few difficulties. Here is my little testprogramm: > > - > #+tblname: tbl1 > | 1 | 2 | 3 | > |---+---+---| > | 4 | 5 | 6 | > | 7 | 8 | 9 | > > > # external evalua

[O] Bug: Abbrev-mode expanded during export [7.7 (release_7.7.330.g774f)]

2011-09-28 Thread Bernt Hansen
Hi Eric, I've recently switched from yasnippets to abbrev-mode + skeletons and run into an unexpected situation during export. I have the following level 2 task: , | *** NEXT Report bug about abbrev expansions during export | [2011-09-28 Wed 07:55] | | Define src edit mode for plantuml `---

[O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-28 Thread Dave Abrahams
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list.

Re: [O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-28 Thread Nick Dokos
Dave Abrahams wrote: > > > Remember to cover the basics, that is, what you expected to happen and > what in fact did happen. You don't know how to make a good report? See > > http://orgmode.org/manual/Feedback.html#Feedback > > Your bug report will be posted to the Org-mode mailing lis

[O] Bug: `org-show-context' doc string [7.5]

2011-09-28 Thread Michael Heerdegen
Remember to cover the basics, that is, what you expected to happen and what in fact did happen. You don't know how to make a good report? See http://orgmode.org/manual/Feedback.html#Feedback Your bug report will be posted to the Org-mode mailing list. -

Re: [O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-28 Thread Dave Abrahams
on Wed Sep 28 2011, Nick Dokos wrote: > Dave Abrahams wrote: > >> >> >> Remember to cover the basics, that is, what you expected to happen and >> what in fact did happen. You don't know how to make a good report? See >> >> http://orgmode.org/manual/Feedback.html#Feedback >> >> Your b

[O] using Cygwin Gnuplot with org-babel-gnuplot

2011-09-28 Thread Alexander Vorobiev
Hi, It is mentioned in http://orgmode.org/worg/org-contrib/babel/languages/ob-doc-gnuplot.html#sec-2_1 that there were some problems with gnuplot on Windows machines. I came up with a small fix which makes it possible to use Cygwin version of gnuplot with org-mode. The change is in the org-babel-e

Re: [O] Bug: org-refile-targets doesn't say whether it's AND or OR [7.7 (release_7.7.351.gb8b5)]

2011-09-28 Thread Nick Dokos
Dave Abrahams wrote: > I would change the doc for org-refile-targets to say that the resulting > list of targets is the union of all the targets matched by each cons > cell. I think you could take that pretty much verbatim. > How's this? Nick -