[O] feature request

2011-07-18 Thread Jude DaShiell
A little data destruction protection. I put together a table and had to destroy all copies of it after having tried to set up averages for a couple columns. The averages didn't work and data got zeroed out and I lost an entire column of data that way. One of my problems I'm sure was caused

Re: [O] calculation question

2011-07-19 Thread Jude DaShiell
After I use C-C } can I use c-p c-n c-l and c-r to move one cell up on cell down one cell left and one cell right respectively? On Tue, 19 Jul 2011, Bastien wrote: Hi Jude, Please type C-c } on a table -- it displays coordinates of the cells so that you can more easily refer to the right

[O] convert html file into orgmode .org file?

2011-07-21 Thread Jude DaShiell
Can org-mode do this so that a user of orgmode can edit the page in orgmode then export the edited work back out to an html file?

[O] can orgmode sort tables based on time stamps?

2011-07-21 Thread Jude DaShiell
I have a table and ended up somehow inserting a table entry between two existing table entries and wanted to insert at the bottom of that table. The sort(1) command shows the time stamped records in proper order, but leaves the table headers below records and above a backup versioning

[O] calculating column averages

2011-07-22 Thread Jude DaShiell
In this case I don't want to tell org-mode how many rows to calculate, and I put a table together with an averages line in its own footer section. I prefer when doing these things to output final averages and totals just under table headers then go down into detail records after that. Could

Re: [O] calculating column averages follow up

2011-07-22 Thread Jude DaShiell
I removed a separator line above averages and removed a row with blank fields and ran the calculation on this table and it does have a defective formula but I don't know where the defect is now. | Date Stamp | Systalic | Diastalic | Pulse | | | | | | | |

Re: [O] calculating column averages follow up

2011-07-23 Thread Jude DaShiell
| | | | | | | | || | | | | | | | | | | #+TBLFM: $2=vmean(@2..-1)::$3=vmean(@2..-1)::$4=vmean(@2..-1) # Local Variables: # kept-new-versions: 100 # version-control: t # End: - On Fri, 22 Jul 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: I removed a separator line above

[O] getorg.sh script

2011-07-28 Thread Jude DaShiell
These days I use this when an org-mode update fails and I have to erase the whole org-mode directory tree and clone org-mode again. Cut here. #!/bin/bash #file getorg.sh - run git to update local org repository. if [ -r ~/org-mode ]; then echo updating emacs-org-mode cd org-mode git pull make

Re: [O] getorg.sh script

2011-07-28 Thread Jude DaShiell
wrote: Jude DaShiell jdash...@shellworld.net writes: These days I use this when an org-mode update fails and I have to erase the whole org-mode directory tree and clone org-mode again. Cut here. #!/bin/bash #file getorg.sh - run git to update local org repository. if [ -r ~/org

Re: [O] How to update Info Documentation?

2011-07-29 Thread Jude DaShiell
1) make sure prefix on line 16 of Makefile is set correctly, if your real prefix is /usr, that line shouldn't read /usr/local, 2) do make info-install and then do info org and see if the documentation doesn't suddenly update itself. hth.On Fri, 29 Jul 2011, suvayu ali wrote: On Fri,

[O] organizing org files

2011-07-29 Thread Jude DaShiell
Does a couple of org variables exist which when set and emacs gets used to open an org file emacs will look in ~/org for the org files first?

Re: [O] New[er] TikZ package: pgfgantt (interest in using with org?)

2011-08-30 Thread Jude DaShiell
Can gnuplot do gantt charts relatively easily? Since org-mode already works with gnuplot I think in some aspects might this be another useable route to use? On Tue, 30 Aug 2011, Eric S Fraga wrote: John Hendy jw.he...@gmail.com writes: [...] There are great examples in the

Re: [O] Reminders with alarms

2011-09-07 Thread Jude DaShiell
In debian, there's a cowsay package you can use to make the computer speak. Also packages that produce different types of beeps are available. So far as I now know, they would need to be run as part of a bash script or the equivalent within emacs in order to work though. On Wed, 7 Sep 2011,

