On Tue, Jan 31, 2017 at 9:53 AM, Nicolas Goaziou
wrote:
> org-edit-src-content-indentation
>
thx Nicolas!
i have this set in my config to '0' see here
#+BEGIN_SRC emacs-lisp :results none
;; don't indent source code
org-edit-src-content-indentation 0
;; don't adapt indentation
org-adapt-inden
Hello,
Xebar Saram writes:
> i have this weird behaviour where when sometime i edit org code blocks the
> text moves (i guess indents) automatically so i start with this
>
> #+BEGIN_SRC emacs-lisp :results none
> (require 'gnus)
> (require 'nnir)
> #+END_SRC
>
>
>
> and the text switches automa
Hi all
i have this weird behaviour where when sometime i edit org code blocks the
text moves (i guess indents) automatically so i start with this
#+BEGIN_SRC emacs-lisp :results none
(require 'gnus)
(require 'nnir)
#+END_SRC
and the text switches automatically to this:
#+BEGIN_SRC emacs-lisp
Hi everyone,
Included is a patch to make the 'minted' source code syntax highlighting
package behave the same as the 'listings' source code syntax package
when exporting an org-mode document to LaTeX.
Previously, 'minted' would only get exported to a floating environment
if '#+ATTR_LATEX: :float
Thanks for letting me know. Note that the latest release is now available:
https://itunes.apple.com/us/app/mobileorg/id634225528?mt=8
On Mon, Jan 30, 2017 at 12:59 PM Paul Schlesinger
wrote:
> There appear to be more than just one of us.
>
> paul
>
> On Mon, Jan 30, 2017 at 11:26 AM, Kenneth Jac
Hello fellow Org users,
After beta testing several builds, the latest updated version of MobileOrg
for iOS has finally been released:
https://itunes.apple.com/us/app/mobileorg/id634225528?mt=8
Functionality is essentially the same as the previous version, just
refreshed the various SDKs and updat
I can confirm this was happening. I am not sure how it broke, but I have
pushed a fix that I think fixes it.
Alan L Tyree writes:
> G'day,
>
> I have this near the end of my MS:
>
> bibliography:refs.bib,tyree.bib
>
> org-ref finds the entries from refs.bib, but not tyree.bib.
>
> If I reverse th
Hello,
Roland Everaert writes:
> When using multicharacters keys, if a key definition entry is missing,
> emacs hangs and must be killed.
>
> Example of an offending org-capture-templates definition:
>
> (setq org-capture-templates
> '(("t" "Todo" entry (file+headline "~/somefile.org" "Tâc
Here's some Lisp in an org file that I export to html
#+begin_src lisp :exports both :results raw
(write (setf my-array (make-array '(10
(terpri) ; goo.gl/lCcdDU / Function TERPRI, FRESH-LINE
(setf (aref my-array 0) 25)
(setf (aref my-array 1) 23)
(setf (aref my-array 2) 45)
(setf (aref my-arr
John Wiegley writes:
>> "DE" == David Engster writes:
>
> DE> This is a misunderstanding. I said I wanted to move support for certain
> DE> languages and project types into ELPA, not CEDET core. I'm still of the
> DE> opinion that moving it completely to ELPA is a mistake.
>
> It would only be
There appear to be more than just one of us.
paul
On Mon, Jan 30, 2017 at 11:26 AM, Kenneth Jacker
wrote:
>
> there are people besides just me that use it :)
>
>
> Yes ... like me!
>
> *OrgMode* is one of my most used "systems".
>
> Getting *MobileOrg* updated would be great!
>
> -Kenneth
>
>
> there are people besides just me that use it :)
Yes ... like me!
*OrgMode* is one of my most used "systems".
Getting *MobileOrg* updated would be great!
-Kenneth
> "DE" == David Engster writes:
DE> This is a misunderstanding. I said I wanted to move support for certain
DE> languages and project types into ELPA, not CEDET core. I'm still of the
DE> opinion that moving it completely to ELPA is a mistake.
It would only be a mistake if other parts of cor
Thanks. I was hoping that collaboration had advanced since the 2010 discussion
on this topic. Unfortunately, I don't know enough about elisp to hack
something together for org-mode.
This combined with GIT would be awesome for a project management tracking tool.
Shawn Way, PE
-Original Mes
14 matches
Mail list logo