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: l
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:
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 = $(prefix)/sha
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.
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
hierarch
I needed to fix a script on my end and just got it in hand.
.
> Could you provide a patch that works for *every* distro, including
> debian and slackware?
>
> Thanks!
>
> Jude DaShiell 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
>
>
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 he
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
Yes, thanks.
On Sat, 9 Jul 2011, Michael Brand wrote:
> Hi Jude
>
> On Sat, Jul 9, 2011 at 15:06, Jude DaShiell 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:
>
umentation gets
updated (may 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
I'll know when the documentation gets an update. Thanks.On Sat, 9 Jul
2011, Nick Dokos wrote:
> Jude DaShiell 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'
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.
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. So
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 b
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 b
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 rig
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?
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
section.
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
s
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 | | | | | |
| |
|-
82.2 | 74.2 | | | | | |
| |
|| | | | | | | | |
| |
#+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 wrote:
>
> > I removed a separa
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
mak
1, Bernt Hansen wrote:
> Jude DaShiell 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 g
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,
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?
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 writes:
>
> [...]
>
> > There are great examples in the documentation, and I thi
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,
Will mplayer play those videos? If yes, what kind of .mailcap entry will
be needed to enable the lynx browser to have mplayer used to play those
videos when I hit enter on a link? I heard a little bit of one of these
videos on a windows system and would like to arrange that capability on
debi
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
starti
ble doesn't work.
>
> Yours,
> Christian
>
>
> On 9/19/11 4: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 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 |
| [2011-07-21
vmin(@I..@II);f0 :: @>$2..@>$4=vmax(@I..@II);f0
On Mon, 19
Sep 2011, Nick Dokos wrote:
> Jude DaShiell wrote:
>
> > The min figures are definitely inaccurate.
> >
>
> I get different results from the ones you get:
>
> --8<---cut here---
The :f0 says display only integers. All decimals are chopped off.On Mon,
19 Sep 2011, Nick Dokos wrote:
> Jude DaShiell wrote:
>
> > The min figures are definitely inaccurate.
> >
>
> I get different results from the ones you get:
>
> --8<--
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 |
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 Eli
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
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
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 end
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 ca
Now generates an error 127.
Jude
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.
Script started on Tue 18 Oct 2011 12:55:27 AM EDT
jude@stmarys:~/org-mode$ make [K[K[K[K[Ksudo 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
gt; Hi Jude
>
> Have you 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 T
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 ins
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 If I got a nickel for every message I've
already sent supporting Microsoft Windows and its applications I'd have
enough to r
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
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 'spo
I forgot to hit the tab character before filling out the first
line/record, once I did that everything worked normally.
Jude
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 m
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
If I got a nickel for every message I've already sent supporting Microsoft
Windows and its applications I'd have
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 on today's date and editing it in the actual org
file and fill
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 wrote:
> >
> >> I needed to enter information for two dates in org-mode and went into
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 wrote:
>
> >
> > On 5.11.2011, at 03:03, Nick Dokos wrote:
> >
> > > Jude DaShiell wrote:
> > >
&g
* aptitude install emacs -r
get emacs text editor.
* aptitude install emacs -r
get emacs text editor.
Jude
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, they're both tools and to
o
log 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
>
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 availab
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
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 stor
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, h
Dead simple, 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
> wrote:
> > I had aquaemacs on my mac ear
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 confusi
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?
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.
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.
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.
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 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 evaluation of v
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?
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 wrote:
>
> > I wouldn't be wr
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
> wrote:
> > I wo
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 wrote:
>
> > Compare that documentation with the documentation
:
> Jude DaShiell wrote:
> > 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.
>
> Does not seem to match the data here
> http://git.kernel.org/?p=editors/
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
>
>
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 writes:
>
>
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 reposit
What should be used to replace the makeinfo program in the makefile for
org-mode? It appears to be missing from debian squeeze.
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
expe
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 in
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 ev
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 mak
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 comm
Someone please correct me if I'm wrong. I think the format strings for
org-mode to format dates may come from the date (1) man page.
On Thu, 19 Jul 2012, Matt Price wrote:
> Hi,
>
> On HTML export, want my timestamps to display as:
>
> Thursday, July 19
>
> or maybe:
>
> July 19 (Thu)
>
>
The file (1) command is available on some systems and makes guesses
about file formats to help users sort out unknown files. Maybe a for
loop in a script could find the info files and do so more reliably than
only checking a file's suffix. I think there's also a rather expensive
book availabl
Probably doing a table of links with the links going to multi-line text
and having links to return the user to the table itself would work. On
Tue, 31 Jul 2012, Giovanni Ridolfi wrote:
> Hi, Marvin
>
>
> Da: Marvin Doyley
> Inviato: Marted? 31 Luglio 2012 16:17
>
> > is there a way to wrap l
In the interests of supporting accessibility, does a variable setting in
org-mode exist such that if someone tries to add an image to org-mode's
management and org-mode can't find a title and description for that image,
the user gets prompted to enter both and then the image gets srored with
it
Good, that probably means it's one of the more accessible and usable web
sites on the internet.
On Thu, 9 Aug 2012, Marcelo de Moraes Serpa wrote:
> Hey list,
>
> Don't want to be negative, but doesn't anyone else also think the current
> design is kind of amateurish and not very attractive? I
Maybe try wrapping all paths in quotes and try again. On Fri, 24 Aug 2012,
Rainer Thiel wrote:
> Is there a way to install Org 7.9 under Windows Vista?
>
> I have written the following local.mk in the Org installation directory:
>
> -->
> # Name of your emacs binary
> EMACS = emacs.exe
>
> # W
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
Adob
I think for individuals wunderground.com is free, but for organizations
it's a paid arrangement. On Fri, 31 Aug 2012, Nick Dokos wrote:
> Jude DaShiell wrote:
>
> > It might be near time to investigate wunderground.com and loose google for
> > weather before igoogle dis
I'm pretty sure a (") needs to go right after the first (:) and another
needs to be just before the first (]) character. On Thu, 6 Sep 2012,
Marcelo de Moraes Serpa wrote:
> Hi list,
>
> I have several links that use the file protocol to open files indexed in
> org entries. They work fine for e
Something is undocumented and broken. Attempting to create the table
documented in section 3.1 of the manual generates a beep and the message:
Symbol's value as variable is void: org-use-sub-superscripts
at the bottom of the screen and hitting tab just tells me I'm at the
beginning of the buffer
This happens using gnu-emacs 23.41 and org 7.9.11 and that emacs is the
current debian package version. I used git clone to install and update
org mode too.
On Fri, 7 Sep 2012, Charles Philip Chan wrote:
> Jude DaShiell writes:
>
> Hi Jude:
>
> > Something is undoc
Philip Chan wrote:
> Jude DaShiell writes:
>
> Hi Jude:
>
> > This happens using gnu-emacs 23.41 and org 7.9.11 and that emacs is
> > the current debian package version. I used git clone to install and
> > update org mode too.
>
> Maybe it is a mixed instal
Okay, that make ./uncompiled did the trick, everything had its autoloads
made again and now the example in 3.1 works with no problems. Thanks.
On Fri, 7 Sep 2012, Achim Gratz wrote:
> Jude DaShiell writes:
> > This happens using gnu-emacs 23.41 and org 7.9.11 and that emacs is the
&g
I have a table set up with the first column being a date column and I put
a date stamp of <2012-11-10 Sat +1D> in for the first date. I figure to
use the table to log events not in any todo context. Does some way exist
when I tab into the next row of the table that <2012-11-11 Sun +1D> would
On Mon, 12 Nov 2012, Michael Brand wrote:
> Hi Jude
>
> On Mon, Nov 12, 2012 at 7:46 PM, Jude DaShiell
> wrote:
> > I have a table set up with the first column being a date column and I put
> > a date stamp of <2012-11-10 Sat +1D> in for the first date. I figu
On Mon, 12 Nov 2012, Sean Lynch wrote:
> I start with the following orgmode file called org-test.org:
>
> ---beginning of org-test.org ---
>
> * test
> ** TODO test add date
> ** testing
>
> ---end of org-test.org
>
> I put the cursor at the end of the first subheading under "
Why is it when I try putting a date in this table using the calendar I get
no date entered when in a blank field and hear the message:
Before first headline at position 376 in buffer medlog.org
| date | sugar | weight | cystalic | diastalic | exercise
| notes
On Mon, 12 Nov 2012, Sean Lynch wrote:
>
>
> On 11/12/2012 06:13 PM, Jude DaShiell wrote:
> > On Mon, 12 Nov 2012, Sean Lynch wrote:
> >
> >> I start with the following orgmode file called org-test.org:
> >>
> >> ---beginning of org-test.org ---
On Mon, 12 Nov 2012, Nick Dokos wrote:
> Jude DaShiell wrote:
>
> > Why is it when I try putting a date in this table using the calendar I get
> > no date entered when in a blank field and hear the message:
> > Before first headline at position 376 in buffer medlog.o
On Mon, 12 Nov 2012, Sean Lynch wrote:
>
>
> On 11/12/2012 06:55 PM, Nick Dokos wrote:
> >
> > I cannot reproduce this with
> >
> > Org-mode version 7.9.2 (release_7.9.2-577-gb0a051 @
> > /home/nick/elisp/org-mode/lisp/)
> >
> > and it sounds as if something is really broken in your setup (e
On Tue, 13 Nov 2012, Nick Dokos wrote:
> Jude DaShiell wrote:
>
> > On Mon, 12 Nov 2012, Nick Dokos wrote:
> >
> > > Jude DaShiell wrote:
> > >
> > > > Why is it when I try putting a date in this table using the calendar I
> > > >
1 - 100 of 264 matches
Mail list logo