Re: [O] MobileOrg

2015-11-21 Thread Ed Hirgelt
On Sat, 21 Nov 2015 10:42:24 -0500 Peter Davis wrote: > > On Fri, Nov 20, 2015, at 03:58 PM, dean wrote: > > On 11/21/15 00:14, Peter Davis wrote: > > Hi pd, > > > > > I'm just starting out with MobileOrg, using Dropbox, but I'm > > > confused by the setup instructions. I've gotten the app linked

Re: [Orgmode] text ignoring page breaks (was Latex export to A4)

2009-11-23 Thread Ed Hirgelt
On Mon, Nov 23, 2009 at 9:27 AM, Graham Smith wrote: > Well this seems to be nothing to do with the page size as other files > are working fine. I have now opened a new file and typed everything > in from scratch and still getting the same problem. I have looked at > the tex file and can't see a

Re: [Orgmode] setting date for org -> latex exporter

2009-08-31 Thread Ed Hirgelt
On Aug 31, 2009, at 2:02 PM, John Rakestraw wrote: I'd like it either not to have a date at all, or to have "Fall 2009" instead of today's date. #+Date: Fall 2009 will take care of it. Ed ___ Emacs-orgmode mailing list Remember: use `Reply All

Re: [Orgmode] Export Org Mode in Wiki Format

2009-07-15 Thread Ed Hirgelt
On Jul 15, 2009, at 12:30 PM, Mike Malloy wrote: I would like to export a .org file to a Confluence wiki page. Does anyone have any insight of how to do this? I'v found that exporting to HTML then visiting http://toolserver.org/~diberri/cgi-bin/html2wiki/index.cgi works quite nicely. I d

[Orgmode] Patch to LaTeX Export verbatim

2009-06-17 Thread Ed Hirgelt
git. Thanks, Ed Hirgelt org-exp.patch Description: Binary data ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Problem with org-mac-message.el

2009-04-01 Thread Ed Hirgelt
I've found that org-mac-message-get-link has a problem inserting [["]] as the first item. The following change makes it better... diff --git a/lisp/org-mac-message.el b/lisp/org-mac-message.el index 4e10062..e8697c4 100644 --- a/lisp/org-mac-message.el +++ b/lisp/org-mac-message.el @@ -119,7 +

[Orgmode] Problem with archiving

2009-03-02 Thread Ed Hirgelt
Using the latest from git: when I try to archive a subtree with C-c $, I get org-archive-subtree: Wrong type argument: number-or-marker-p, nil Archive is going to the default location, in my case Tasks.org_archive in the same directory. This also failed with a newly created file. Thanks,

[Orgmode] Checkboxes and Blank Lines

2009-02-26 Thread Ed Hirgelt
There is a difference in behavior of checkboxes when blank lines are inserted between list items. This is the default, I believe, when using M-Return to create a new list item. The following reproduces the problem. Type C-c# in the Works case and the count is updated to 0/2 (with C-cC-c in the

Re: [Orgmode] Return on a task behaves like TAB

2009-02-04 Thread Ed Hirgelt
That is interesting. I do the same thing. I am at 6.21a and the old behavior still works for me. What version are you using? Ed Hirgelt ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gn

[Orgmode] Links to Thunderbird e-mail