[O] vmin and probably vmax functions don't work

2011-09-18 Thread Jude DaShiell
I'm getting identical numbers with vmean and vmode. I don't know if that information is correct but will check it with another system later this week. The same figures though also come up for vmin function and I know for a fact that isn't correct. That was after saving my org file and

Re: [O] vmin and probably vmax functions don't work

2011-09-19 Thread Jude DaShiell
:52 AM, Jude DaShiell wrote: I'm getting identical numbers with vmean and vmode. I don't know if that information is correct but will check it with another system later this week. The same figures though also come up for vmin function and I know for a fact that isn't correct. That was after

Re: [O] vmin and vmax are probably broken

2011-09-19 Thread Jude DaShiell
The min figures are definitely inaccurate. cut here. | Date Stamp | Systalic | Diastalic | Pulse | |+--+---+---| | [2011-07-19 Tue 02:26] | 138 |92 |74 | | [2011-07-20 Wed 04:03] | 130 |85 |74 | |

Re: [O] vmin and vmax are probably broken

2011-09-19 Thread Jude DaShiell
..@II);f0 On Mon, 19 Sep 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: The min figures are definitely inaccurate. I get different results from the ones you get: --8---cut here---start-8--- | Date Stamp | Systolic

Re: [O] vmin and vmax are probably broken

2011-09-19 Thread Jude DaShiell
The :f0 says display only integers. All decimals are chopped off.On Mon, 19 Sep 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: The min figures are definitely inaccurate. I get different results from the ones you get: --8---cut here

[O] unexpected failure on all formulas

2011-09-19 Thread Jude DaShiell
cut here. | Date Stamp | Systalic | Diastalic | Pulse | |+--+---+---| | [2011-07-19 Tue 02:26] | 138 |92 |74 | | [2011-07-20 Wed 04:03] | 130 |85 |74 | | [2011-07-21 Thu 03:50] | 128 |79 |76

