Re: [O] S-M-right problem in orgstruct-mode

2013-03-09 Thread Christopher Schmidt
Bastien b...@altern.org writes: Alan Schmitt alan.schm...@polytechnique.org writes: and do a shift-meta-right on the second line, I get: #+BEGIN_SRC emacs-lisp ;;; * Test 1 ** Test2 #+END_SRC I confirm this issue. The easiest thing to do is to prevent some commands to run when

Re: [O] S-M-right problem in orgstruct-mode

2013-03-09 Thread Christopher Schmidt
Bastien b...@altern.org writes: Christopher Schmidt christop...@ch.ristopher.com writes: ( In the long term this should be fixed properly. Considering that point is already on an actual headline, Org just needs to add or remove a star. This should not be too hard with org-heading

Re: [O] S-M-right problem in orgstruct-mode

2013-03-09 Thread Christopher Schmidt
Alan Schmitt alan.schm...@polytechnique.org writes: Looking at it there seems to be occurrences of '++' that are a bit strange. Was it garbled when attached? Ooops, I forgot to finalise my merge. --- a/lisp/org.el +++ b/lisp/org.el @@ -8658,7 +8658,7 @@ If WITH-CASE is non-nil, the sorting will

Re: [O] S-M-right problem in orgstruct-mode

2013-03-10 Thread Christopher Schmidt
Bastien b...@altern.org writes: Hi there, Alan Schmitt alan.schm...@polytechnique.org writes: even though the cursor is on a structure element. Maybe a more information this function is disabled would work (if it's possible). But as I said, it's a nitpick. thank you very much for testing

Re: [O] ox-html.el removal

2013-03-10 Thread Christopher Schmidt
Detlef Steuer detlef.ste...@gmx.de writes: But: The papers the FSF asked you to sign were constructed for exactly this case I assume. That's not right. https://www.gnu.org/licenses/why-assign.html I am not a copyright lawyer. So is everyone else subscribed to this list. The FSF's

Re: [O] org-check.org confusion

2013-03-20 Thread Christopher Schmidt
Loyall, David david.loy...@nebraska.gov writes: Dear orgmode users: what does that represent? (info (emacs)Interlocking) Christopher

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-03-29 Thread Christopher Schmidt
Eric Schulte schulte.e...@gmail.com writes: I'm seeing this same problem when editing email with the latest Org-mode and OrgStruct mode. Meta-RET raises the error orgstruct-error: This key has no function outside structure elements This corner case is worked around in master now.

Re: [O] Visibility cycling applied on several windows

2013-04-02 Thread Christopher Schmidt
Thorsten Jolitz tjol...@gmail.com writes: maybe this is what you need (untested): http://www.gnu.org/software/emacs/manual/html_node/emacs/Indirect-Buffers.html No, an indirect buffer shares its parent's text properties. Christopher

Re: [O] Bug in structmode++?

2013-05-06 Thread Christopher Schmidt
Nicolas Goaziou n.goaz...@gmail.com writes: Igor Sosa Mayor joseleopoldo1...@gmail.com writes: Thanks Nicolas. At least, I dont feel alone anymore... Is there any chance this getting fixed somehow? I used to use it very often in my emails and I miss it. I miss it, too. I didn't follow

Re: [O] Bug in structmode++?

2013-05-07 Thread Christopher Schmidt
Bastien b...@gnu.org writes: orgstruct(++)-mode used to set auto-fill-function to 'org-auto-fill-function. This behaviour is too intrusive so we removed it. You either need to indent secondary lines by hand or set auto-fill-function back to org-auto-fill-function. I don't remember why it

Re: [O] Bug in structmode++?

2013-05-12 Thread Christopher Schmidt
The Dude rafal.kowal...@mac.com writes: No, you're not alone. I'm experiencing the same behavior and I'm running the exact same versions. It's really annoying. org-version: 8.0.2; emacs-version: 24.3.1 Please give the current master a try. Christopher

Re: [O] orgstruct in emacs -nw

2013-05-23 Thread Christopher Schmidt
I tried to use the orgstruct minor mode, but it didn't seem to do anything, although I used exactly the same setup Bastien showed in his interview[1]. After a while, I realized it was because I was using emacs in an xterm. Steps to reproduce below.[2] Some bindings, such as M-TAB, C-n or

Re: [O] orgstruct: broken global visibility cycling, when in comments

2013-06-15 Thread Christopher Schmidt
Nathaniel Cunningham nathaniel.cunning...@gmail.com writes: I have orgstruct-heading-prefix-regexp set to ^;;. Does setting orgstruct-heading-prefix-regexp to ;; make a difference? Christopher

Re: [O] Bug report: org-habit is not required by default

2012-09-04 Thread Christopher Schmidt
Russell Branca chewbra...@gmail.com writes: While playing with org agenda mode and habits, I ran into the error: symbol's function definition is void org-is-habit-p The underlying problem was that org-habit did not get loaded. After manually requiring org-habit everything works as expected.

[O] org-export-region-as-latex skips header

2012-10-19 Thread Christopher Schmidt
Org-mode version 7.9.2 (release_7.9.2-52-g921998) C-x b test RET insert * dub M-: (org-export-region-as-latex (point-min) (point-max) nil 'string) RET org-export-region-as-latex returns \\section{dub}\n\\label{sec-1}\n\n\\end{document}\n This does not look right to me. Where is the

[O] TeX-master: TeX-master is let-bound

2012-10-25 Thread Christopher Schmidt
org-export-as-latex (org-latex.el) let-binds TeX-master. Later on feature tex may be loaded. This is a problem, because in that case the defvar TeX-master of tex (AUCTeX) is ignored. Warning: defvar ignored because TeX-master is let-bound This issue could be fixed by adding (require 'tex

[O] org-contacts.el does not require org-agenda

2012-10-25 Thread Christopher Schmidt
org-contacts uses agenda functions but does not require org-agenda. This is a bug. Christopher

Re: [O] TeX-master: TeX-master is let-bound

2012-10-25 Thread Christopher Schmidt
Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Thu, Oct 25, 2012 at 05:48:57PM +0100, Christopher Schmidt wrote: org-export-as-latex (org-latex.el) let-binds TeX-master. Later on feature tex may be loaded. This is a problem, because in that case the defvar TeX-master of tex (AUCTeX

Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Christopher Schmidt
Bastien b...@altern.org writes: Christopher Schmidt christop...@ch.ristopher.com writes: org-contacts uses agenda functions but does not require org-agenda. No, org-contacts does not use any org-agenda.el function. I see, some functions prefixed with org-agenda- are defined in org.el

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Christopher Schmidt
Suvayu Ali fatkasuvayu+li...@gmail.com writes: I believe the reason was to get rid of auctex prompting for the master file name every time an org file is exported to LaTeX. The default value it t anyway. The docstring suggests that this variable should be set via file variables. I do not

Re: [O] org-contacts.el does not require org-agenda

2012-10-26 Thread Christopher Schmidt
Bastien b...@altern.org writes: Thanks. I've added (require 'org-agenda) to org-contacts.el. Thank you very much. Christopher

Re: [O] TeX-master: TeX-master is let-bound

2012-10-26 Thread Christopher Schmidt
Christopher Witte ch...@witte.net.au writes: It probably has something to do with this thread: http://lists.gnu.org/archive/html/emacs-orgmode/2012-02/msg00473.html I do not think so, latex export has nothing to do with reftex. This is the commit in questions

Re: [O] TeX-master: TeX-master is let-bound

2012-10-29 Thread Christopher Schmidt
Nick Dokos nicholas.do...@hp.com writes: In any case, if you can get rid of the let-bind (or the need to muck with TeX-master at all within org), without introducing a regression, we are all ears. I think adding (require 'tex nil t) before the let form is a nice fix. IMO the situation ATM is

Re: [O] TeX-master: TeX-master is let-bound

2012-10-29 Thread Christopher Schmidt
Nick Dokos nicholas.do...@hp.com writes: What missing variable definition? By the time the export is finished, the let-bind is gone. There is no definition of TeX-master anywhere, just as if you never had org loaded: why should auctex object to that? So I don't understand why it would break:

Re: [O] TeX-master: TeX-master is let-bound

2012-10-30 Thread Christopher Schmidt
Nick Dokos nicholas.do...@hp.com writes: Hi Nick, Christopher Schmidt christop...@ch.ristopher.com wrote: Nick Dokos nicholas.do...@hp.com writes: What missing variable definition? By the time the export is finished, the let-bind is gone. There is no definition of TeX-master anywhere

Re: [O] TeX-master: TeX-master is let-bound

2012-10-30 Thread Christopher Schmidt
Nick Dokos nicholas.do...@hp.com writes: Not in my case: (latex-mode) loads the standard tex mode. How do you get auctex loaded? I thought it was a separate package that needs special initialization: (load auctex.el nil t t) is what the documentation says. And I have 11.86 which I believe is

Re: [O] TeX-master: TeX-master is let-bound

2012-11-01 Thread Christopher Schmidt
Nick Dokos nicholas.do...@hp.com writes: Hi Nick, were you able to reproduce my problem? Christopher Schmidt christop...@ch.ristopher.com wrote: Nick Dokos nicholas.do...@hp.com writes: In any case, if you can get rid of the let-bind (or the need to muck with TeX-master at all within org

[O] Bug: ORG_ADD_CONTRIB does not work the first time [7.9.2]

2012-11-07 Thread Christopher Schmidt
I am using the maint as of today (c20730b). make ORG_ADD_CONTRIB=org-contacts prefix=/tmp/org install Running this once in a clean org-mode working tree results in org not copying org-contacts.el(c) to /tmp/org/emacs/site-lisp/org. Running the command a second time does that, though. This

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-11-07 Thread Christopher Schmidt
Michael Heerdegen michael_heerde...@web.de writes: So, IMHO `org-display-outline-path' should still display its stuff in the echo area, but prevent logging in *Messages*. AFAIK, the way to do this is to bind `message-log-max' to nil. I'm not sure if this is the right thing in every case, but

Re: [O] Bug: ORG_ADD_CONTRIB does not work the first time [7.9.2]

2012-11-07 Thread Christopher Schmidt
Achim Gratz strom...@nexgo.de writes: Christopher Schmidt writes: I am using the maint as of today (c20730b). make ORG_ADD_CONTRIB=org-contacts prefix=/tmp/org install Running this once in a clean org-mode working tree results in org not copying org-contacts.el(c) to /tmp/org/emacs/site

Re: [O] Bug: Messaging when moving in the agenda [7.9.2 (7.9.2-GNU-Emacs-24-3 @ /usr/share/emacs/24.2.50/lisp/org/)]

2012-11-07 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: +1, I totally agree. These message do not need to be logged into the ^^^ *Messages*-buffer because this provides no benefit whatsoever. s/message/messages Christopher

[O] Bug: non-interactive org-export-region-as... modifies kill-ring [7.9.2 (release_7.9.2-103-g488eea)]

2012-12-12 Thread Christopher Schmidt
Title says it all. For example evaling (org-export-region-as-latex (point-min) (point-max) nil (get-buffer-create res)) via M-: in an org-mode buffer will put the export content in the kill ring. That's not nice. I think only the interactive call should do that. Christopher

Re: [O] Bug: non-interactive org-export-region-as... modifies kill-ring [7.9.2 (release_7.9.2-103-g488eea)]

2012-12-13 Thread Christopher Schmidt
Bastien b...@altern.org writes: Christopher Schmidt christop...@ch.ristopher.com writes: Title says it all. For example evaling (org-export-region-as-latex (point-min) (point-max) nil (get-buffer-create res)) via M-: in an org-mode buffer will put the export content in the kill ring. That's

Re: [O] TeX-master: TeX-master is let-bound

2013-01-24 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: The default value it t anyway. The docstring suggests that this variable should be set via file variables. I do not think org-mode should worry about AUCTeX. Ping? The default value of TeX-master is t. Binding a symbol which might

Re: [O] TeX-master: TeX-master is let-bound

2013-01-25 Thread Christopher Schmidt
Bastien b...@altern.org writes: Hi Bastien, thanks for your reply. Christopher Schmidt christop...@ch.ristopher.com writes: Christopher Schmidt christop...@ch.ristopher.com writes: The default value it t anyway. The docstring suggests that this variable should be set via file variables. I

Re: [O] TeX-master: TeX-master is let-bound

2013-01-26 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: Bastien b...@altern.org writes: Can you provide a reproducible recipe? I already did, check 87390w5...@ch.ristopher.com. The issue I described will only occur if one uses AUCTeX and AUCTeX has not been loaded already. Nick did

Re: [O] TeX-master: TeX-master is let-bound

2013-01-26 Thread Christopher Schmidt
Bastien b...@altern.org writes: Christopher Schmidt christop...@ch.ristopher.com writes: $ emacs -q --eval (progn (package-refresh-contents) (package-install 'auctex) (kill-emacs)) I can't install auctex through package-install. Why is that? What's failing? ( export HOME=/tmp makes

Re: [O] TeX-master: TeX-master is let-bound

2013-01-26 Thread Christopher Schmidt
Bastien b...@altern.org writes: Generating autoloads for tex-jp.el... forward-sexp: Scan error: Unbalanced parentheses, 8785, 28213 When compiling. I have no idea. emacs-24 (GNU Emacs 24.2.90.1) works fine. I'm off for the week-end, I'll dig this further later on next week. Thank you very

[O] org-archive-add-header-to-new-files

2013-01-28 Thread Christopher Schmidt
Hi Org, here is a patch to master that allows one to inhibit the addition of the header line to newly created archive files. 2013-01-28 Christopher Schmidt christop...@ch.ristopher.com * org-archive.el (org-archive-add-header-to-new-files): New option

[O] orgstruct-mode with custom headline prefix

2013-01-28 Thread Christopher Schmidt
Hi Org, here is a patch for master that enables the use of a custom headline prefix file locally in conjunction with orgstruct-mode. 2013-01-28 Christopher Schmidt christop...@ch.ristopher.com * org.el (org-outline-regexp, org-heading-regexp): Make them safe local

Re: [O] org-archive-add-header-to-new-files

2013-01-30 Thread Christopher Schmidt
Bastien b...@altern.org writes: Thanks for the ChangeLog, would be even greater to have it directly within the patch as produced by git format-patch! In master, I added `org-archive-file-header-format' which see. Thanks for this idea, Thank you very much. Christopher

Re: [O] orgstruct-mode with custom headline prefix

2013-01-30 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: here is a patch for master that enables the use of a custom headline prefix file locally in conjunction with orgstruct-mode. Here is the patch, now applying cleanly on master again. --- a/lisp/org-agenda.el +++ b/lisp/org-agenda.el

Re: [O] orgstruct-mode with custom headline prefix

2013-01-31 Thread Christopher Schmidt
Bastien b...@altern.org writes: Can you give an indication on how it impacts the generation of agenda? This is a potential blocker. It should not impact agenda generation at all - neither feature nor performance-wise. All non-trivial changes are in parts of the code that directly relate to

Re: [O] orgstruct-mode with custom headline prefix

2013-01-31 Thread Christopher Schmidt
Bastien b...@altern.org writes: Hi Bastien, Bastien b...@altern.org writes: Can you give an indication on how it impacts the generation of agenda? This is a potential blocker. It should not impact agenda generation at all - neither feature nor performance-wise. All non-trivial changes

Re: [O] ...

2013-01-31 Thread Christopher Schmidt
Carsten Dominik carsten.domi...@gmail.com writes: Hi Christopher, I mant to copy the list, I am doing this again now. Wow, I was not aware that Emacs caches by content, this is an important piece of information. I guess this removed the main concern I had. Thanks for looking it up in

Re: [O] orgstruct-mode with custom headline prefix (was: ...)

2013-01-31 Thread Christopher Schmidt
Carsten Dominik carsten.domi...@gmail.com writes: I was just thinking, if you are setting up two local variables, you could set up three and include org-outline-regexp-bol as well. Or, you could just set up org-outline-regexp', and make the function org-struct-mode set up the other two as

Re: [O] orgstruct-mode with custom headline prefix

2013-01-31 Thread Christopher Schmidt
) ;; orgstruct-heading-prefix-regexp: ;;; ;; End: It cannot get any easier than this. 2013-01-31 Christopher Schmidt christop...@ch.ristopher.com * org.el (org-cycle-global-status, org-cycle-subtree-status): Set state property. (org-heading-components): Use

Re: [O] orgstruct-mode with custom headline prefix

2013-01-31 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: This is the memory profiler result. a2febd210182d9e1a37b0d7fd9ee007a10abc4bc refs/remotes/origin/HEAD Saved working directory and index state WIP on master: a2febd2 Merge branch 'maint' HEAD is now at a2febd2 Merge branch

Re: [O] Off for the next four days

2013-02-01 Thread Christopher Schmidt
Bastien b...@altern.org writes: I've released Org 7.9.3e, a minor fixes release, which makes current agenda optimizations available to The Rest of The World. Thank you so much for your hard work. Would it be possible to set an announce-only mailing list up? Christopher

Re: [O] orgstruct-mode with custom headline prefix

2013-02-10 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: Here is the patch. Now one just needs ;; Local Variables: ;; eval: (orgstruct-mode 1) ;; orgstruct-heading-prefix-regexp: ;;; ;; End: This is in master now. The commit is a3f6570. Christopher

Re: [O] orgstruct-mode with custom headline prefix

2013-02-12 Thread Christopher Schmidt
Achim Gratz strom...@nexgo.de writes: This introduces the following failures in compilation with Emacs 24.2 and has a high chance of not working at all in some setups: --8---cut here---start-8--- Compiling /home/gratz/lisp/org-mode/lisp/org.el... In

Re: [O] orgstruct-mode with custom headline prefix

2013-02-13 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: I will push a fix ASAP. I did that now. d6f69f5 org.el: Use let instead of progv in org-run-like-in-org-mode ea2d107 org.el: Declare orgstruct-mode Christopher

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-13 Thread Christopher Schmidt
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: Since the last pull I made, I can't expand anymore BBDB aliases in Gnus... because of Org! Debugger entered--Lisp error: (error Lisp nesting exceeds `max-lisp-eval-depth') It looks like this is orgstruct-mode and

Re: [O] [BUG] (error Lisp nesting exceeds `max-lisp-eval-depth')

2013-02-13 Thread Christopher Schmidt
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: What's weird is that I applied the patch, and then did C-M-x with the cursor in the function. I did test composing an email, and it still did not work. I restarted Emacs to be really, really sure, and now it works!

Re: [O] Bug in orgstruct++?

2013-02-13 Thread Christopher Schmidt
Thorsten Jolitz tjol...@gmail.com writes: after upgrading to the newest git-version just moments ago, I had to disable orgstruct++ in message-mode because of this error: , | org-defkey: Key sequence C-c @ C- starts with

Re: [O] TeX-master: TeX-master is let-bound

2013-02-19 Thread Christopher Schmidt
Over at emacs-devel Tassilo Horn hit on the very same problem. This is what Glenn said (har4kdkrnv@fencepost.gnu.org): Tassilo Horn wrote: (let ((crm-separator ,)) (require 'crm)) This is a long-standing issue. The only solution at the moment is don't do

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-22 Thread Christopher Schmidt
Eric Schulte schulte.e...@gmail.com writes: I use orgstruct mode in my message mode, so that I may easily include tables and lists when writing and responding to mail. orgstruct-mode does not help you with tables. That is orgtbl-mode. This week, I've suddenly noticed that when I press

[O] Bug: org-map-entries docstring

2013-02-22 Thread Christopher Schmidt
C-h f org-map-entries RET The remaining args are treated as settings for the skipping facilities of the scanner. The following items can be given here: archiveskip trees with the archive tag. commentskip trees with the COMMENT keyword function or Emacs Lisp

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-22 Thread Christopher Schmidt
Eric Schulte schulte.e...@gmail.com writes: Yes this fixes the problem. Thank you. I committed this. 14df16d org.el: Use longest form when translating keys. Christopher

Re: [O] TeX-master: TeX-master is let-bound

2013-02-23 Thread Christopher Schmidt
Bastien b...@altern.org writes: Hi Bastien, The problem is not in master anymore, That's great! I add AUCTeX from ELPA, then I emacs -Q and loaded autoload-auctex.el to make sure the autoloads were correct. I can reproduce this. (Current maint, GNU Emacs 24.2.93.2) Did you push AUCTeX's

Re: [O] [bug] orgstruct has suddenly become overly opinionated about legal keystrokes

2013-02-25 Thread Christopher Schmidt
Sebastien Vauban wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes: [...] is new behavior as of the last couple of weeks. ... and I also experience a quite recent change. Before, when composing an email, I could edit lists and convert them from itemized to enumerated ones, such

[O] orgstuct++ does not lurk silently in the shadow

2012-03-08 Thread Christopher Schmidt
Hi gurus, I have a problem with Org-mode version 7.8.03 (release_7.8.03.351.g47eb3) on GNU Emacs 24.0.94.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.9) of 2012-03-08. (info (org)Orgstruct mode) says that one is allowed to use orgtbl-mode in message-mode. Unfortunately this does not work as

[O] orgstruct++ does not lurk silently in the shadow (was: orgstuct++ does not lurk silently in the shadow)

2012-03-08 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: [...] (info (org)Orgstruct mode) says that one is allowed to use orgtbl-mode in message-mode. Unfortunately this does not work as expected. Typo - I meant orgstruct-mode of course. Christopher

Re: [O] org ELPA package 20120216 cannot be downloaded

2012-03-20 Thread Christopher Schmidt
Tassilo Horn tass...@member.fsf.org writes: on IRC someone just reported that org 20120216 as it is listed in the GNU ELPA archive won't download. When trying to install, all you get is this error: package-handle-response: Error during download request: Not Found Probably a dead link or

Re: [O] org ELPA package 20120216 cannot be downloaded

2012-03-20 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: I think this is a GNU ELPA problem. The cronjob that mirrors the content of the ELPA branch to the actual files that can be accessed via elpa.gnu.org/packages is no run any more. It looks like the 14th of February was the last time

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-29 Thread Christopher Schmidt
Bastien b...@gnu.org writes: This should be fixed now in master. Thank you so much for fixing this. There is still one major issue, though. Consider this text: , | rms | foo | | org-mode ` Place the point somewhere in the first or second line and do a M-q. Vanilla

Re: [O] orgstuct++ does not lurk silently in the shadow

2012-04-29 Thread Christopher Schmidt
Christopher Schmidt christop...@ch.ristopher.com writes: There is still one major issue, though. Consider this text: , | rms | foo | | org-mode ` Place the point somewhere in the first or second line and do a M-q. Vanilla message-mode correctly recognises

Re: [O] More problems with orgstruct++-mode, message-mode and auto fill

2012-05-09 Thread Christopher Schmidt
Bernt Hansen be...@norang.ca writes: For now I've dropped orgstruct++-mode from my message-mode hook but I'm going to miss this for lists in my emails. orgstruct-mode/orgtbl-mode work fine and do not break anything. Christopher

Re: [O] org-install not defining org-mode-map?

2012-05-15 Thread Christopher Schmidt
Eric Abrahamsen e...@ericabrahamsen.net writes: I must have done something odd here, but… Yes. On emacs startup, org-mode-map is not getting defined for some reason, so a bunch of `eval-after-load' forms are throwing errors. I'm using org from git, and the following is the first offending

Re: [O] plain text best practice?

2012-06-05 Thread Christopher Schmidt
scraw...@gmail.com writes: * Chapter One - lots of text * Chapter Two - lots more text These are lists (info (org)Plain lists). I do not think you want that. * Chapter One ** paragraph 1 lots of text ** paragraph 2 lots of text * Chapter Two This is exactly what