[O] Bug: org-list-demote-modify-bullet doesn't work with alpha characters to unordered list [9.1.14 (9.1.14-1-g4931fc-elpaplus @ /Users/bigtyme/Programs/scimax/elpa/org-plus-contrib-20180917/)]

2019-02-14 Thread Jeffrey Spencer
Remember to cover the basics, that is, what you expected to happen and
what in fact did happen.  You don't know how to make a good report?  See

https://orgmode.org/manual/Feedback.html#Feedback

Your bug report will be posted to the Org mailing list.

The first two work below but going from alphabetical to unordered list
(second two)
doesn't work. Is there a reason or way to fix this?

(setq org-list-demote-modify-bullet
 '(("1." . "+") ("A." . "a.") ("a." . "+") ("A)" . "+")))


Emacs  : GNU Emacs 26.1 (build 1, x86_64-apple-darwin15.6.0, NS
appkit-1404.47 Version 10.11.6 (Build 15G20015))
of 2018-06-03
Package: Org mode version 9.1.14 (9.1.14-1-g4931fc-elpaplus @
/Users/bigtyme/Programs/scimax/elpa/org-plus-contrib-20180917/)


Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
How do I change the below to load for example: ~/Dropbox/kitchingroup/jmax/
instead of the current directory the init.el file is in. Then I can link
init.el to .emacs.d and I think all will work properly.

(defconst starter-kit-dir (file-name-directory (or load-file-name
(buffer-file-name



On Wed, Apr 13, 2016 at 10:49 PM John Kitchin <jkitc...@andrew.cmu.edu>
wrote:

> That is done automatically if you run it like:
>
> emacs -q -l /path/to-init.el
>
> the jmax directory is stored at load time
> (https://github.com/jkitchin/jmax/blob/master/init.el#L16) and the
> variable is used every where else that is needed.
>
> alternatively, you might try (with your path obviously) in your init
> file:
>
> (load-file "~/Dropbox/kitchingroup/jmax/init.el")
>
> It should do the same thing.
>
>
> Jeffrey Spencer writes:
>
> > Well I installed emacs as you did and still didn't work but if I use your
> > configuration file it works fine and exports. I like the features for
> > org-mode so I might merge some of the things in my setup files and just
> use
> > your configuration. What's the best way to get it as the default on
> > macbook? I know I can link the init.el to .emacs but how do I make sure
> it
> > knows where the jmax folder resides on the system.
> >
> >
> > On Wed, Apr 13, 2016 at 12:14 PM John Kitchin <jkitc...@andrew.cmu.edu>
> > wrote:
> >
> >> How did you install emacs?
> >>
> >> You can see how I do it here:
> >>
> >> https://github.com/jkitchin/jmax/blob/master/install-jmax-mac.sh#L12
> >>
> >> this has worked for me for a long time.
> >>
> >> Jeffrey Spencer writes:
> >>
> >> > I keep getting the following error when exporting from org-mode but
> >> > everything else seems to work fine except maybe spell-checking is
> broken
> >> > too. I just pulled the newest version from git as well.
> >> >
> >> > ```
> >> > File mode specification error: (void-function exec-installed-p)
> >> > Debug (ox-odt): Searching for OpenDocument styles files...
> >> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
> >> > Debug (ox-odt): Trying
> >> > /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
> >> > Debug (ox-odt): Trying
> >> >
> >>
> /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
> >> > Debug (ox-odt): Trying
> >> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
> >> > Debug (ox-odt): Using styles under
> >> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
> >> > Debug (ox-odt): Searching for OpenDocument schema files...
> >> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
> >> > Debug (ox-odt): No OpenDocument schema files installed
> >> > and: Symbol's function definition is void: exec-installed-p
> >> > ```
> >> >
> >> > cheers,
> >> > Jeff
> >>
> >>
> >> --
> >> Professor John Kitchin
> >> Doherty Hall A207F
> >> Department of Chemical Engineering
> >> Carnegie Mellon University
> >> Pittsburgh, PA 15213
> >> 412-268-7803
> >> @johnkitchin
> >> http://kitchingroup.cheme.cmu.edu
> >>
>
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>


Re: [O] Org-mode export doesn't work anymore after moving to OsX

2016-04-13 Thread Jeffrey Spencer
Well I installed emacs as you did and still didn't work but if I use your
configuration file it works fine and exports. I like the features for
org-mode so I might merge some of the things in my setup files and just use
your configuration. What's the best way to get it as the default on
macbook? I know I can link the init.el to .emacs but how do I make sure it
knows where the jmax folder resides on the system.


On Wed, Apr 13, 2016 at 12:14 PM John Kitchin <jkitc...@andrew.cmu.edu>
wrote:

> How did you install emacs?
>
> You can see how I do it here:
>
> https://github.com/jkitchin/jmax/blob/master/install-jmax-mac.sh#L12
>
> this has worked for me for a long time.
>
> Jeffrey Spencer writes:
>
> > I keep getting the following error when exporting from org-mode but
> > everything else seems to work fine except maybe spell-checking is broken
> > too. I just pulled the newest version from git as well.
> >
> > ```
> > File mode specification error: (void-function exec-installed-p)
> > Debug (ox-odt): Searching for OpenDocument styles files...
> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
> > Debug (ox-odt): Trying
> > /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
> > Debug (ox-odt): Trying
> >
> /Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
> > Debug (ox-odt): Trying
> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
> > Debug (ox-odt): Using styles under
> > /usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
> > Debug (ox-odt): Searching for OpenDocument schema files...
> > Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
> > Debug (ox-odt): No OpenDocument schema files installed
> > and: Symbol's function definition is void: exec-installed-p
> > ```
> >
> > cheers,
> > Jeff
>
>
> --
> Professor John Kitchin
> Doherty Hall A207F
> Department of Chemical Engineering
> Carnegie Mellon University
> Pittsburgh, PA 15213
> 412-268-7803
> @johnkitchin
> http://kitchingroup.cheme.cmu.edu
>


[O] Org-mode export doesn't work anymore after moving to OsX

2016-04-12 Thread Jeffrey Spencer
I keep getting the following error when exporting from org-mode but
everything else seems to work fine except maybe spell-checking is broken
too. I just pulled the newest version from git as well.

```
File mode specification error: (void-function exec-installed-p)
Debug (ox-odt): Searching for OpenDocument styles files...
Debug (ox-odt): Trying /usr/share/emacs/etc/org/styles/... [2 times]
Debug (ox-odt): Trying
/Users/big/Dropbox/SyncedPrograms/emacs/loadPath/etc/styles/...
Debug (ox-odt): Trying
/Users/big/Dropbox/SyncedPrograms/emacs/loadPath/org-mode/lisp/etc/styles/...
Debug (ox-odt): Trying
/usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/...
Debug (ox-odt): Using styles under
/usr/local/Cellar/emacs/24.5/share/emacs/24.5/etc/org/
Debug (ox-odt): Searching for OpenDocument schema files...
Debug (ox-odt): Trying /usr/share/emacs/etc/org/schema/... [2 times]
Debug (ox-odt): No OpenDocument schema files installed
and: Symbol's function definition is void: exec-installed-p
```

cheers,
Jeff


[O] Export changing loaded zenburn theme to unreadable color scheme

2013-07-08 Thread Jeffrey Spencer
If I try to export with the zenburn theme loaded it causes the theme color
scheme to change and makes the page unviewable. Then I have to reload it.
Has anyone had this problem or know a solution. I still use the old export
so the org version is the last repository before it changed over to the new
exporter. I can't seem to figure out what is happening.

Thanks a lot


Re: [O] scale inline images in orgmode

2012-08-29 Thread Jeffrey Spencer
+1
On Aug 29, 2012 7:31 AM, Detlef Steuer detlef.ste...@gmx.de wrote:

 On Tue, 28 Aug 2012 15:34:59 -0500
 Russell Adams rlad...@adamsinfoserv.com wrote:

  On Tue, Aug 28, 2012 at 10:13:18PM +0200, AW wrote:
  
   I would like to scale the images on screen in the buffer, often I
 don't need a
   large picture, but just a reminder, what's on the picture. Is there a
 way to
   scale the image on screen, something like #+ATTR: scale=0.5 ?
 
  Alexander,
 
  I believe Org calls out to image.el via create-image. That doesn't
  appear to do any resizing.
 
  I read there may be compiled in Emacs support for Imagemagick, and I
  have existing elisp code that shells out to resize images for display
  separate from Org via Imagemagick's convert utility.
 
  To Org devs, would it be difficult to add a wrapper around the
  create-image call that only resizes if the image will exceed certain
  dimensions (ie: window width or 75% of height?).
 
  This is a feature I'd love to see.


 +1
 Detlef

 
  Thanks.
 
 
  --
  Russell Adamsrlad...@adamsinfoserv.com
 
  PGP Key ID: 0x1160DCB3   http://www.adamsinfoserv.com/
 
  Fingerprint:1723 D8CA 4280 1EC9 557F  66E8 1154 E018 1160 DCB3
 
 






Re: [O] More flyspell-overlays removed

2012-08-07 Thread Jeffrey Spencer
Re-dl'ed and works fine. Sorry about that.

On Tue, Aug 7, 2012 at 7:18 PM, Bastien b...@gnu.org wrote:

 Hi Jeffrey,

 Jeffrey Spencer jeffspenc...@gmail.com writes:

  Just gave this a go and seems to work well but still forgot to add I
  believe:
 
  TYP_TODO
  and
  ATTR_LATEX

 The two words above are already skipped for me.

 --
  Bastien



Re: [O] More flyspell-overlays removed

2012-08-06 Thread Jeffrey Spencer
Just gave this a go and seems to work well but still forgot to add I
believe:

TYP_TODO
and
ATTR_LATEX

Cheers,
Jeff

On Wed, Aug 1, 2012 at 1:32 AM, Bastien b...@gnu.org wrote:



 Sebastien Vauban
 wxhgmqzgwmuf-genee64ty+gs+fvcfc7...@public.gmane.org writes:

  I would allow fly-prog-mode in the listins, as one normally does for
 plain
  code, no?

 This is indeed the case right now.

 --
  Bastien





Re: [O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-05 Thread Jeffrey Spencer
When I use your setup and insert a citation then export to latex I get:
[[cite:Paper]]
turns into:
\ref{cite-Paper}


On Fri, Aug 3, 2012 at 7:38 PM, Rasmus ras...@gmx.us wrote:

 (defun org-mode-reftex-setup ()
 (load-library reftex)
 (and (buffer-file-name)
  (file-exists-p (buffer-file-name))
  (reftex-parse-all))
 (make-local-variable 'reftex-cite-format)
 (setq reftex-cite-format 'org)
 (define-key org-mode-map (kbd C-c )) 'reftex-citation))

   (add-hook 'org-mode-hook 'org-mode-reftex-setup)


 (eval-after-load 'reftex-vars
   '(progn

  (add-to-list 'reftex-cite-format-builtin
   '(org Org-mode citation
 ((?\C-m . [[cite:%l]])
  (?t . [[textcite:%l]])
  (?p . [[parencite:%l]])
  (?s . [[posscite:%l]])
  (?a . [[citeauthor:%l]])
  (?y . [[citeyear:%l]]))



Re: [O] Managing Images with Org-mode?

2012-08-04 Thread Jeffrey Spencer
Also think adding in features to enable some features of image-dired would
be good. Some of my images are stored at 400dpi and I would like to view
inline images at times but this is way to big for an inline image because
goes out of the frame.

On Sat, Aug 4, 2012 at 4:49 AM, Karl Voit devn...@karl-voit.at wrote:

 * Karl Eichwalder k...@gnu.franken.de wrote:
  Karl Voit devn...@karl-voit.at writes:
 
  Yes, I use something similar to create the thumbnails and the initial
  org code (I use 3rd level headlines instead of table, because I want to
  attache tags to every single image):
 
  #+BEGIN_SRC sh
 [...]
  #+END_SRC

 Thanks for sharing!

  Related to this topic: C-c C-x C-v (org-toggle-inline-images) is of
  interest for you. On a per-file-basis this is: #+STARTUP inlineimages
 
  I was already aware of the toggle key sequence.  Thanks for the STARTUP
  parameter!  A colon is missing, though ;)  --better use:
 
  #+STARTUP: inlineimages

 Of course, thanks for clarifying. Damn copypaste :-)

 --
 Karl Voit





[O] Reftex in Org-Mode exporting and recognizing figures or equations

2012-08-02 Thread Jeffrey Spencer
1) I was wondering if anyone has got the reftex feature of easily
recognizing the figures and equations to insert as a ref command to work in
org-mode.

2) Also I had seen on a website that you can use the command to get
org-mode type citations. This seems to export to latex as a \ref command
with citep in the middle (eg. \ref{citep}).
(reftex-set-cite-format
[[citep][%l]])
This doesn't seem to work for me but maybe I'm doing something wrong.


Re: [O] More flyspell-overlays removed

2012-07-31 Thread Jeffrey Spencer
I don't have any problem with natbib cite commands including \ref, \cite,
\citet, \citep, etc

Maybe your version of flyspell?? But it should act exactly as it does in
auctex or your latex mode of emacs. I would check in there if it works
properly because should parse the same way if not maybe debug from there.

Cheers,
Jeff

On Mon, Jul 30, 2012 at 9:44 PM, Bjarte Johansen bjo...@student.uib.nowrote:


 On 30 Jul, 2012, at 13:03 , Bastien b...@gnu.org wrote:

  I've pushed a fix which should let flyspell ignore more commonly
  used Org keywords.  Please test it.

 This works great. You forgot #+LATEX_CLASS_OPTIONS: though.


 On 30 Jul, 2012, at 13:13 , Jeffrey Spencer jeffspenc...@gmail.com
 wrote:

  Will give it a test later in the week and let you know.
 
  Also you can add this hook to make it act like the fly-spell mode in
 auctex (if familiar with that) which skips most tex based commands (trips
 up though if you have only one $ because assumes another $ sign later so
 won't check spelling in that block. I would just do \$ if you need a single
 dollar sign. This is the only really limitation I have found to adding this
 that I have noticed thus far.
  (add-hook 'org-mode-hook (lambda () (setq ispell-parser 'tex)))

 I tried this and it does work for most things, but for some reason it
 doesn't like the natbib \cite commands.


Re: [O] More flyspell-overlays removed

2012-07-29 Thread Jeffrey Spencer
I was also thinking about this recently but hadn't gotten as far as writing
a patch.

I was thinking some tags you know you want to remove the fly-spell overlays
but for example caption you might or might not want the flyspell overlays
removed. If there was a variable that could be set to choose some that
might or might not want the overlays to remove. Not sure if this is
possible but what I was originally looking at doing but hadn't gotten time.

Cheers,
Jeff

On Sun, Jul 29, 2012 at 8:38 AM, Bjarte Johansen bjo...@student.uib.nowrote:

 On 28 Jul, 2012, at 11:27 , Bastien b...@gnu.org wrote:

 I cannot apply it because it adds keywords at the wrong place.
 For example you cannot add startup: in the first (cond ((...)))
 because startup: is not a backend specific content.  And some
 other discrepencies.


 OK, I understand. I should have spent some more time trying to
 understand the code.


 I'd welcome a patch for removing more flyspell overlays, but it
 has to be rewritten.  I'm not using flyspell so someone else will
 have to do roll his sleeves.


 I'd be willing to put in the effort to make a proper patch, but I need
 some
 help to understand what is going on in this function. It is not obvious to
 me.

 The places flyspell-overlays needs to be removed are in the startup,
 options, latex_header.  Some of structures that might be used in latex
 like
 lstlisting and verbatim where the text also should not have
 flyspell-overlays.

 There are also some other places like label, caption and attr.



Re: [O] Org-Export Subtree Options Not Working

2012-07-04 Thread Jeffrey Spencer
Sorry didn't finish the message.

That doesn't seem to work from what I have tried.

If for example it is

* 2012:noexport:
** June   :noexport:
*** Not going output
*** Want to export this and subtrees  :export:
 Also export
The above example won't export anything because the export is below the
:noexport:.

I just wrote a kbd macro to search up to the nearest tag in the structure I
define, select that subtree, and export. Then set to a key-binding to
reload each time but figured there was a better way to do this.

Or was interested for the reasons of creating a way to export a subtree at
a specific headline level always. Is there a way to go up from your current
level to a specific level in the subtree. Like if your on the 6th level but
want to go up to the third level heading. Is there a command or key
shortcut to do this essentially??

Cheers

On Wed, Jul 4, 2012 at 5:21 PM, Detlef Steuer detlef.ste...@gmx.de wrote:

 On Wed, 4 Jul 2012 14:03:24 +1000
 Jeffrey Spencer jeffspenc...@gmail.com wrote:

  Thanks, that fixed it but another question.
 
  if you export the whole file then and not just the selection can you use
 a
  tag or property to specify a different directory to export into instead
 of
  the same directory as the org file. Will creating the Property Tag at the
  top level work for this??
 
  Also, is there an easy way to tell it to ignore the first say 2 headers
 in
  the file and only export starting with the third header. My first two
  headers are just to keep track of dates eg.
  * 2010
  ** June
 
  I would rather these be ignored when doing the export. The only way I
 know
  is to export the subtree.

 You should be able to use :noexport: on these.

 hth
 Detlef


 
  If there isn't then is there a way to write a command that would take the
  current place your working in go up to the third level heading, select
 the
  third level, and run an export command. Or the fastest way to do this via
  key bindings?
 
  Cheers,
  Jeff
 
  On Tue, Jul 3, 2012 at 7:29 PM, Nicolas Goaziou n.goaz...@gmail.com
 wrote:
 
   Hello,
  
   Jeffrey Spencer jeffspenc...@gmail.com writes:
  
When I input subtree options for modifying the global options when
selecting with C-c @ and then exporting.
   
The subtree options for example:
   
#+EXPORT_OPTIONS: H:2 num:t toc:f \n:nil @:t ::t |:t ^:t -:t f:t *:t
 :t
 TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil
#+EXPORT_FILE_NAME: tester
   
are not used and just ignored. Shouldn't these overide the file
 settings
from what I read in the org-manual. Where do these need to be
 placed. It
   is
right below the subtree I am selecting for export.
  
   You have to use headlines properties (with C-c C-x p) instead of
   keywords, i.e.
  
   --8---cut here---start-8---
   * Headline
 :PROPERTIES:
 :EXPORT_TITLE: subtree-title
 :END:
   Paragraph
   --8---cut here---end---8---
  
  
   Regards,
  
   --
   Nicolas Goaziou
  
 






[O] Suggested Modification to fix Org-Mobile.el (can someone submit fix or suggest better way to do this)

2012-07-04 Thread Jeffrey Spencer
The issue arises with org-agenda-redo. When running this command it selects
the last file that was used to make an agenda buffer. Since the previous
file used to do that was *SUMO* it tries to rebuild using that if currently
an *Org Agenda* buffer was open because this is the only time
(org-agenda-redo) is run.

If you put (org-agenda-list) or anything that modifies the agenda buffer in
place Insert here (probably something better to do than this but with my
limited knowledge of org and recent uptaking not sure. Read 2 below). This
forces so *Org Agenda* is set again. The command works fine and
(org-agenda-redo) updates and places you in the buffer.

1) Not entirely sure why you need to run (org-agenda-redo) at all?? Just
seems non-essential unless something was saved that would now be in the
agenda view and wasn't before. Not opposed just curious why it was put
there.

2) I would say implementation suggested above is fine but there is probably
a lot better way to implement it. Like possibly setting whatever remembers
*SUMO* in org-agenda to the a-buffer file before running (org-agenda-redo).

Any help would be great because want to set autosave for mobileorg when
idle but always messes with the agenda buffer which is annoying.

Pasted org-mobile-push from current development pulled today:

(defun org-mobile-push ()
  Push the current state of Org affairs to the WebDAV directory.
This will create the index file, copy all agenda files there, and also
create all custom agenda views, for upload to the mobile phone.
  (interactive)
  (let ((a-buffer (get-buffer org-agenda-buffer-name)))
(let ((org-agenda-buffer-name *SUMO*)
  (org-agenda-tag-filter org-agenda-tag-filter)
  (org-agenda-redo-command org-agenda-redo-command))
  (save-excursion
(save-window-excursion
  (run-hooks 'org-mobile-pre-push-hook)
  (org-mobile-check-setup)
  (org-mobile-prepare-file-lists)
  (message Creating agendas...)
  (let ((inhibit-redisplay t)) (org-mobile-create-sumo-agenda))
  (message Creating agendas...done)
  (org-save-all-org-buffers) ; to save any IDs created by this process
  (message Copying files...)
  (org-mobile-copy-agenda-files)
  (message Writing index file...)
  (org-mobile-create-index-file)
  (message Writing checksums...)
  (org-mobile-write-checksums)
  (run-hooks 'org-mobile-post-push-hook)))
  )
 Insert Here
(redraw-display)
(when (and a-buffer (buffer-live-p a-buffer))
  (if (not (get-buffer-window a-buffer))
  (kill-buffer a-buffer)
 (let ((cw (selected-window)))
  (select-window (get-buffer-window a-buffer))
  (org-agenda-redo)
  (select-window cw)
  (message Files for mobile viewer staged))



Cheers,
Jeff


[O] Org-Export Subtree Options Not Working

2012-07-03 Thread Jeffrey Spencer
When I input subtree options for modifying the global options when
selecting with C-c @ and then exporting.

The subtree options for example:

#+EXPORT_OPTIONS: H:2 num:t toc:f \n:nil @:t ::t |:t ^:t -:t f:t *:t :t
 TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil
#+EXPORT_FILE_NAME: tester

are not used and just ignored. Shouldn't these overide the file settings
from what I read in the org-manual. Where do these need to be placed. It is
right below the subtree I am selecting for export.

Cheers


Re: [O] Org-Export Subtree Options Not Working

2012-07-03 Thread Jeffrey Spencer
Thanks, that fixed it but another question.

if you export the whole file then and not just the selection can you use a
tag or property to specify a different directory to export into instead of
the same directory as the org file. Will creating the Property Tag at the
top level work for this??

Also, is there an easy way to tell it to ignore the first say 2 headers in
the file and only export starting with the third header. My first two
headers are just to keep track of dates eg.
* 2010
** June

I would rather these be ignored when doing the export. The only way I know
is to export the subtree.

If there isn't then is there a way to write a command that would take the
current place your working in go up to the third level heading, select the
third level, and run an export command. Or the fastest way to do this via
key bindings?

Cheers,
Jeff

On Tue, Jul 3, 2012 at 7:29 PM, Nicolas Goaziou n.goaz...@gmail.com wrote:

 Hello,

 Jeffrey Spencer jeffspenc...@gmail.com writes:

  When I input subtree options for modifying the global options when
  selecting with C-c @ and then exporting.
 
  The subtree options for example:
 
  #+EXPORT_OPTIONS: H:2 num:t toc:f \n:nil @:t ::t |:t ^:t -:t f:t *:t :t
   TeX:t LaTeX:t skip:nil d:nil todo:t pri:nil tags:nil
  #+EXPORT_FILE_NAME: tester
 
  are not used and just ignored. Shouldn't these overide the file settings
  from what I read in the org-manual. Where do these need to be placed. It
 is
  right below the subtree I am selecting for export.

 You have to use headlines properties (with C-c C-x p) instead of
 keywords, i.e.

 --8---cut here---start-8---
 * Headline
   :PROPERTIES:
   :EXPORT_TITLE: subtree-title
   :END:
 Paragraph
 --8---cut here---end---8---


 Regards,

 --
 Nicolas Goaziou



Re: [O] syntax highlighting of inline LaTeX fragments

2012-07-03 Thread Jeffrey Spencer
Also interested in if this is possible and what do you use to highlight
LaTeX code blocks.

On Wed, Jul 4, 2012 at 9:11 AM, Ilya Shlyakhter ilya_...@alum.mit.eduwrote:

 dear org-moders,
 is it possible to syntax-highlight inline LaTeX fragments,
 such as $V$ or \cite{smith2012generating} ?
 I know you can highlight LaTeX code blocks, but I'm looking specifically
 for highlighting of inline fragments.
 thanks for help,
 ilya






[O] Backtrace of Error when running org-mobile-push

2012-06-29 Thread Jeffrey Spencer
When I run org-mobile push I get this error:

Debugger entered--Lisp error: (wrong-type-argument window-live-p #window
3)
  select-window(#window 3)
  org-mobile-push()
  call-interactively(org-mobile-push t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)


I can't seem to figure out the issue but does anyone have any idea? It
seems to only happen if I have an agenda view open and run org-mobile-push.


[O] org-mode failing on org-mobile-push with error

2012-06-22 Thread Jeffrey Spencer
This is the error I receive when running org-mobile-push. I think I only
see the error when I open an agenda buffer and run the command. Then it
creates two agenda buffers. The normal and the one labeled *SUMO* and I get
the error below. What is the reason for this and there is a way to run
org-mobile-push and alleviate this error?

Saving all Org-mode buffers... done
Copying files...
OVERVIEW
Writing index file...
Writing checksums...
Rebuilding agenda buffer...done
org-mobile-push: Wrong type argument: window-live-p, #window 30

Cheers,
Jeff