2008-11-03 Thread Ed Hirgelt
Does anyone know of a way to link to Thunderbird email similar to org-mac-message-get-link & org-mac-message-insert-link? Thanks, Ed ___ Emacs-orgmode mailing list Remember: use `Reply All' to send replies to the list. Emacs-orgmode@gnu.org http://lis

Re: [Orgmode] FR: source code

2008-01-09 Thread Ed Hirgelt
On Jan 8, 2008, at 8:04 PM, Eddward DeVilla wrote: On Jan 8, 2008 8:03 AM, Bastien <[EMAIL PROTECTED]> wrote: BTW, we had a discussion earlier with Carsten on whether the #+BEGIN* directives formed a consistent class. I suggested to distinguish between #+BEGIN_[export_language] and #+BEGIN_[t

Re: [Orgmode] appointment done doesn't go away

2007-12-17 Thread Ed Hirgelt
On Dec 17, 2007 9:53 AM, cezar <[EMAIL PROTECTED]> wrote: > I have a TODO item marked as an appointment. After marking it done I'd > expect it to disappear from my agenda view. > Would you guys mark appointments as TODOs or just leave them without > any tag ? I do not tag appointments. I le

Re: [Orgmode] undo in org.el

2007-11-13 Thread Ed Hirgelt
Tim O'Callaghan wrote: If that was a call to Xemacs users to identify themselves, then here is one. Even though it is in the Emacs CVS tree now should not turn it into an Emacs only tool IMHO. Another XEmacs user raising his hand -- please keep XEmacs compatibility. Thanks, Ed

[Orgmode] Bug in 4.67

2007-02-26 Thread Ed Hirgelt
tool. Ed -- Ed Hirgelt --- Life is too short to read bad books. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] buffer-substring-filters again

2007-01-25 Thread Ed Hirgelt
x27;buffer-substring-filters) buffer-substring-filters nil))) -- Ed Hirgelt Life is too short to read bad books. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: org-mode 4.63 (was: [Orgmode] agenda mode)

2007-01-25 Thread Ed Hirgelt
On 1/25/07, Carsten Dominik <[EMAIL PROTECTED]> wrote: I have just uploaded 4.63 which fixes this problem for now - Both 4.62 & 4.63 suffer from another problem, perhaps limited to XEmacs. In org-agenda-mode org-set-local is called like this: (org-set-local 'buffer-substring-filters

Re: [Orgmode] Text Formatting?

2006-10-19 Thread Ed Hirgelt
ith the fill prefix andreinserts the fill prefix in each resulting line.-- Ed Hirgelt   Discovery consists of seeing what everybody has seenand thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

[Orgmode] Blank lines between bullet items

2006-09-13 Thread Ed Hirgelt
eow)      (beginning-of-line 1))!    (t (newline (if org-blank-before-bullet 2 1    (insert bul (if checkbox "[ ]" ""))     (just-one-space)    (setq pos (point))Thanks,Ed-- Ed Hirgelt Discovery consists of seeing what everybody has seenand thinking what nob

Re: [Orgmode] Org-mode version 4.48

2006-09-08 Thread Ed Hirgelt
On 9/8/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: 4.49 is up, with the bug fixed.Thanks for the quick turn around.  That fixed the problem.Ed-- Ed Hirgelt   Discovery consists of seeing what everybody has seenand thinking what nobody has t

Re: [Orgmode] Emphasis font-lock question.

2006-09-08 Thread Ed Hirgelt
ion.  The @<> is more verbose, but unambiguous.-=Ed=--- Ed Hirgelt Discovery consists of seeing what everybody has seenand thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode

Re: [Orgmode] Org-mode version 4.48

2006-09-08 Thread Ed Hirgelt
On 9/8/06, Carsten Dominik <[EMAIL PROTECTED]> wrote: I am releasing Org-mode 4.48, as usually at the addressCarsten, I found a difference in exporting between 4.47 & 4.48.  The attached file demonstrates the problem and the HTML that was generated. Thanks,Ed-- Ed Hirgelt 925.324.856

Re: [Orgmode] Clock reporting

2006-09-07 Thread Ed Hirgelt
the file at the time (which may be another factor).Hope this helps,Ed-- Ed Hirgelt    Discovery consists of seeing what everybody has seenand thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.gnu.org/mailm

Re: [Emacs-orgmode] Quick fix: 4.47

2006-09-01 Thread Ed Hirgelt
quick reports from Ed and Daniel.http://www.astro.uva.nl/~dominik/Tools/org/ - Carsten___Emacs-orgmode mailing listEmacs-orgmode@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-orgmode-- Ed Hirgelt 925.324.8563Discovery consists of seeing what eve

Re: [Emacs-orgmode] org-mode 4.46

2006-09-01 Thread Ed Hirgelt
simply invoking M-x make-frame will show the problem. I'm using XEmacs 21.4.19 (on Cygwin). Thanks, Ed -- Ed Hirgelt 925.324.8563 Discovery consists of seeing what everybody has seen and thinking what nobody has thought. ___ Emacs-orgmode m

Re: [Emacs-orgmode] Managing files?

2006-08-31 Thread Ed Hirgelt
(substitute-in-file-name (expand-file-name path (apps (append org-file-apps (org-default-apps))) -- Ed Hirgelt Discovery consists of seeing what everybody has seen and thinking what nobody has thought. ___ Emacs-orgmode maili

[Emacs-orgmode] Problem with org-publish-get-plists

2006-08-25 Thread Ed Hirgelt
(puthash (file-truename f) (car project) org-publish-files))))) plists)) -- Ed Hirgelt Discovery consists of seeing what everybody has seen and thinking what nobody has thought. ___ Emacs-orgmode mailing list Emacs-orgmode@gnu.org http://lists.