27;repo.or.cz'
error: 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
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
wrote:
> On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaush
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 wrote:
> Suvayu Ali writes:
> > On We
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 wrote:
x27;t find a way to do it.
--
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" wrote:
> Hi Nick
>
> well yes i guess :) . but would be
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 wrote:
> I know how to do in vim. Select
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
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 wrote:
> Since Monday morning (New York time) I have not been able to export to
> pdflatex (worked
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
wrote:
> Hi,
>
> Doing C-c C-e l o on any org file gives me the error
>
> Symbol's
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 wrote:
>
> Exporting to latex of the simple file below results in an error:
>
> ,
> | m
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 wrote:
> Kaushal Modi writes:
>
> > I realized that the default binding `C-c *` works only on the current
> line, not the whole selectio
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 wrote:
> This is just an FYI.
>
> Over the past couple of days, I've noticed delays in posting
Yes, it's down for me since morning.
--
Kaushal Modi
On Mon, Oct 5, 2015 at 10:40 PM, Puneeth Chaganti
wrote:
>
>
>
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
wrote:
> Hello,
>
> Multiple cursor <https://github.com/magnars/multiple-cursors.el>is a very
> handy tool. but I don't
-cursors loaded.
--
Kaushal Modi
On Fri, Oct 16, 2015 at 11:10 AM, Jérémie Juste 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-20150710.456 - the latest
&g
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 wrote:
> I haven’t been following the thread so this may have already been asked, but
> have you checked ~/.e
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,
face?
- Option to not collapse links within comments?
What do you guys think?
--
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
wrote:
> Hi,
>
> This question has come up a few times on emacs.stackexchange so I was
> curious if the more experienced or
e to
start. But as soon as I see some activity related to backslash
escaping, I'd happily be involved in the code development.
--
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 comme
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
> 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 code
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:
http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=5401bb8645f955b6fde8c0a5e5c8cf5ec1cab
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:
-
@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.
> 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
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=
Thanks Nick. That patch resolves the issue for now. At least, all my pdf
exports are working fine as before.
Thanks to you both for the quick solution and the upstream fix.
Cannot open load file" "No
such file or directory" "org-eldoc"))
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
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.
ook should not be bare in the org-eldoc.el. It should be
updated only via a function call.
--
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
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, espec
t;) (export-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
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!
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
Thanks for fixing this.
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).
> 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. in
'LDFLAGS=-L/home/kmodi/usr_local/6/lib
-L/home/kmodi/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
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.
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 the pr
locks 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
wrote:
> Hello,
>
> Kaushal Modi writes:
>
> >
> I removed all of them but the last one.
Of course :)
Thanks.
‘org-log-note-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
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
> 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 org-ver
Out of curiosity, which org-mode version will see this change in
export-block syntax?
> 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
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 c
> ##+STARTUP
>
> Is this sort of thing possible with org 8.3.3+ ?
>
> Thanks,
> Eric
>
>
>
--
--
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 )
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 never
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
cro did not 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
Thank you! I verified that the bug is now fixed.
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.
>
> 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
-
http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=07e16c2fc5687de5e1761bbf4ba3cf1777de15
document that you are looking for.
--
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 i g
(org) Structure of code block
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 needed a Footnotes-like con
he section entitled ``GNU Free Documentation License.''
>
> (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
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" wrote:
> Hello Julien,
>
>
G IMAGEMAGICK SOUND GPM DBUS GCONF GSETTINGS
NOTIFY ACL LIBSELINUX GNUTLS LIBXML2 FREETYPE LIBOTF XFT ZLIB
TOOLKIT_SCROLL_BARS GTK2 X11
=
Kaushal Modi
Thanks for fixing this quickly.
On Thu, Feb 11, 2016 at 3:58 AM Nicolas Goaziou
wrote:
> Hello,
>
> Kaushal Modi writes:
>
> > I get an error from org-element-context if I have set
> > org-return-follows-link to t and hit RET after an empty desc list item.
> &g
be using some 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
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
> 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 user-full
calculated 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
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 | |
e a good 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
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
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
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 any
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: code__resu
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 ca
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)
(write
x27;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
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
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
'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
5160776 Mon Sep 17 00:00:00 2001
From: Kaushal Modi
Date: Wed, 9 Mar 2016 01:18:58 -0500
Subject: [PATCH] Fix the single quote printed in the message
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Fix the quote style when in the "C-c '" k
>
> Shouldn't this be handled by `substitute-command-keys' already? The fix
> looks like a hack.
I don't think this has anything to do with substitute-command-keys. That
function simply returns a string.
So the below 2 forms display the exact same thing: "C-c ’" (note the curved
right quote) by
Good point.
I will submit a new patch later today.
On Thursday, March 10, 2016, Kyle Meyer wrote:
> Kaushal Modi > writes:
>
> [...]
>
> > - (message
> > + (message "%s"
> > (substitute-command-keys "\\\
> > Edit formul
I am unable to figure out how to escape the ` and ' in the help-echo text
property.
I tried the below:
diff --git a/lisp/org-table.el b/lisp/org-table.el
index 0a25772..749baca 100644
--- a/lisp/org-table.el
+++ b/lisp/org-table.el
@@ -794,10 +794,10 @@ When nil, simply write \"#ERROR\" in corrup
Here's the updated patch (MINUS the help-echo fix):
>From 238ccdfc8bbdeb53196392a4dff96478a19cb5a5 Mon Sep 17 00:00:00 2001
From: Kaushal Modi
Date: Wed, 9 Mar 2016 01:18:58 -0500
Subject: [PATCH] Fix the single quote printed in the message
MIME-Version: 1.0
Content-Type: text/plain; cha
(setq ov (make-overlay b e)))
> (overlay-put ov 'help-echo echo-str1))
>
Thanks Paul. That was very educational. So it turns out that we do not need
substitute-command-keys at all for help-echo text.
Below is now the latest patch = previous patch + help-echo straight quote
fix.
>From a897b
IBUTE, different from the one on emacs-25 branch (
http://git.savannah.gnu.org/cgit/emacs.git/tree/CONTRIBUTE ). Can you
please review that?
Thanks.
--
Kaushal Modi
maint branch
to the master branch. What git command should I be looking at to do this in
future? (because I always use the master branch and if I need to submit a
patch in future, I would need to switch to maint branch and port changes
from my master.
Thanks.
--
Kaushal Modi
On Fri, Mar 11, 2016
Thanks.
--
Kaushal Modi
itemize}
\item Plain list item
\end{itemize}
\begin{description}
\item[{Description}] This looks fine because I have moved the description
list out of the plain list.
\end{description}
#+END_EXPORT
-
==========
--
Kaushal Modi
;s the solution:
==
* Good (with 2 blank lines)
- Plain list item
- Description :: Description list became part of plain list here!
======
--
Kaushal Modi
On Tue, Mar 15, 2016 at 11:15 PM, Kaushal Modi
wrote:
> Hi,
I want my bindings to override everything else).
--
--
Kaushal Modi
1/2 | junk |
|---+-+--|
Org-mode version 8.3.4 (release_8.3.4-748-g7e320e @
/home/kmodi/usr_local/apps/6/emacs/emacs-25/share/emacs/site-lisp/org/)
Thanks.
Kaushal
--
--
Kaushal Modi
acs/emacs-25/share/emacs/site-lisp/org/)
Is anyone else able to recreate this?
Thanks.
Kaushal
--
--
Kaushal Modi
f1* modifier
> (or *f5* to get *2.0* and so on)
>
> #+TBLFM: @>$1=vsum(@2..@>>)*;f1*
>
> In the manual the decimal format %.2f, etc. is shown as an example but
> apparently the f2 format is not mentioned.
>
> Is the %.Xf format preferred or is either one OK?
>
> Regards,
>
> Charlie Millar
>
--
--
Kaushal Modi
/org-mode.git/commit/?id=ef9637030456b153fd834f4c9202a9264d5ef18d
So probably the same 44c8cd fix has to be applied to the org.el in
emacs-25/master branches too?
--
--
Kaushal Modi
org-babel-result-hide-spec org-babel-hide-all-hashes)
> org-ctrl-c-ctrl-c-hook '(org-babel-hash-at-point
> org-babel-execute-safely-maybe)
> org-cycle-hook '(org-cycle-hide-archived-subtrees org-cycle-hide-drawers
> org-cycle-hide-inline-tasks org-cycle-show-empty-lines
> org-optimize-window-after-visibility-change)
> org-confirm-elisp-link-function 'yes-or-no-p
> org-edit-src-content-indentation 0
> org-metadown-hook '(org-babel-pop-to-session-maybe)
> org-startup-truncated nil
> org-clock-out-hook '(org-clock-remove-empty-clock-drawer)
> org-src-fontify-natively t
> )
>
> --
--
Kaushal Modi
1 - 100 of 810 matches
Mail list logo