Re: [O] Links in comments

2015-10-28 Thread Kaushal Modi
Hi John, Eric, Thanks for the replies. I will try out the highlight-regexp trick today. The point I was trying to make was not that we should highlight links even in comments (though that was my suggested alternative). The main point I wanted to make was that links should not get hidden in

Re: [O] Links in comments

2015-10-26 Thread Kaushal Modi
Hi all, I am sending this out again in the event someone knowing a solution to it can comment. -- Kaushal Modi On Mon, Oct 19, 2015 at 6:54 PM, Kaushal Modi <kaushal.m...@gmail.com> wrote: > Hi, > > This question has come up a few times on emacs.stackexchange so I was > c

Re: [O] Some projects

2015-10-26 Thread Kaushal Modi
. But as soon as I see some activity related to backslash escaping, I'd happily be involved in the code development. -- Kaushal Modi

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Kaushal Modi
Have you had a look at https://github.com/rudolfochrist/interleave The interleave package works great for me: taking notes in an org-mode buffer in one side (buffer) corresponding to the pdf page open in pdf-tools on the other side (buffer).

Re: [O] Lexical binding bug in org-list.el?

2015-11-09 Thread Kaushal Modi
Thanks for fixing this.

Re: [O] Org Mode and PDF Notes!

2015-11-11 Thread Kaushal Modi
> Doesn't seem to work with pdfview yet, and I'm sort of addicted now. I use pdf-view too (the major mode for viewing PDF files that comes with pdf-tools, right?) and interleave works great! > I can think of some changes, e.g., would be nice to keep all my notes for all > books/articles/etc.

[O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}")) ("book" "\\documentclass[11pt]{book}" ("\\part{%s}" . "\\part*{%s}") ("\\chapter{%s}" . "\\chapter*{%s}") ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}") ("\\subsubsection{%s}" . "\\subsubsection*{%s}"))) :latex-default-figure-position "H" :latex-default-table-environment "tabular" :latex-default-table-mode table :latex-diary-timestamp-format "\\textit{%s}" :latex-footnote-separator "\\textsuperscript{,}\\," :latex-format-drawer-function #[514 "\207" [] 3 "\n\n(fn _ CONTENTS)"] :latex-format-headline-function org-latex-format-headline-default-function :latex-format-inlinetask-function org-latex-format-inlinetask-default-function :latex-hyperref-template "\\hypersetup{\n pdfauthor={%a},\n pdftitle={%t},\n pdfkeywords={%k},\n pdfsubject={%d},\n pdfcreator={%c}, \n pdflang={%L}}\n" :latex-image-default-height "" :latex-image-default-option "" :latex-image-default-width ".9\\linewidth" ...) nil nil (footnote-reference) nil objects (nil) (#0) plain-text plist-get :ignore-list mapc org-data nil throw :--map-first-match objects get-text-property 0 reverse greater-elements elements org-element-secondary-value-alist org-element-all-elements org-element--parsed-properties-alist org-element-dual-keywords org-element-multiple-keywords org-element-greater-elements org-element-all-objects] 11 "\n\n(fn --DATA)"] ((verbatim (:value "`uvm_fatal(\"ID\", \"Message\")" :begin 580 :end 610 :post-blank 1 :parent (table-cell (:begin 579 :end 622 :contents-begin 580 :contents-end 616 :post-blank 0 :parent (table-row (:type standard :begin 567 :end 643 :contents-begin 568 :contents-end 642 :post-blank 0 :post-affiliated 567 :parent (table ... ... ... ... ... ... ... #5 ...)) (table-cell (:begin 568 :end 579 :contents-begin 569 :contents-end 574 :post-blank 0 :parent #5) #("Fatal" 0 5 ...)) #3 (table-cell (:begin 622 :end 642 :contents-begin 623 :contents-end 633 :post-blank 0 :parent #5) (verbatim ... #1 (footnote-reference (:label "fn:1" :type standard :begin 610 :end 616 :contents-begin nil :contents-end nil :post-blank 0 :parent #3) (footnote-reference (:label "fn:1" :type standard :begin 610 :end 616 :contents-begin nil :contents-end nil :post-blank 0 :parent (table-cell (:begin 579 :end 622 :contents-begin 580 :contents-end 616 :post-blank 0 :parent (table-row (:type standard :begin 567 :end 643 :contents-begin 568 :contents-end 642 :post-blank 0 :post-affiliated 567 :parent (table ... ... ... ... ... ... ... #5 ...)) (table-cell (:begin 568 :end 579 :contents-begin 569 :contents-end 574 :post-blank 0 :parent #5) #("Fatal" 0 5 ...)) #3 (table-cell (:begin 622 :end 642 :contents-begin 623 :contents-end 633 :post-blank 0 :parent #5) (verbatim ... (verbatim (:value "`uvm_fatal(\"ID\", \"Message\")" :begin 580 :end 610 :post-blank 1 :parent #3)) #1) -- Kaushal Modi

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> Although some people can make sense of a backtrace produced with compiled code, it is far more useful to provide a backtrace produced with *uncompiled* code. Apologies, I was unaware of that. I should have read that Info node first. Below is a gist link to the full backtrace with uncompiled

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Also, I am on the latest org-mode and emacs builds: org-mode version: Org-mode version 8.3.2 (release_8.3.2-251-g4ca117 @ /home/kmodi/usr_local/apps/6/emacs/master/share/emacs/site-lisp/org/) emacs-version:

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Some more info: I cannot recreate this error when using - my emacs config - the same emacs build from git - BUT the latest org-plus-contrib from org elpa: Org-mode version 8.3.2 (8.3.2-10-g00dacd-elpaplus @ /home/kmodi/.emacs.d/elpa_25_0/org-plus-contrib-20151005/) So it is some change between:

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
> The "g" stands for "git" and it's not part of the SHA1: 4ca117 are the first six digits of the SHA1 at the HEAD of the branch Ah, now that you spell it out, it's obvious. I swear I kept staring at the git hash to find the "117" in "g4ca117" in

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
@Nick Dokos Are you are on a commit before or after this lexical binding change? http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=8bccb2131374bba8c82c2774abb34af488826ce4 The failure symtoms in my backtrace look like they could be related to this change.

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks Nick. That patch resolves the issue for now. At least, all my pdf exports are working fine as before.