Re: [O] [babel] What is `, (backquote comma)?

2011-09-21 Thread Jude DaShiell
another, post-el.On Wed, 21 Sep 2011, ?t?p?n N?mec wrote: On Wed, 21 Sep 2011 21:05:12 +0200 Thorsten wrote: thanks Nick and Stepan, evaluate the form after , and quote the result that made me understand what its all about. I just read the backquote section Elisp manual, it does

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

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

Re: [O] Ways to make org feasible for huge files

2011-10-14 Thread Jude DaShiell
If org-mode runs into that kind of problem one way might be when a new .org file is made it has a chained from [main.org] statement in the top. If the file remains small enough that's all it would get. If the file is going to go beyond x lines in length, then a chained to [file.org] would

Re: [O] Ways to make org feasible for huge files

2011-10-14 Thread Jude DaShiell
Why not working-file and archive-file? Archive-file would be the big file and working-file would be the small file in that scheme. On Wed, 12 Oct 2011, brian powell wrote: * Maybe EMACS narrowing could be used: http://www.gnu.org/s/libtool/manual/emacs/Narrowing.html ... Narrowing can

[O] org-mode make info

2011-10-17 Thread Jude DaShiell
Now generates an error 127. Jude jdash...@shellworld.net If I got a nickel for every message I've already sent supporting Microsoft Windows and its applications I'd have enough to retire on comfortably no matter what the stock market did.

[O] why was makefile changed to produce this?

2011-10-17 Thread Jude DaShiell
Script started on Tue 18 Oct 2011 12:55:27 AM EDT jude@stmarys:~/org-mode$ make sudo make install-info (cd doc makeinfo --no-split org.texi -o org) /bin/sh: 1: makeinfo: not found make: *** [doc/org] Error 127 jude@stmarys:~/org-mode$ exit exit Script done on Tue 18 Oct 2011

Re: [O] why was makefile changed to produce this?

2011-10-18 Thread Jude DaShiell
checked if the binary makeinfo can be found somewhere and if it is reachable by your PATH? What is the output of these commands? find /usr /bin /sbin -name makeinfo echo $PATH cd ~/org-mode make info Michael On Tue, Oct 18, 2011 at 07:02, Jude DaShiell jdash...@shellworld.net wrote

Re: [O] why was makefile changed to produce this?

2011-10-18 Thread Jude DaShiell
My bad, I was missing texinfo package and thought that had already been installed. Once that got installed, everything works as well as it did earlier this year. If I knew what path that error took, I'd write what might be a better error message for it asking for the texinfo package to be

Re: [O] command-not-found package

2011-10-18 Thread Jude DaShiell
It's available on debian and installed on this system now. That'll likely be useful for newer debian installations and systems similar that do minimal installs. Jude jdash...@shellworld.net If I got a nickel for every message I've already sent supporting Microsoft Windows and its

[O] org-mode entering dates

2011-10-22 Thread Jude DaShiell
As opposed to time stamps, I tried +0d and wanted to have org-mode substitute today's date in a field and that didn't work. For what I'm doing I want to have one date per line/record and two separate times which happen on that date. What is the correct way to have org-mode place only today's

[O] table editing probably broken

2011-10-22 Thread Jude DaShiell
I wrote a table in org-mode and am using version 7.7 and it was not reformatted correctly when it was saved by emacs. My .emacs file and the table I made follow: cut here. (setq emacspeak-play-emacspeak-startup-icon t) (add-hook 'text-mode-hook 'turn-on-auto-fill) (add-hook 'mail-setup-hook

[O] org-mode entering dates

2011-10-22 Thread Jude DaShiell
I found control-c followed by (.) makes a date in agenda entry form, would c-u+c-c+. do a date with brackets around it rather than inequality signs? If so, that's what I need. Jude jdash...@shellworld.net If I got a nickel for every message I've already sent supporting Microsoft Windows and

[O] calendar date adjustments blocked

2011-11-04 Thread Jude DaShiell
I needed to enter information for two dates in org-mode and went into calendar using c-c+! and got the current date as expected then hit c-b to move the date to yesterday and pointer remained on today's date. So I ended up hitting cr on today's date and editing it in the actual org file and

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Jude DaShiell
Is it just the calendar or other things that use pop ups in emacs? On Sat, 5 Nov 2011, Carsten Dominik wrote: On 5.11.2011, at 03:03, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: I needed to enter information for two dates in org-mode and went into calendar using

Re: [O] calendar date adjustments blocked

2011-11-05 Thread Jude DaShiell
hitting -2 in the date field had no effect, what did work though was shift-leftarrow though. On Sat, 5 Nov 2011, Nick Dokos wrote: Carsten Dominik carsten.domi...@gmail.com wrote: On 5.11.2011, at 03:03, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: I needed

[O] org-mode are these two entries identical for org-mode?

2011-11-07 Thread Jude DaShiell
* aptitude install emacs -r get emacs text editor. * aptitude install emacs -r get emacs text editor. Jude jdash...@shellworld.net When people ask do you believe in Numerology, the proper reply for me at least is do you believe in a hammer? The proper answer for me for both questions is no,

Re: [O] org-mode are these two entries identical for org-mode?

2011-11-08 Thread Jude DaShiell
the extras I install on the system as well as configuration changes I make as they happen. On Mon, 7 Nov 2011, Jude DaShiell wrote: * aptitude install emacs -r get emacs text editor. * aptitude install emacs -r get emacs text editor. Jude jdash...@shellworld.net When people ask do you

Re: [O] just made orgmode-7.8.02

2011-12-29 Thread Jude DaShiell
. I don't know how or why that happened but it was a satellite connection yesterday and not my usual cable connection.On Thu, 29 Dec 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: Once that was done I figured to run make ./update in the org-7.8.02 directory and get

[O] just made orgmode-7.8.02

2011-12-29 Thread Jude DaShiell
Once that was done I figured to run make ./update in the org-7.8.02 directory and get the latest patches. No cigar, this isn't within any git repository apparently on my end so couldn't be pulled by make ./update. Do I need to edit the Makefile to clear this problem and if so how? If not,

Re: [O] just made orgmode-7.8.02

2011-12-29 Thread Jude DaShiell
We're now golden. When I ran git describe I was told no repository exists. So I ran git init and created an empty repository and then ran the git clone command and this time aI have an installed version of 7.8.02 and am told I'm up to date. Apparently running a git clone operation on

Re: [O] just made org-mode.8.4.02

2011-12-30 Thread Jude DaShiell
Here's my .emacs file Cut here. (setq emacspeak-play-emacspeak-startup-icon t) (add-hook 'text-mode-hook 'turn-on-auto-fill) (add-hook 'mail-setup-hook 'spook) (add-hook 'mail-setup-hook 'fortune-to-signature) (setq mh-send-uses-spost-flag t) (setq mail-user-agent 'mh-e-user-agent) (setq

[O] book: checklist Manifesto: How To Get It Right

2011-12-30 Thread Jude DaShiell
Has anyone else read this book? The approach the author advocates for complex situations is to use both a simple check list along with what the construction industry calls a submittal list. The simple check lists get used to cover normal circumstances and the submittal list gets used when

Re: [O] book: checklist Manifesto: How To Get It Right

2011-12-31 Thread Jude DaShiell
i CAN'T DESCRIBE FORMATTING SINCE i DIDN'T SEE IT AND THAT'S SO MUCH OF WHAT A CONCRETE EXAMPLE WOULD CONSIST OF IN THIS CONTEXT. On Sat, 31 Dec 2011, Bastien wrote: Hi Jude, can you give a concrete example of a simple checklist and a submittal checklist? Those concepts are interesting.

Re: [O] Org without X on Debian

2012-01-31 Thread Jude DaShiell
I use org in a non-graphical environment but so far haven't tried any of those key combinations mentioned. It's possible those need their own keystrokes to be configured for non-graphical use. I prefer using non-graphical environments since me being totally blind those environments offer no

Re: [O] New tutorial on using Emacs lisp for Org spreadsheet formulas

2012-01-31 Thread Jude DaShiell
If multiple #+TBLFM: lines do ever get into legal org-mode syntax I think it will be a good idea to put an integer number inside the #+TBLFM: label so that org-mode can know in what order to use each of those lines. On Tue, 31 Jan 2012, Nicolas Goaziou wrote: Hello, Achim Gratz

Re: [O] Org without X on Debian

2012-01-31 Thread Jude DaShiell
keymap I suspect is the controling factor here. Maybe org-mode in the future could either load its own keys from the .emacs file or hae loadkeys run and run its own keymap file.On Tue, 31 Jan 2012, Karl wrote: Hi Richard, Richard Riley rileyrg at gmail.com writes: It depends fully on the

Re: [O] Other programs to edit Org documents?

2011-03-17 Thread Jude DaShiell
Has anyone used their iPhone to search for emacs in the apps store? Someone wrote an app that can import org-mode files onto the iPhone. Don't yet know how good it is since I'm just starting out with org-mode myself.On Wed, 16 Mar 2011, Scot Becker wrote I have other flavors of Linux

[O] orgmode and rss

2011-03-22 Thread Jude DaShiell
A long-standing friend is looking for a platform he can use to write rss and publish it. Earlier today I read about plannermode being able to do this and don't yet have plannermode on my machine but do have orgmode. So I'm curious if this can be done. He has to learn emacs along with orgmode

Re: [O] [ANN] neo - No Emacs Org in Python

2011-04-19 Thread Jude DaShiell
There is an orgmode app for the iphone that can do imports. No idea what was used to write it though.On Tue, 19 Apr 2011, Xiao-Yong Jin wrote: Keep up the good work! PS. I actually wish there were a html/javascript implementation that can pull org files directly from some online storage

Re: [O] Begginer using orgmode

2011-04-25 Thread Jude DaShiell
I had aquaemacs on my mac earlier. It didn't come with org-mode built in. I think maybe org-mode 4.54 is included in emacsformacosx if ifo org in terminal mode on my mac mini is any indicator. I hope this helps somebody. On Mon, 25 Apr 2011, John Hendy wrote: Google it. Sifting through,

Re: [O] Begginer using orgmode

2011-04-25 Thread Jude DaShiell
, no confusion about being up to date, etc. http://orgmode.org/worg/org-faq.html#keeping-current-with-Org-mode-development Best regards, John On Mon, Apr 25, 2011 at 7:06 PM, Jude DaShiell jdash...@shellworld.net wrote: I had aquaemacs on my mac earlier. It didn't come with org-mode built

Re: [O] Begginer using orgmode

2011-04-25 Thread Jude DaShiell
Arnold, Your mac will be the client and pull off the remote git server.On Mon, 25 Apr 2011, Arnold, Travis wrote: On 25 Apr, 2011, at 8:21 PM, John Hendy wrote: I'd just recommend installing whatever version of emacs you want and then install org from git. Dead simple, no confusion

[O] tried export menu yesterday

2011-05-03 Thread Jude DaShiell
This was with org-mode on slackware 13.0 and when I tried t from that menu I got a w3m error. Does w3m need additional setup to work with org-mode?

[O] emacs-orgmode export problem solved

2011-05-05 Thread Jude DaShiell
the emacs-w3m.SlackBuild script had a defect in it on line 59. Once I fixed that defect emacs-w3m works correctly and that makes org-mode work correctly too. This was smoke from a distant fire on which org-mode depended.

[O] tried my 1st emacs org-mode html export

2011-05-21 Thread Jude DaShiell
It's a numerology journal and was written with the emacs built into slackware-13.0. Anyone interested in having a look, http://www.shellworld.net/~jdashiel/nj.html is the url for you.

[O] getting org-mode to display its version

2011-05-31 Thread Jude DaShiell
Is this possible? I think when I export a web page, I'd like to have a line like: Exported by org-mode version x.y.z ondate ... in that way org-mode can get well deserved credit.

Re: [O] possible typo in org manual

2011-06-04 Thread Jude DaShiell
The info pages are a couple versions behind too. On Sat, 4 Jun 2011, Noorul Islam wrote: On Sat, Jun 4, 2011 at 12:06 PM, skip scp0...@gmail.com wrote: The manual I'm using is here: http://orgmode.org/org.html#Working-With-Source-Code See item 14.2.8.1 sub-heading: Emacs Lisp

[O] git useage question

2011-06-04 Thread Jude DaShiell
I wouldn't be writing this if the documentation were reasonable. Once org-mode gets cloned, how is git properly used to update the cloned instance on a machine?

Re: [O] git useage question

2011-06-04 Thread Jude DaShiell
Compare that documentation with the documentation written for micro-emacs, that should give you an idea what I mean by reasonable documentation. Also, thanks for the faq pointers. On Sat, 4 Jun 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: I wouldn't be writing

Re: [O] git useage question

2011-06-04 Thread Jude DaShiell
1) so we understand each other. My complaint has nothing to do with org-mode's documentation and everything to do with the documentation for git itself.On Sun, 5 Jun 2011, Pieter Praet wrote: On Sat, 4 Jun 2011 18:05:47 -0400 (EDT), Jude DaShiell jdash...@shellworld.net wrote: I

Re: [O] git useage question

2011-06-04 Thread Jude DaShiell
The only place microemacs might be by now could be some orphan version of the simtel archives. Taken down but last I knew not entirely removed from the internet. On Sat, 4 Jun 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: Compare that documentation

Re: [O] git useage question

2011-06-05 Thread Jude DaShiell
uemacs is not microemacs those are two entirely different products and Daniel Lawrence was responsible for microemacs. Not only that for screen reader users in dos, uemacs wrote to the screen incorrectly and too fast for screen readers to speak. On Sun, 5 Jun 2011, Rustom Mody wrote: Jude

Re: [O] http://orgmode.org/ is down

2011-06-13 Thread Jude DaShiell
It's been down since June 12, 2011 too and maybe earlier than that.On Mon, 13 Jun 2011, Eric Schulte wrote: Just a heads up. The main orgmode.org server appears to be down, git and the web-page. Best -- Eric

Re: [O] http://orgmode.org/ is down

2011-06-13 Thread Jude DaShiell
Apparently the pull part has been broken since Sunday. No updates of any kind happened when I tried a pul Sunday.On Mon, 13 Jun 2011, Eric Schulte wrote: I have been able to push changes up to the repository as recently as this afternoon. Jude DaShiell jdash...@shellworld.net writes

Re: [O] http://orgmode.org/ is down

2011-06-13 Thread Jude DaShiell
10:19:26 PM EDT On Mon, 13 Jun 2011, Jude DaShiell wrote: Apparently the pull part has been broken since Sunday. No updates of any kind happened when I tried a pul Sunday.On Mon, 13 Jun 2011, Eric Schulte wrote: I have been able to push changes up to the repository as recently

[O] makeinfo removed from debian squeeze

2011-06-18 Thread Jude DaShiell
What should be used to replace the makeinfo program in the makefile for org-mode? It appears to be missing from debian squeeze.

[O] documentation versions question

2011-06-23 Thread Jude DaShiell
Once git pull has been run and the build of org and documentation have been done and installed, should info org provide the org version of 6.33x? Also, orgguide doesn't get added to my info files is it supposed to be held separate for some reason? orgguide has version of 7.50 on it and I

Re: [O] documentation versions question

2011-06-23 Thread Jude DaShiell
since if I remember correctly install-info gets run once daily and that may update everything correctly. On Thu, 23 Jun 2011, Ian Barton wrote: On 23/06/11 10:54, Jude DaShiell wrote: Once git pull has been run and the build of org and documentation have been done and installed, should info

Re: [O] org-mode documentation question

2011-06-23 Thread Jude DaShiell
Okay, I found the typing error I was making. I used make info but neglected to use make install-info. So info was being made but not installed. As soon as I used make install-info, and then ran info org came up as version 7.5 on an info org command. I've done a few makes already before I

Re: [O] org-mode documentation question

2011-06-23 Thread Jude DaShiell
I just checked with make targets and the Makefile has no rule to show available targets. Such a rule would give builders a clue as to what additional possibilities exist with the Makefile if it existed. On Thu, 23 Jun 2011, Jude DaShiell wrote: Okay, I found the typing error I was making. I

[O] make install-info broken in debian

2011-06-30 Thread Jude DaShiell
I don't know how to fix this one. Script started on Thu 30 Jun 2011 05:11:30 AM EDT root@md:/home/jude/src/org-mode# make install-info-debian install-info --infodir=/usr/local/share/info doc/org This is not dpkg install-info anymore, but GNU install-info See the man page for ginstall-info for

[O] Makefile patch to show targets

2011-07-04 Thread Jude DaShiell
Only in ./b/: 1 Only in ./b/: 2 diff -c ./a//Makefile ./b//Makefile *** ./a//Makefile 2011-07-03 11:06:04.0 -0400 --- ./b//Makefile 2011-07-04 18:02:29.0 -0400 *** *** 513,515 --- 513,527 lisp/org-w3m.elc: lisp/org.el lisp/org-wl.elc:

[O] patch Makefile - show valid org-mode targets

2011-07-05 Thread Jude DaShiell
diff -c ./a//Makefile ./b//Makefile *** ./a//Makefile 2011-07-03 11:06:04.0 -0400 --- ./b//Makefile 2011-07-05 05:22:13.0 -0400 *** *** 513,515 --- 513,530 lisp/org-w3m.elc: lisp/org.el lisp/org-wl.elc: lisp/org.el lisp/org-xoxo.elc:

[O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-05 Thread Jude DaShiell
diff -c a//Makefile b//Makefile *** a//Makefile 2011-07-05 21:05:08.0 -0400 --- b//Makefile 2011-07-05 21:05:21.0 -0400 *** *** 14,20 EMACS=emacs # Where local software is found ! prefix=/usr/local # Where local lisp files go. lispdir =

[O] org-mode debian squeeze problem

2011-07-05 Thread Jude DaShiell
a git clone of org-mode in /home/jude prouces /home/jude/org-mode/org-mode/ and puts content in the fourth level directory which breaks the Makefile's ability to make all. I don't know how or why this happens.

[O] not about /usr/local slackware and debian

2011-07-05 Thread Jude DaShiell
On slackware and debian /usr/local is used by some programs sometimes though originally /usr/local directory hierarchy was intended to be a place in which things could be put by the system administrator and be left alone by the system's package updates system. If it was in that folder

[O] disregard debian squeeze emacs-orgmode problem

2011-07-06 Thread Jude DaShiell
I needed to fix a script on my end and just got it in hand.

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-08 Thread Jude DaShiell
* distro, including debian and slackware? Thanks! Jude DaShiell jdash...@shellworld.net writes: diff -c a//Makefile b//Makefile *** a//Makefile 2011-07-05 21:05:08.0 -0400 --- b//Makefile 2011-07-05 21:05:21.0 -0400

[O] tables column width question

2011-07-09 Thread Jude DaShiell
Is it possible in table mode to have a table expand as well as contract? If you make a header which has a minimal amount of spaces in it say: | date | time | syst | dias | pulse | +- Then put an entry like: | 2011-07-09 Sat\t08:06AM\t139\t89\t81 in that table then save that table, will the

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-09 Thread Jude DaShiell
If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info and tells you to use ginstall-info when a make install-info-debian or make install-info is tried and neither one of those switches for make upgrades

Re: [O] tables column width question

2011-07-09 Thread Jude DaShiell
Yes, thanks. On Sat, 9 Jul 2011, Michael Brand wrote: Hi Jude On Sat, Jul 9, 2011 at 15:06, Jude DaShiell jdash...@shellworld.net wrote: Is it possible in table mode to have a table expand as well as contract? If you make a header which has a minimal amount of spaces in it say: | date

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
be enough to install new documentation just doing that) I'll be able to do some testing. I need to read up on patch before trying to extract patches from messages and applying them locally so I do it right.On Sun, 10 Jul 2011, Achim Gratz wrote: Hi Jude, Jude DaShiell jdash...@shellworld.net

Re: [O] patch org-mode Makefile - solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
I'll know when the documentation gets an update. Thanks.On Sat, 9 Jul 2011, Nick Dokos wrote: Jude DaShiell jdash...@shellworld.net wrote: If a make is done on debian squeeze with default org-mode install-info which is debian's version of install-info complains that it's not gnu info

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
The latest patch by Achim Gratz works for this problem for make install-info on debian squeeze. The warning about using ginstall-info comes up, but the documentation updates from 7.5 to 7.6 none the less.

Re: [O] patch makefile solve a couple debian build problems and a slackware build problem

2011-07-10 Thread Jude DaShiell
I'm on my slackware system right now. Here's the contents of /etc/issue and I left this as the out of the box default: Welcome to \s \r (\l) I had to do git close with the line in the installation notes to get org-mode to update. The git program refused to overwrite the original Makefile.

[O] calculation question

2011-07-17 Thread Jude DaShiell
When an org table like: |---| time stamp | systalic | diastalic | pulse | |- | # | [2011-07-13 Wed 04:15] | 134 | 89 | 80 | gets used and I want to calculate averages for systalic and diastalic and do that in the #+TBLFM: line do I use $2 and $3 for systalic and diastalic or do I use $3 and $4

[O] basic checklist getting more complex

2014-07-26 Thread Jude DaShiell
I put together a basic checklist for a familymember and was asked to categorize all items in the list and then to priortize all items in each category. I've never done either of these things to a basic checklist so figured to ask what's the best way to do this so each item in the list once

[O] prioritizing and categorizing items in checklist

2014-08-26 Thread Jude DaShiell
I probably either messed the formatting of my list up or tried to do something emacs-orgmode can't yet handle. If I have formatting problems could someone look this list over and let me know how to fix them? cut here. #+TAGS @TODO @DONE #+LastUpdate: [2014-08-26 Tue] * :CATEGORY:@Clotheing: **

[O] bug 17524 in emacs 24.550.1

2014-08-30 Thread Jude DaShiell
I'm using archlinux which is a rolling distribution so have this version of emacs on my machine. I did not experience this bug with org-mode until after installing eww which was not part of emacs 24.550.1 installed on archlinux. I ran into it opening an org-mode table, but if I open a bash

[O] bug16524 complication

2014-08-30 Thread Jude DaShiell
The eww branch put no code on my machine the second time I ran it. I made the mistake of not configuring bzr oritinally and bzr put everything into a ~/trunk subdirectory. After configuring bzr by making a repository for it according to the article on archwiki for bzr, the bzr command

[O] tables question

2014-09-06 Thread Jude DaShiell
Can anything be put into a table for org-mode that will prompt a user with each column heading as the user tabs into that column? I expect for especially large tables either horizontally or vertically this would be of assistance to data entry so as to prevent wrong information from getting

Re: [O] Org-mode as a replacement for Google Reader

2013-03-27 Thread Jude DaShiell
newsticker has been part of emacs since 22.x and it's supposed to be able to read rss feeds and display them. Now, how to get from what's in info newsticker to actually adding a real feed and have newsticker work is another matter entirely. I'm reading what's in info newsticker and don't yet

Re: [O] A t-shirt idea;)

2013-03-27 Thread Jude DaShiell
Maybe something like: Feng Shui for your computer, ORG-MODE! would work. --- jude jdash...@shellworld.net Microsoft, windows is accessible. why do blind people need screen readers?

Re: [O] Org-mode as a replacement for Google Reader

2013-03-28 Thread Jude DaShiell
I did also try rss2email r2e and that needs its config.py file put in the ~/.rss2email/ directory and users will need to edit that config.py file to set things correct for local installations. It does work once this gets done. On Wed, 27 Mar 2013, Carmine Casciato wrote: Jude DaShiell

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

2013-04-09 Thread Jude DaShiell
So far as I could tell, http://mobileorg.ncogni.to/ didn't have mobileorg available for anything at all. The page just announced the management change status of the project and that it was removed from the apple store. There was I think a dropbox link on the page that wasn't labeled so I

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

2013-04-09 Thread Jude DaShiell
I may be able to come up with a G5 later this year have had to live several years without the mac mini since lightning killed it 52 days before Steve Jobs died. If necessary then I'll be able to go the git route and use xcode. On Tue, 9 Apr 2013, Jude DaShiell wrote: So far as I could tell

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

2013-04-23 Thread Jude DaShiell
Accessibility standards cover this area pretty thoroughly. http://governor.state.tx.us/disabilities/accessibledocs/ has some information that might be bent to emacs-orgmode's purposes. On Tue, 23 Apr 2013, Eric S Fraga wrote: Bastien b...@gnu.org writes: Eric S Fraga e.fr...@ucl.ac.uk

Re: [O] Org-mode documentation within Emacs

2013-04-23 Thread Jude DaShiell
If I remember, m-x org-info ought to do something. On Tue, 23 Apr 2013, Suvayu Ali wrote: Hi Karl, On Tue, Apr 23, 2013 at 04:04:31PM +0200, Karl Voit wrote: I am using Org-mode documentation from the HTML web page all the time. I once got a tipp that the Org-mode documentation

Re: [O] org-drill and emacspeak (fwd)

2013-07-23 Thread Jude DaShiell
--- jude jdash...@shellworld.net About to block another web browser version? Ask yourself what Tim Berners-lee would do. -- Forwarded message -- Date: Mon, 22 Jul 2013 08:11:57 From: Bart Bunting

Re: [O] Google-weather.el and the Latest Git Version of Org-mode

2012-08-31 Thread Jude DaShiell
It might be near time to investigate wunderground.com and loose google for weather before igoogle disappears. Other weather sites capable of text output may also be available, I haven't investigated that yet. --- jude

  1   2   3   >