Re: [O] org-capture templates broken?

2015-11-03 Thread Kaushal Modi
I have bound org-capture to "C-c c" and "C-c c j" is working fine when using the latest version of org-plus-contrib from org elpa.

[O] Favorite contrib/ packages?

2015-11-03 Thread Kaushal Modi
HI all, What are your favorite org contrib/ packages that you simply can't live without, and consider them to be a part of your org-mode core? For now, I compile just 3 contrib/ packages by putting the below in my local.mk: ORG_ADD_CONTRIB = org-eldoc org-mime org-eww -- Kaushal Modi

[O] org-capture templates broken?

2015-11-03 Thread Kaushal Modi
c")) org-capture(nil) funcall-interactively(org-capture nil) call-interactively(org-capture nil nil) command-execute(org-capture) The backtrace is surprisingly short and I couldn't understand why it fails. Also org-eldoc is in contrib and I don't include it in my compilation. So I don't know what org-capture has to do with org-eldoc. Is org-capture template selection working fine for anyone on the latest build as of today? -- Kaushal Modi

Re: [O] org-capture templates broken?

2015-11-03 Thread Kaushal Modi
org-eldoc.el. It should be updated only via a function call. -- Kaushal Modi

Re: [O] org-mode git master. ox-latex export errors out due to a table

2015-11-02 Thread Kaushal Modi
Thanks to you both for the quick solution and the upstream fix.

Re: [O] export to beamer

2015-11-06 Thread Kaushal Modi
There were a lot of changes in this area in org-mode version 8.0. I believe you updated from an older version 8.x version. Here's info on the 8.0 upgrade: http://orgmode.org/worg/org-8.0.html There are many backward incompatible changes in that version. So you should read the above in full,

[O] Lexical binding bug in org-list.el?

2015-11-06 Thread Kaushal Modi
xport-sublist) (nobr) (cbtrans . "TODO") (cboff . "TODO") (cbon . "DONE") (csep if org--blankp "\n\n" "\n") (lsep) (isep if org--blankp "\n\n" "\n") (iend) (icount funcall get-stars depth) (istart funcall get-stars depth) (ddend) (ddstart) (dtend . " ") (dtstart . " ") (dend) (dstart) (uend) (ustart) (oend) (ostart) (splicep . t) (p :splice t :dtstart " " :dtend " " :istart (funcall get-stars depth) :icount (funcall get-stars depth) :isep (if org--blankp "\n\n" "\n") :csep (if org--blankp "\n\n" "\n") :cbon "DONE" :cboff "TODO" :cbtrans "TODO") (params :splice t :dtstart " " :dtend " " :istart (funcall get-stars depth) :icount (funcall get-stars depth) :isep (if org--blankp "\n\n" "\n") :csep (if org--blankp "\n\n" "\n") :cbon "DONE" :cboff "TODO" :cbtrans "TODO") (list unordered (nil "")) org-tab-ind-state t) (sub depth) (let* ((type (car sub)) (items (cdr sub)) (fmt (concat (cond (splicep "%s") ((eq type ...) (concat ... "%s" ...)) ((eq type ...) (concat ... "%s" ...)) (t (concat ... "%s" ...))) (eval lsep (format fmt (mapconcat (function (lambda (e) (funcall export-item e type depth))) items (or (eval isep) "") (unordered (nil "")) 0) (concat (funcall export-sublist list 0) "\n") (let* ((p params) (splicep (plist-get p :splice)) (ostart (plist-get p :ostart)) (oend (plist-get p :oend)) (ustart (plist-get p :ustart)) (uend (plist-get p :uend)) (dstart (plist-get p :dstart)) (dend (plist-get p :dend)) (dtstart (plist-get p :dtstart)) (dtend (plist-get p :dtend)) (ddstart (plist-get p :ddstart)) (ddend (plist-get p :ddend)) (istart (plist-get p :istart)) (icount (plist-get p :icount)) (iend (plist-get p :iend)) (isep (plist-get p :isep)) (lsep (plist-get p :lsep)) (csep (plist-get p :csep)) (cbon (plist-get p :cbon)) (cboff (plist-get p :cboff)) (cbtrans (plist-get p :cbtrans)) (nobr (plist-get p :nobr)) export-sublist (export-item (function (lambda (item type depth) (let* ((counter ...) (fmt ...) (first ...)) (cond (... ...) (... ...) (... ...)) (if nobr (progn ...)) (if (eq type ...) (progn ...)) (setcar item first) (format fmt (mapconcat ... item ...)) (export-sublist (function (lambda (sub depth) (let* ((type ...) (items ...) (fmt ...)) (format fmt (mapconcat ... items ...))) (concat (funcall export-sublist list 0) "\n")) org-list-to-generic((unordered (nil "")) (:splice t :dtstart " " :dtend " " :istart (funcall get-stars depth) :icount (funcall get-stars depth) :isep (if org--blankp "\n\n" "\n") :csep (if org--blankp "\n\n" "\n") :cbon "DONE" :cboff "TODO" :cbtrans "TODO")) (let* ((rule (cdr (assq (quote heading) org-blank-before-new-entry))) (level (org-reduced-level (or (org-current-level) 0))) (org--blankp (or (eq rule t) (and (eq rule (quote auto)) (save-excursion (outline-previous-heading) (org-previous-line-empty-p) (get-stars (function (lambda (d) (let ((oddeven-level ...)) (concat (make-string ... 42) " ")) (org-list-to-generic list (org-combine-plists (quote (:splice t :dtstart " " :dtend " " :istart (funcall get-stars depth) :icount (funcall get-stars depth) :isep (if org--blankp "\n\n" "\n") :csep (if org--blankp "\n\n" "\n") :cbon "DONE" :cboff "TODO" :cbtrans "TODO")) params))) org-list-to-subtree((unordered (nil ""))) org-toggle-heading(nil) funcall-interactively(org-toggle-heading nil) call-interactively(org-toggle-heading) org-ctrl-c-star() funcall-interactively(org-ctrl-c-star) call-interactively(org-ctrl-c-star nil nil) command-execute(org-ctrl-c-star) -- Kaushal Modi

Re: [O] Lexical binding bug in org-list.el?

2015-11-06 Thread Kaushal Modi
Lesser steps to recreate this bug: (1) In any buffer, do M-x org-mode (2) Type: - item 1 (3) Do M-RET Now you have - item 1 - (4) Now do C-c * Boom!

Re: [O] Lexical binding bug in org-list.el?

2015-11-06 Thread Kaushal Modi
Thanks for working on this Aaron but M-x ediff-patch-file failed for me. I am on the cce317 commit of org-mode (http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=265e5b9984818f76dea8f5147af0c4a939cf457b) patching file /home/kmodi/e/elisp/org-mode/lisp_25_0/org-list.el Hunk #1 succeeded at 2923

Re: [O] multiple cursor not working properly with org-mode

2015-10-16 Thread Kaushal Modi
Ivan made a very good point. It this actually is the problem it would also explain why you see it in emacs -Q too. -- Kaushal Modi On Fri, Oct 16, 2015 at 2:06 PM, Ivan Andrus <darthand...@gmail.com> wrote: > I haven’t been following the thread so this may have already been asked, b

Re: [O] function to cycle through specific org files?

2015-10-19 Thread Kaushal Modi
In the event those org files are part of your org agenda, there is an inbuilt command to do that: org-cycle-agenda-files C-' (org-cycle-agenda-files) C-,Cycle through agenda file list, visiting one file after the other. http://orgmode.org/manual/Agenda-files.html On Oct 19, 2015 7:06 AM,

Re: [O] multiple cursor not working properly with org-mode

2015-10-14 Thread Kaushal Modi
between emacs restarts till you narrow down to the part in the config causing this issue. -- Kaushal Modi On Wed, Oct 14, 2015 at 4:56 PM, Jérémie Juste <jeremieju...@gmail.com> wrote: > Hello, > > Multiple cursor <https://github.com/magnars/multiple-cursors.el>is a very >

Re: [O] multiple cursor not working properly with org-mode

2015-10-16 Thread Kaushal Modi
ors loaded. -- Kaushal Modi On Fri, Oct 16, 2015 at 11:10 AM, Jérémie Juste <jeremieju...@gmail.com> wrote: > Hello, > > I started an emacs - Q session and loaded only multiple-cursors. I still > have the same issue. > my verson of multiple-cursors is multiple-cursors-20150

[O] Links in comments

2015-10-19 Thread Kaushal Modi
? - Option to not collapse links within comments? What do you guys think? -- Kaushal Modi

Re: [O] [BUG] outshine and emacs 25.0.5.1 - Was: [error] orgmode git on emacs 25 - HEAD - org-global-cycle

2015-09-10 Thread Kaushal Modi
The author just merged my PR. So it should be in Melpa shortly, in its next build cycle. On Sep 10, 2015 6:50 AM, "Rainer M Krug" wrote: > Andreas Leha writes: > > > Hi Rainer, > > > > Rainer M Krug writes: > >> Kyle Meyer

Re: [O] convert a simple list of lines each to a orgmode header

2015-09-29 Thread Kaushal Modi
Christian is correct. Selecting a region and doing `C-c *` *does* work. Please ignore my earlier email. I mixed up some command in org that did not work over region with `C-c *` :) -- Kaushal Modi On Tue, Sep 29, 2015 at 3:17 AM, Manuel Koell <man.ko...@gmail.com> wrote: > I know

Re: [O] bug: latex exporter

2015-09-30 Thread Kaushal Modi
Rasmus has fixed this in http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a . -- Kaushal Modi On Tue, Sep 29, 2015 at 5:37 AM, Charles Millar <mill...@verizon.net> wrote: > Since Monday morning (New York time) I have not been able

[O] Latex compilation broken on orgmode master?

2015-09-30 Thread Kaushal Modi
Hi, Doing C-c C-e l o on any org file gives me the error Symbol's value as variable is void: compile If I use the latest org-mode-plus-contrib package from org elpa, latex compilation works fine. Can anyone using org git master confirm this? -- Kaushal Modi

Re: [O] "Symbol’s value as variable is void: compile" when export to latex

2015-09-30 Thread Kaushal Modi
Rasmus has fixed this in http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a . -- Kaushal Modi On Tue, Sep 29, 2015 at 5:11 AM, Rainer M Krug <rai...@krugs.de> wrote: > > Exporting to latex of the simple file below results

Re: [O] Latex compilation broken on orgmode master?

2015-09-30 Thread Kaushal Modi
​​ Thanks for fixing this ( http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=679adcaa64613c821b38cd1d34b081640315293a ) -- Kaushal Modi On Tue, Sep 29, 2015 at 11:18 AM, Kaushal Modi <kaushal.m...@gmail.com> wrote: > Hi, > > Doing C-c C-e l o on any org file gives me the err

Re: [O] convert a simple list of lines each to a orgmode header

2015-10-01 Thread Kaushal Modi
Thanks Nick, I confirmed later that `C-c *` worked over region for me too. -- Kaushal Modi On Tue, Sep 29, 2015 at 9:27 PM, Nick Dokos <ndo...@gmail.com> wrote: > Kaushal Modi <kaushal.m...@gmail.com> writes: > > > I realized that the default binding `C-c *` works on

Re: [O] Delays in posting

2015-10-01 Thread Kaushal Modi
Yes, that seems to be the problem. I subscribe to the mailing list directly and access the emails as threads in Gmail. -- Kaushal Modi On Thu, Oct 1, 2015 at 11:57 AM, Nick Dokos <ndo...@gmail.com> wrote: > This is just an FYI. > > Over the past couple of days, I've noticed de

Re: [O] convert a simple list of lines each to a orgmode header

2015-09-29 Thread Kaushal Modi
and use `query-replace-regexp`. - Use a combination of keyboard macros and `C-c *`. - Use `multiple-cursors`. - Any other multiple editing method you might prefer. -- Kaushal Modi On Sep 29, 2015 6:06 AM, "Xebar Saram" <zelt...@gmail.com> wrote: > Hi Nick > > well yes i gue

Re: [O] Website down?

2015-10-05 Thread Kaushal Modi
Yes, it's down for me since morning. -- Kaushal Modi On Mon, Oct 5, 2015 at 10:40 PM, Puneeth Chaganti <puncha...@gmail.com> wrote: > > >

[O] Show presence of zero width spaces using overlay

2015-09-18 Thread Kaushal Modi
Hi all, The suggestion to use zero width spaces to sort of "escape" stuff in org mode has come up many times. I have started using it a lot and suggest that to other people now. Here is one such recent QnA on emacs.SE: http://emacs.stackexchange.com/a/16702/115 The OP of that question made a

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
n is 2.6.0.rc0.24.gec371ff In any case, sorry for the noise. Some intermittent issue was failing the git pull from the repo.or.cz domain and it is working fine once again. -- Kaushal Modi On Wed, Sep 23, 2015 at 3:18 PM, Suvayu Ali <fatkasuvayu+li...@gmail.com> wrote: > On Wed, Sep 23,

[O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
: Could not fetch origin ​Looks like ​ http://repo.or.cz/r/org-mode.git/ ​ is down? Is anyone else seeing the same thing? Is there an alternative http: address that I can use for cloning? Thanks. ​ -- Kaushal Modi

[O] Italicized code/verbatim blocks

2015-09-25 Thread Kaushal Modi
a way to do it. ​ -- Kaushal Modi

Re: [O] Show presence of zero width spaces using overlay

2015-09-18 Thread Kaushal Modi
t bold\ast{}. This works! = On Sat, Sep 19, 2015 at 12:07 AM Kaushal Modi <kaushal.m...@gmail.com> wrote: > Thanks for letting me know about org-entities. That is awesome. I now know > how to escape various characters in general, but unfortunately this does > not work within verbati

Re: [O] Show presence of zero width spaces using overlay

2015-09-19 Thread Kaushal Modi
2 conditions match: - User used C-u prefix (not M-4 or C-u C-u or anything else) - The entered character has a match in the org entities lists. Question to the list is: Does this advise mask any useful functionality of org-self-insert-command? -- Kaushal Modi On Sat, Sep 19, 2015 at 12:11 AM, Kaush

Re: [O] Show presence of zero width spaces using overlay

2015-09-18 Thread Kaushal Modi
ahamsen <e...@ericabrahamsen.net> wrote: > Kaushal Modi <kaushal.m...@gmail.com> writes: > > > My most common uses are escaping double quotes (") and equals (=) > > within org verbatim blocks (=VERBATIM=) > > > > Examples: > > > > 1. =var=[ZWS]val= > > 2

Re: [O] Show presence of zero width spaces using overlay

2015-09-18 Thread Kaushal Modi
. There are few other cases where this has been useful, but I can't recall right now. In any case, what would be the recommended way to escape " and = in the above 2 examples? On Fri, Sep 18, 2015 at 5:09 PM Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Kaushal M

Re: [O] Show presence of zero width spaces using overlay

2015-09-19 Thread Kaushal Modi
entities for nonascii chars, I can associate them to plain letters like `a`, `b`, `c`... in org-entities-user. For example, `C-u c` can be used to enter copyright symbol org entity. I haven't yet used `sgml-name-char`, thanks for the tip. -- Kaushal Modi On Sep 19, 2015 3:26 AM, "Eric Abrahamse

[O] Escape mechanism in code and verbatim blocks

2015-09-19 Thread Kaushal Modi
@Nicolas I am with you on not using non-ascii characters to escape stuff. I like your proposal about escaping in code and verbatim blocks. -- Kaushal Modi On Sep 19, 2015 7:35 AM, "Nicolas Goaziou" <m...@nicolasgoaziou.fr> wrote: > Kaushal Modi <kaushal.m...@gmail.com&

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
You're right! This time I let it stay stuck for more than few minutes and I can confirm that the http://orgmode.org/org-mode.git link works too. Somehow the other link is much faster for me when cloning/pulling. -- Kaushal Modi On Wed, Sep 23, 2015 at 4:53 PM, Robert Klein <rokl...@roklein

Re: [O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
Just to clarify, git clone http://orgmode.org/org-mode.git org-mode gets stuck at "Cloning into 'org-mode' ..." But git cloning the mirror http repo works fine. -- Kaushal Modi On Wed, Sep 23, 2015 at 3:29 PM, Achim Gratz <strom...@nexgo.de> wrote: > Suvayu Ali writes:

[O] Wrong number of arguments: setq, 1

2015-12-11 Thread Kaushal Modi
odi/usr_local/6/lib64 -ggdb3' Features: XPM JPEG TIFF GIF PNG RSVG IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK2 X11 -- Kaushal Modi

Re: [O] Wrong number of arguments: setq, 1

2015-12-11 Thread Kaushal Modi
I just found a recent conversation on this mailing list with the title: Concerning `(letrec ((ignore)) ...)' in line 2718 of lisp/ox.el That explains why I suddenly started seeing these errors. My above patch fixes org exports for me while being on the latest snapshot of emacs-25 branch.

Re: [O] [ANN] Export block syntax change

2016-01-06 Thread Kaushal Modi
newline))) eval-buffer() ; Reading at buffer position 5862 The error goes away after I comment out the line with :export-block keyword in the org-export-define-backend function call. Example: https://github.com/marsmining/ox-twbs/blob/cfe67353d148e65a7676f1609d8cc22a4c8fbc78/ox-twbs.el#L108 What would be

[O] Use of deprecated org-log-note-marker variable in outshine

2016-01-06 Thread Kaushal Modi
ote-marker’ @ Thorsten, Nicolas: What would be the best way to fix that? My org version: Org-mode version 8.3.2 (release_8.3.2-469-ga902c8 @ /home/kmodi/usr_local/apps/6/emacs/emacs-25/share/emacs/site-lisp/org/) -- Kaushal Modi

Re: [O] [ANN] Export block syntax change

2016-01-06 Thread Kaushal Modi
> I removed all of them but the last one. Of course :) Thanks.

Re: [O] Use of deprecated org-log-note-marker variable in outshine

2016-01-07 Thread Kaushal Modi
gt; Recently I managed to use Emacs/Org-mode more frequently again and even > follow the mailing list somehow, so I hope I can the change maintainance > state of the outshine libraries from 'unmaintained' to 'kind of > maintained' again. Thanks! That's great news! :) -- Kaushal Modi

Re: [O] [ANN] Export block syntax change

2016-01-06 Thread Kaushal Modi
should not be etc/ORG-NEWS 78:Moreover, ~:export-block~ keyword used in ~org-export-define-backend~ These references need to be removed, right? Thanks. -- Kaushal Modi On Wed, Jan 6, 2016 at 1:06 PM, Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Kaushal

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Kaushal Modi
> I'd like to keep the active buffer visible while capturing. That's how it works for me. I do not see a calendar buffer unless I do something like C-c C-d (org-deadline) or C-c C-s (org-schedule) in an org buffer. If I am in a frame with one buffer ABC, calling org-capture splits the frame into

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
esults are inserted as either a table or scalar depending on their value. So what determines if the results should be table formatted or kept verbatim (scalar)? -- -- Kaushal Modi

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
Hi all, I learnt that I need to have ":results verbatim" as a header argument for awk source blocks. But I don't understand why I need that in the first place. The default value of :results is replace. Then why is it converting the awk results to org tables? Thanks. Kaushal > --

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
Correction: ":results verbatim" On Sun, Jun 12, 2016 at 2:59 AM Kaushal Modi <kaushal.m...@gmail.com> wrote: > Bummer, found it; needed " :results raw" header arg > > On Sun, Jun 12, 2016 at 2:46 AM Kaushal Modi <kaushal.m...@gmail.com> > wrote: &

[O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
-mode | version | is | 8.3.4 | . | So how can I generate the result as one would normally see by running awk in the terminal, without the additional org-table pipe characters? -- -- Kaushal Modi

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-12 Thread Kaushal Modi
Bummer, found it; needed " :results raw" header arg On Sun, Jun 12, 2016 at 2:46 AM Kaushal Modi <kaushal.m...@gmail.com> wrote: > Hi, > > I am running the latest builds of emacs-25 branch and org master branch. > > I used ob-awk for the first time

Re: [O] Preventing RESULTS from being formatted as org table [ob-awk]

2016-06-13 Thread Kaushal Modi
d . e)) > #+END_SRC > > #+RESULTS: > : (a b c > :(d . e)) > > On Sun, 12 Jun 2016, Thomas S. Dye wrote: > I think I'm correct to say that by default a single value result is > output as a scalar, and everything else is converted to an Org mode > table. > -- -- Kaushal Modi

Re: [O] org-install?

2016-06-14 Thread Kaushal Modi
exactly is the case? > What is the setup procedure recommended for git-installed org? > -- -- Kaushal Modi

Re: [O] assign tags via helm/avy?

2016-05-30 Thread Kaushal Modi
d? > > best > > Z > If you use the ivy-family of list completion, check out the counsel package, and the cousel-org-tag function in there. > -- -- Kaushal Modi

Re: [O] Upper or lower case in BEGIN_SRC and other keywords

2016-06-16 Thread Kaushal Modi
just curious. > > Bill > > [1] http://orgmode.org/org.html#Conventions > [2] http://orgmode.org/org.html#fn-3 > > -- > William Denton :: Toronto, Canada :: https://www.miskatonic.org/ > Caveat lector. > > -- -- Kaushal Modi

Re: [O] Use of deprecated org-log-note-marker variable in outshine

2016-01-08 Thread Kaushal Modi
> Actually, it was a mistake to remove the variable in the first place. As > a consequence, I re-introduced it in master. Thanks. That has fixed the free variable warning. @Thorsten But now you might need to have different versions of defadvice for org-store-log-note based on the value of

Re: [O] Keep buffer visible w/ capture template

2016-01-13 Thread Kaushal Modi
I would prefer the second option (modifying the display-buffer-alist). I don't customize this variable for any of the org-mode buffer but I do for other buffers. That too, I do it indirectly using the shackle package. Here's my setup that can give your examples and a brief documentation on how to

Re: [O] Commenting out #+

2016-01-18 Thread Kaushal Modi
around for future use, e.g. > > ##+STARTUP > > Is this sort of thing possible with org 8.3.3+ ? > > Thanks, > Eric > > > -- -- Kaushal Modi

Re: [O] Bug: Regression in ox-texinfo export

2016-02-08 Thread Kaushal Modi
t; > (a) The FSF's Back-Cover Text is: ``You have the freedom to copy and > modify this GNU manual.'' > @end quotation > > @c Emacs 25.0.50.4 (Org mode 8.2.10) > > regards, > Oleh > > -- -- Kaushal Modi

Re: [O] references to arbitrary labels in org and export to latex

2016-02-05 Thread Kaushal Modi
On Fri, Feb 5, 2016 at 8:40 AM John Kitchin wrote: > Could you use footnotes for this? > > I had to go with that custom solution on emacs.SE because I wanted the links to be rendered just like [[link][description]], without plain-text links in the footnotes. But I also

Re: [O] inline code and minted

2016-02-05 Thread Kaushal Modi
On Fri, Feb 5, 2016 at 10:01 AM Alan Schmitt wrote: > > Yes. Here it is for review, please let me know if I can apply it. > TIL that we can have inline source code highlighting in org exports! For anyone else that just got enlightened about this, check out "C-h

[O] Help understanding what's imported from a #+SETUPFILE file

2016-02-12 Thread Kaushal Modi
ome elisp) so that I do not need to manually enter the below in all my org files. #+LaTeX: \BeforeBeginEnvironment{minted}{\begin{mdframed}} #+LaTeX: \AfterEndEnvironment{minted}{\end{mdframed}} -- Kaushal Modi

Re: [O] #+BEGIN_LaTeX deprecated

2016-02-09 Thread Kaushal Modi
Check out this announcement email about the syntax change: https://lists.gnu.org/archive/html/emacs-orgmode/2015-12/msg00525.html It has a snippet to convert the old syntax files to new syntax. -- Kaushal Modi On Feb 9, 2016 6:45 PM, "Myles English" <mylesengl...@gmail.com>

Re: [O] references to arbitrary labels in org and export to latex

2016-02-05 Thread Kaushal Modi
document that you are looking for. -- Kaushal Modi

Re: [O] Help understanding what's imported from a #+SETUPFILE file

2016-02-12 Thread Kaushal Modi
Actually, I just realized that changing those 2 lines to: #+LaTeX_HEADER: \BeforeBeginEnvironment{minted}{\begin{mdframed}} #+LaTeX_HEADER: \AfterEndEnvironment{minted}{\end{mdframed}} in the SETUPFILE works too. I don't recall the reason why I did not have them as LaTeX_HEADER earlier. But the

Re: [O] Inconsistent {{{time}}} org macro expansion

2016-01-29 Thread Kaushal Modi
Thank you! I verified that the bug is now fixed.

[O] Inconsistent {{{time}}} org macro expansion

2016-01-28 Thread Kaushal Modi
t expand. Why is that? Is it a bug? This is my org version: Org-mode version 8.3.3 (release_8.3.3-509-gc17fcc @ /home/kmodi/usr_local/apps/6/emacs/emacs-25/share/emacs/site-lisp/org/) Thanks. Kaushal Modi

Re: [O] display org-link url

2016-01-29 Thread Kaushal Modi
Or with the point on the link, you can hit C-c C-l. That will bring up the link for editing in the minibuffer. Hitting C-g will take you out of there without modifying the link.

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Kaushal Modi
Thank you guys. With your help, I came up with this solution and it works great! I tested it with all 4 combinations (author=nil/non-nil and date=nil/non-nil). # #+AUTHOR: #+AUTHOR: Kaushal Modi # #+DATE: #+DATE: {{{time(%b %e %Y\, %a)}}} ;; Customize the HTML postamble (defun modi/org-html

Re: [O] Conditionally formatting org-html-postamble-format

2016-01-27 Thread Kaushal Modi
Hi Robert, Thanks for the reply. > how about using a postamble function instead of html-postamble-format Does it mean that I need to look into modifying the org-html--build-pre/postamble function? If so, I will start looking into it but it will take a while as it full of elisp that I have

Re: [O] What happened to org-set-local

2016-02-03 Thread Kaushal Modi
> > Has it been replaced - with what? > > Looks like setq-local can be used directly instead of org-set-local. - http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=bc0588fee4994eda9474e62313eb9925ad65dab1 -

[O] make test is failing? [ob-fortran stuff]

2016-02-22 Thread Kaushal Modi
's failing just for me? I am running Emacs version: GNU Emacs 25.0.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.23) of 2016-02-21, built using commit e19c1c301700430ae428f40c2a364671f5d50dcf. -- Kaushal Modi

[O] Conditionally formatting org-html-postamble-format

2016-01-26 Thread Kaushal Modi
Hi, I have the org-html-postamble-format set to the below: (setq org-html-postamble-format `(("en" ,(concat "Exported using " ;; "%c" is replaced with `org-html-creator-string' ;; Emacs (Org mode

[O] org table with auto-incrementing numbers in a column

2016-02-15 Thread Kaushal Modi
in one go. Any help? Thanks! Org-mode version 8.3.3 (release_8.3.3-597-gcaf66e @ /home/kmodi/usr_local/apps/6/emacs/emacs-25/share/emacs/site-lisp/org/) -- Kaushal Modi

Re: [O] org table with auto-incrementing numbers in a column

2016-02-16 Thread Kaushal Modi
Thanks everyone for replying! I made one mistake before posting that question: I should have looked up C-h f org-table-recalculate. And now I did :) I should have done "C-u C-c * " when the point was in the table (I was doing just C-c *, which evaluates only the current row). >> Derek > | N |

[O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Kaushal Modi
ood way to generate the EXAMPLE block on the fly during export with the value of {{{TAR_FILE}}} replaced based on the macro definition? -- Kaushal Modi

Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Kaushal Modi
Thanks Tom. Your solution almost gets me there but I still need to manually update the tar-file argument value in the #+CALL lines. What I am looking for is for something like below to work (but it isn't). I have multiple such #+CALL lines and I would like to not manually update the tar-file arg

Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Kaushal Modi
That works perfectly! Thank you! Just to add that I had to have "#+HEADER: :exports none" as I did not want the elisp code to be visible in the exported documents. #+PROPERTY: header-args:emacs-lisp :var tar-file="bar.tar.gz" #+NAME: tar-eg #+HEADER: :exports none #+BEGIN_SRC emacs-lisp (format

Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Kaushal Modi
OK, now I have just one follow up question. I would like to tangle the result to a separate file. So I am looking for a way to save the result "> tar xvzf bar.tar.gz" to a separate file. I tried adding ":tangle filename" to #+CALL/#+BEGIN_SRC but that did not help. Adding to #+CALL does not do

Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Kaushal Modi
I finally have this working! #+PROPERTY: header-args:emacs-lisp :var tar-file="bar.tar.gz" :exports none :file "results.txt" #+NAME: tar-eg #+BEGIN_SRC emacs-lisp (format "> tar xzvf %s" tar-file) #+END_SRC #+CALL: tar-eg() :wrap example :exports none #+CAPTION: =results.txt= #+NAME:

Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Kaushal Modi
This is turning out to be more complicated than I anticipated .. I need to (1) Export the evaluated emacs-lisp block to a separate file, and (2) also include the result in the same document I can do that but it is a multi-step process: (1) First I need to export the result to the file only. I

Re: [O] Generate BEGIN_EXAMPLE block dynamically during export

2016-02-16 Thread Kaushal Modi
This seems to work from my brief testing: #+AUTHOR: #+OPTIONS: toc:nil #+PROPERTY: header-args:emacs-lisp :var tar-file="bar.tar.gz" :exports none #+NAME: tar-eg #+BEGIN_SRC emacs-lisp (let ((contents (format "> tar xzvf %s" tar-file))) (with-temp-buffer (insert contents)

Re: [O] How to load org-beautify-theme

2016-02-21 Thread Kaushal Modi
he author hasn't packaged org-beautify-theme to be loaded using load-theme. PS: Also copying the package author at the email I got from the github page. -- Kaushal Modi

Re: [O] bug#18617: 24.3; loading simple-wiki-mode breaks org-mode

2016-02-21 Thread Kaushal Modi
I can recreate that bug. The "first" alias is defined in the cl library. So you would need to (require 'cl) before requiring simple-wiki. I eval'd simple-wiki from here: http://cvs.savannah.gnu.org/viewvc/*checkout*/http-emacs/http-emacs/simple-wiki.el I haven't yet looked into the internals of

Re: [O] bug#18617: 24.3; loading simple-wiki-mode breaks org-mode

2016-02-21 Thread Kaushal Modi
A quick look at the code shows that it pollutes the namespace with undeclared and un-let-bound variables like "tag" (and there could be more like that). If we investigate further, we might find a culprit like that that's causing this problem. (defun simple-wiki-get-tag () (let (prompt) (if

Re: [O] Help understanding what's imported from a #+SETUPFILE file

2016-02-12 Thread Kaushal Modi
> SETUPFILE exports keywords defined in `org-export-options-alist' and in > back-end specific options (i.e. :options-alist). I tried "C-h v org-export-options-alist" but the result seemed cryptic to me: ((:title "TITLE" nil nil parse) (:date "DATE" nil nil parse) (:author "AUTHOR" nil

Re: [O] [BUG] org-return after an empty description list item gives error

2016-02-11 Thread Kaushal Modi
Thanks for fixing this quickly. On Thu, Feb 11, 2016 at 3:58 AM Nicolas Goaziou <m...@nicolasgoaziou.fr> wrote: > Hello, > > Kaushal Modi <kaushal.m...@gmail.com> writes: > > > I get an error from org-element-context if I have set > > org-return-follows-link

[O] [BUG] org-return after an empty description list item gives error

2016-02-10 Thread Kaushal Modi
INGS NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB TOOLKIT_SCROLL_BARS GTK2 X11 = Kaushal Modi

Re: [O] [PATCH] Fix the single quote printed in the message printed by org-table-edit-formulas

2016-03-10 Thread Kaushal Modi
Good point. I will submit a new patch later today. On Thursday, March 10, 2016, Kyle Meyer <k...@kyleam.com> wrote: > Kaushal Modi <kaushal.m...@gmail.com <javascript:;>> writes: > > [...] > > > - (message > > + (message "%s"

  1   2   3   4   5   6   7   8   9   >