Re: [O] Will there be an updated Org Mode in Emacs 25?

2016-07-18 Thread Kaushal Modi
release in the 8.3.X series. > > > > Bastien, WDYT? > > FWIW I was going to argue for a quick 9.0 as well. Though I'd like to get > all my WIP finished beforehand... > > -- > ⠠⠵ > -- Kaushal Modi

Re: [O] Funcition definiion is void: with-eval-after-load

2016-07-20 Thread Kaushal Modi
Hi Claude, `with-eval-after-load` macro was introduced in emacs 24.4. Please make sure that you are running that or a newer emacs version. On Wed, Jul 20, 2016, 5:29 AM claude fuhrer wrote: > Symbol's function definition is void: with-eval-after-load > -- Kaushal Modi

Re: [O] Funcition definiion is void: with-eval-after-load

2016-07-20 Thread Kaushal Modi
rg/gnu/emacs/pretest/emacs-25.0.95.tar.xz if building emacs locally from git is not an option. -- Kaushal Modi

Re: [O] orgmode read/source all options from a template file?

2016-07-21 Thread Kaushal Modi
ic S Fraga wrote: > #+include: settings.org On Thu, Jul 21, 2016 at 7:10 AM Xebar Saram wrote: > Ok got it, you can "source" a template file by using the SETUPFILE option > , ie; > > #+SETUPFILE: /home/zeltak/org/files/Uni/Courses/templates/ > org.options.reveal.org > -- Kaushal Modi

[O] Fix org-clock compilation on emacs 24.x

2016-07-25 Thread Kaushal Modi
ake[1]: *** [install] Error 1 make[1]: Leaving directory `/home/kmodi/.emacs.d/elisp/org-mode/lisp' make: *** [install-lisp] Error 2 = Below minor patch fixes that issue: >From 0b9c1b4a6cac2eec6f1ea5ff3a123fa7d8e3fc25 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 25 Jul

Re: [O] Fix org-clock compilation on emacs 24.x

2016-07-25 Thread Kaushal Modi
Please ignore. It got fixed 10 minutes back :) -- Kaushal Modi

Re: [O] Project Management reporting

2016-07-28 Thread Kaushal Modi
usiness customers has been a challenge. I've looked > around for a better way but haven't found much. Am I missing anything? If > not would anyone else be interested in this functionality? > > Thanks, > J. > -- Kaushal Modi

Re: [O] ANNOUNCE: GNU Hyperbole 6.0.1 for Emacs 24.4 - 25 is released

2016-07-29 Thread Kaushal Modi
the wiki, but I'm still not sure > how it compares to or complements Org. > > > -- Kaushal Modi

Re: [O] ANNOUNCE: GNU Hyperbole 6.0.1 for Emacs 24.4 - 25 is released

2016-07-29 Thread Kaushal Modi
emo which I > is think is more fun than watching a screencast. > > -deech > > -- Kaushal Modi

Re: [O] [ANN] thi.ng/org-spec template for tech specs & HTML export theme

2016-08-01 Thread Kaushal Modi
generate both HTML and PDF. What limitations did you face when using the org latex exporter for generating the PDF? -- Kaushal Modi

[O] New package: ox-minutes [Please critique]

2016-08-10 Thread Kaushal Modi
iticism on this... What did I miss? Bad coding practices? Thanks. Kaushal -- Kaushal Modi

Re: [O] How to run a command after exporting agenda to HTML?

2016-08-10 Thread Kaushal Modi
with AWS S3) > after my agenda views are exported to HTML. There used to be a > `org-export-html-final-hook` which looks like something that could be > helpful, but it doesn't appear to be available anymore. > > Is there a way to do this in current Org? > -- Kaushal Modi

Re: [O] New package: ox-minutes [Please critique]

2016-08-10 Thread Kaushal Modi
egression test with: > > ./ox-minutes/ox-minutes-test.el > ./ox-minutes/test_input.org > ./ox-minutes/test_output.txt > > Both test_input.org and test_output.txt could be moved from README.md. > Good point. Learning to use ert is on my 'some day' list. I will eventually get to it. Thanks for the feedback! -- Kaushal Modi

[O] How can I get multiple references to the same footnote in org table [ox-latex]

2016-08-10 Thread Kaushal Modi
ster/share/emacs/site-lisp/org/) Thanks. -- Kaushal Modi

Re: [O] Bug: When exporting to PDF an Org file where multiple footnotes share the same definition, only the first footnote is clickable [8.3.4 (8.3.4-39-ge0acd8-elpaplus @ /home/jorge/.emacs.d/elpa/or

2016-08-10 Thread Kaushal Modi
Hi guys, Looks like I just reported the exact same bug few minutes back. @Rasmus: Are you still working on committing the fix for this? Thanks. Kaushal On Mon, May 23, 2016 at 5:42 PM Nicolas Goaziou wrote: > Hello, > > Rasmus writes: > > > With the attached patch ox-lat

Re: [O] Bug: org-agenda-list fails with "wrong-type-argument stringp nil" from org-agenda-skip [8.3.5 (8.3.5-elpaplus @ $HOME/.emacs.d/elpa/org-plus-contrib-20160801/)]

2016-08-10 Thread Kaushal Modi
6 at 12:02 PM Robert Irelan wrote: > >> Ever since updating to 20160801, I've encountered the following error >> whenever trying to run org-agenda-list: >> > -- Kaushal Modi

Re: [O] Bug: [Feature request] ob-plantuml fails if there is not jar: can it check for the executable as well? [8.3.5 (8.3.5-elpaplus @ /home/andrea/.emacs.d/elpa/org-plus-contrib-20160808/)]

2016-08-12 Thread Kaushal Modi
where else I should do it. > This is the right place to ask this question. -- Kaushal Modi

Re: [O] How can I get multiple references to the same footnote in org table [ox-latex]

2016-08-20 Thread Kaushal Modi
Hello, I'm just bumping this email as it could have got missed. On Wed, Aug 10, 2016, 5:03 PM Kaushal Modi wrote: > Hi, > > Here is a minimum working example: > > = > | abcd | efgh[fn:1] | > | ijkl | mnop[fn:1] | > | qrst | uvwx | > | y| z

Re: [O] How can I get multiple references to the same footnote in org table [ox-latex]

2016-08-22 Thread Kaushal Modi
ve on the LaTeX side"? :) -- Kaushal Modi

Re: [O] Restrict include to some backend

2016-09-12 Thread Kaushal Modi
NLY … END_ONLY work? It would be > similar to BEGIN_EXPORT, right? > > Or it could even be an option to begin_export? > -- Kaushal Modi

Re: [O] Restrict include to some backend

2016-09-14 Thread Kaushal Modi
atex'.". I plan to add a "not" condition to this. That way, with below: #+BEGIN_ONLY tex foo #+END_ONLY tex #+BEGIN_EXCEPT tex bar #+END_EXCEPT tex foo will be exported only for tex, and for every other backend, bar will be exported. WDYT? -- Kaushal Modi

Re: [O] Restrict include to some backend

2016-09-14 Thread Kaushal Modi
;; Delete the block (message "Removing %s block" block-type) (delete-region begin-from end-to)) (add-hook 'org-export-before-process #'cpit/filter-begin-only) -- Kaushal Modi

[O] Fwd: bug with org-babel/sqlite?

2016-09-14 Thread Kaushal Modi
le. PFA the bug description (bug.org). The essence is that sqlite queries work with :results verbatim, but not otherwise. Any ideas on how to get past this? This is with emacs 24.5.2, RHEL6. Dushyant -- Kaushal Modi bug.org Description: Binary data

[O] Time to push the latest org to emacs-25 branch? (Was: Emacs 25.1 released)

2016-09-18 Thread Kaushal Modi
dation's online store at: http://shop.fsf.org/product/emacs-manual/ (The version on sale is updated for Emacs 24.2, but it remains a great reference book for current Emacs, and buying a copy is a great way to support the work of the FSF.) Regards, Nico -- Kaushal Modi -BEGIN PGP SI

Re: [O] Time to push the latest org to emacs-25 branch?

2016-09-18 Thread Kaushal Modi
On Sun, Sep 18, 2016 at 10:48 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > Is this a good time to update the org version in emacs-25 branch? > > I'd like to release Org 9.0 first, but that's the topic of another > thread. > OK. &g

Re: [O] Add org-bookmark-heading to Org proper?

2016-09-22 Thread Kaushal Modi
wrote: > As mentioned in <87oa3gs8tc....@gmx.us>, > -- Kaushal Modi

Re: [O] bug with special entities and (setq org-catch-invisible-edits t)?

2016-09-28 Thread Kaushal Modi
t; Is that a bug, or expected? > I would like to know the solution to this too! I faced this just last week. A workaround was to do "C-q Space" after "F_{A}" instead of just "Space". I am using almost the latest build of org master branch (updated and built yesterday). -- Kaushal Modi

Re: [O] One org file to multiple pages static website.

2016-10-11 Thread Kaushal Modi
e org-file to a multiple pages static > website, > one heading -> one post. > > Since I did not find anything like it, did it myself, think maybe others > may > find this helpful. > > https://github.com/phfrohring/org-to-blog > > Cheers! > > > > -- Kaushal Modi

Re: [O] Blogging with Orgmode + Jekyll on GitHub Pages?

2016-10-13 Thread Kaushal Modi
that will deal with org to md conversion and management of Hugo layouts and front matter. > -- Kaushal Modi

Re: [O] Bug with (comment-line)

2016-10-26 Thread Kaushal Modi
ommit/?id=21c6148bbe60c278abfb0f035c15c030ac0582c6 If this commit is not merged into the maint branch, you would need to git clone the master branch and build org locally to get it. The version available via package.el is the latest build of only the maint branch. -- Kaushal Modi

Re: [O] Bug with (comment-line)

2016-10-26 Thread Kaushal Modi
-mode.git/tree/lisp/org.el?id=0204b0e16f834ca54ade988257725f31eaaedbce#n23555 -- Kaushal Modi

Re: [O] “Match data clobbered by buffer modification hooks”

2016-10-28 Thread Kaushal Modi
is bug on the org mode version build from the latest commit on the master branch? -- Kaushal Modi

[O] Org 9.0 out?

2016-11-02 Thread Kaushal Modi
Hi all, I just noticed that org 9.0 got released yesterday. I am surprised that there was no announcement email. Thanks to everyone who contributed to this most awesome org mode release! -- Kaushal Modi

Re: [O] [Ann] org-ephermal-section-numbers

2016-11-03 Thread Kaushal Modi
ructured) Org file. > > Possibly someone finds this useful. > > > Ciao, > -- > Marco > > > -- Kaushal Modi

[O] ORG-NEWS entry about discontinuing use of s-exps in org-capture-templates?

2016-11-04 Thread Kaushal Modi
. -- Kaushal Modi

Re: [O] ORG-NEWS entry about discontinuing use of s-exps in org-capture-templates?

2016-11-04 Thread Kaushal Modi
Awesome! Thanks for the quick action. On Fri, Nov 4, 2016 at 12:45 PM Nicolas Goaziou wrote: > I reverted the commit in maint, and applied it again in master, with > a proper ORG-NEWS entry. > > Thank you for the heads-up. > > Regards, > > -- > Nicolas Goaziou > -- Kaushal Modi

Re: [O] Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)]

2016-11-04 Thread Kaushal Modi
" to absolute-path/example.org. > > Result: "* Capture" is added to "absolute-path/default.org". > > This provides the desired result, but unable to use variable filenames > (very useful): > (setq org-default-notes-file "absolute-path/default.org") > (setq org-capture-templates '( > ("e" "Example" entry >(file+headline "absolute-path/example.org" "Example") >"* Capture" >:empty-lines 1))) > > > Thanks! > -- Kaushal Modi

Re: [O] Bug: Org Capture with Concatenated filenames [9.0 (9.0-elpa @ .emacs.d/elpa/org-20161102/)]

2016-11-04 Thread Kaushal Modi
pture to logs.org, events.org and > services.org in that directory. How could I do that with a function > wrapper? > > Thanks you! > > On Fri, Nov 4, 2016 at 11:36 PM, Kaushal Modi > wrote: > > Hi Klarre, > > The org 9.0 release had deprecated use of S-exps in org-capt

Re: [O] HTML blocks not exporting correctly

2016-11-07 Thread Kaushal Modi
et an HTML file that has the literal text " HREF="http://orgmode.org";>link" rather than creating a hyperlink. > > Is there a fix for this? Thanks! > -- Kaushal Modi

[O] Fix a regression in C-u TAB behavior with point in org table cell

2016-11-21 Thread Kaushal Modi
a5a033ba7431abb Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 21 Nov 2016 09:50:07 -0500 Subject: [PATCH] Fix the regression in org 9.x in "C-u TAB" revealing org table cell * lisp/org.el (org-cycle): Do not execute `org-cycle-internal-global' when the point is inside a ta

Re: [O] Fix a regression in C-u TAB behavior with point in org table cell

2016-11-22 Thread Kaushal Modi
Please dis-regard that patch. I learnt that M-0 TAB still works, and the documented C-u C-c ` also works. I will update the bindings in orgcard and provide a patch for that. On Mon, Nov 21, 2016 at 9:56 AM Kaushal Modi wrote: > Hello, > > I was going through the orgcard.tex and rev

[O] Allow #+SETUPFILE to point to an URL for the org file

2016-12-03 Thread Kaushal Modi
execution to wget that link, save it to /tmp/config.org and then replace #+SETUPFILE: https://cdn.rawgit.com/path/to/config.org with #+SETUPFILE: /tmp/config.org in, may be, org-export-before-processing-hook? But has someone already implemented something like this? Thanks. -- Kaushal Modi

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2016-12-08 Thread Kaushal Modi
Anyone? On Sat, Dec 3, 2016, 12:23 PM Kaushal Modi wrote: > Hello, > > I would like to put my common org config in github so that I can access it > from anywhere/any machine. > > Currently I have > > #+SETUPFILE: ~/org/common/config.org > > I would like to do

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2016-12-08 Thread Kaushal Modi
On Thu, Dec 8, 2016 at 9:31 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > Anyone? > > Apparently not. > > Note that it could drastically slow down opening buffers with a mediocre > connection since SETUPFILE is read every time buffer set-

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2016-12-08 Thread Kaushal Modi
On Thu, Dec 8, 2016 at 4:48 PM Nicolas Goaziou wrote: > Kaushal Modi writes: > > What about storing the contents of the file in a variable instead of > cluttering the temp directory? > Hmm, is there a way to read a file from a URL to a variable directly? Or did you mean to do

Re: [O] reproducable orgmode edit crashes emacs..have backtrace..where to report?

2016-12-09 Thread Kaushal Modi
hink started these crashes to happen... Updating Emacs, updating org, both, or something else? > -- Kaushal Modi

Re: [O] [PATCH] allow klipse export in html

2016-12-15 Thread Kaushal Modi
On Thu, Dec 15, 2016, 8:14 PM Matt Price wrote: > > I took a look at org.texi but my understanding of texi syntax is very poor > and I don't think I have time to learn today. > Why not write the new sections in org mode, and then export to texi? :) -- Kaushal Modi

Re: [O] Remove Org from Emacs repository?

2016-12-18 Thread Kaushal Modi
features and a very unique one to emacs. Separating it from emacs would not be good I believe. -- Kaushal Modi

Re: [O] Defining macros globally

2016-12-19 Thread Kaushal Modi
hat one file as a #+SETUPFILE in all the org files where you wish to use those macros. > -- Kaushal Modi

Re: [O] function to select text of in a cell of a table

2016-12-30 Thread Kaushal Modi
t; (info "(org) var") > > HTH, > > Chuck > > -- Kaushal Modi

Re: [O] Something like #+BIND but for the destination buffer

2017-01-03 Thread Kaushal Modi
e of times. But I have known ECM to mean MWE (minimal working example [1]). Would like to know what ECM literally means (Google did not help) :) [1]: https://en.wikipedia.org/wiki/Minimal_Working_Example > -- Kaushal Modi

Re: [O] use-package with ox-latex

2017-01-03 Thread Kaushal Modi
)) That way, the ox package and the nested ox-latex, etc. are not required until I export any org document for the first time. Full org setup as of today: https://github.com/kaushalmodi/.emacs.d/blob/6d8d0073d92f8dc118e84385c5274f810062a92f/setup-files/setup-org.el -- Kaushal Modi

[O] Avoid add-to-list on local variables

2017-01-04 Thread Kaushal Modi
local variables. So I believe that these changes should be back-ported into the master branch of org too? -- Kaushal Modi

Re: [O] Problem with Org-capture mode

2017-01-04 Thread Kaushal Modi
; Capture abort: (void-function org-set-local) > > > > > > > > -- Kaushal Modi

[O] HTML width attribute gets added to a href instead of img

2017-01-06 Thread Kaushal Modi
g/org-mode-unicorn-logo.png"; alt="org-mode-unicorn-logo.png" /> Exported using http://www.gnu.org/software/emacs/";>Emacs 26.0.50.4 (http://orgmode.org";>Org mode 9.0.3) by Kaushal.Modi. = Note that in the latter case, the width property gets added to 'a' tag instead of to the 'img' tag. -- Kaushal Modi

Re: [O] HTML width attribute gets added to a href instead of img

2017-01-07 Thread Kaushal Modi
Thank you! On Sat, Jan 7, 2017, 9:50 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > > I believe that after this commit, the width attribute doesn't get added > to > > img tag as expected: > > > http://org

Re: [O] Org Mode Research

2017-01-07 Thread Kaushal Modi
Dye wrote: > > FYI, the survey appears to be market research for non-GPL vaporware. > -- Kaushal Modi

[O] Right way to add special processing to images?

2017-01-12 Thread Kaushal Modi
not exist ;; https://www.gnu.org/software/emacs/manual/html_node/elisp/Testing-Accessibility.html (message "%s" cmd) (shell-command cmd = If interested, here is the code and MWE on my github repo: https://github.com/kaushalmodi/.emacs.d/tree/master/elisp/org-include-img-from-pdf -- Kaushal Modi

[O] Hopes of making orgmanual.org the official manual?

2017-01-12 Thread Kaushal Modi
switching to org manual step is delayed, there might not be enough motivation to keep orgmanual.org maintained. -- Kaushal Modi

Re: [O] [PATCH] org-mime supports emacs24

2017-01-12 Thread Kaushal Modi
re, I will contact marmelade and melpa maintainer asap, for now, > There are also some pull request and bugs I need handle. So it could > take a few days. > > -- > help me, help you. > > -- Kaushal Modi

Re: [O] org-mime: improve handling of cc & bcc

2017-01-12 Thread Kaushal Modi
/msg00055.html ? On Thu, Jan 12, 2017 at 3:01 PM Nicolas Goaziou wrote: > Thank you. > > Could you send it again using git format-patch and with a proper commit > message? > > Regards, > > -- > Nicolas Goaziou > > -- Kaushal Modi

Re: [O] Right way to add special processing to images?

2017-01-12 Thread Kaushal Modi
as to mark them, collect them and build some > special page at the end of a slide with the information. > Thank you. That looks like a simple and safe idea. I will do that. -- Kaushal Modi

Re: [O] Org release_9.0 hangs

2017-01-17 Thread Kaushal Modi
git checkout release_9.0 > make autoloads > -- Kaushal Modi

Re: [O] is it bad to have both org and org-plus-contrib installed?

2017-01-24 Thread Kaushal Modi
ges depend on org. > > Is this a bad thing? And is there a way to make sure package > dependencies pick up org-plus-contrib when it is installed, and do not > install org as well? > > Thanks, > > Alan > > -- > OpenPGP Key ID : 040D0A3B4ED2E5C7 > Monthly Athmospheric CO₂, Mauna Loa Obs. 2016-12: 404.48, 2015-12: 401.85 > -- Kaushal Modi

[O] Sync up the org in emacs master to org maint branch?

2017-01-25 Thread Kaushal Modi
acs master completely, but if not, then at least as backup we have a newer org version to go out with that release. -- Kaushal Modi

Re: [O] Can't install org-plus-contrib from org elpa

2017-01-25 Thread Kaushal Modi
t; It's as if it's looking for a specific org-plus-contrib-.tar ? Never > had this problem before. > Call package-refresh-contents unconditionally. That should fix the problem. > LB > -- Kaushal Modi

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-26 Thread Kaushal Modi
od time to sync the Emacs master? > > On `master`, "now" is pretty much *always* a good time to sync. > More specifically, it's better to always keep `master` in sync with the > upstream (applies not just to Org). > > "sync early, sync often", > +1! -- Kaushal Modi

Re: [O] Sync up the org in emacs master to org maint branch?

2017-01-26 Thread Kaushal Modi
On Thu, Jan 26, 2017 at 10:39 AM Kyle Meyer wrote: > Kaushal Modi writes: > > > On Thu, Jan 26, 2017 at 1:19 AM Kyle Meyer wrote: > > > >> We'd want at least one more release from maint, I think, so that'd be > >> 9.0.5. > > > > Wo

Re: [O] Help checking orgcard.pdf

2017-02-05 Thread Kaushal Modi
ne built from the maint branch. > > Thanks. > > [*] http://orgmode.org/orgcard.pdf > > > -- > Kyle > -- Kaushal Modi 0001-Update-few-bindings-descriptions-based-on-org-9.0.4.patch Description: Binary data

Re: [O] Help checking orgcard.pdf

2017-02-05 Thread Kaushal Modi
Thanks. Please push that for me. Can only do http push from my machine (work), external ssh is blocked. I some point, I will need to figure out a push mechanism from my phone. On Sun, Feb 5, 2017, 3:53 PM Kyle Meyer wrote: > Kaushal Modi writes: > > > Hi Kyle, > > > &g

Re: [O] just saw this: orgzly code source available now on github

2017-02-06 Thread Kaushal Modi
Yes, he just announced that today morning: https://plus.google.com/+Orgzly/posts/7V4p8fMJwGx Thanks Neven. On Mon, Feb 6, 2017 at 11:27 AM Xebar Saram wrote: > Just saw this today in case anyone is interested :) > > https://github.com/orgzly/orgzly-android > > Z > -- Kaushal Modi

[O] Merge 9.0.5 to emacs master? (Was: Release 9.0.5)

2017-02-12 Thread Kaushal Modi
wrote: > Hi all, > > Org 9.0.5, a minor bugfix release, is out. > > Thanks! > > -- > Bastien > > > -- Kaushal Modi

Re: [O] New markup for revising manuscripts

2017-03-10 Thread Kaushal Modi
#1}} > (2) \response{changes) > > Is there a more elegant way to do this ? It would be nice if I could > change the color of the select text in both org and the exported latex file > to red. Seeing the highlighted text in org would be a huge plus. > > Thanks > M > -- Kaushal Modi

Re: [O] Allow #+SETUPFILE to point to an URL for the org file

2017-03-13 Thread Kaushal Modi
On Thu, Dec 8, 2016 at 5:40 PM Nicolas Goaziou wrote: > Kaushal Modi writes: > > You can use something like `url-insert' and `url-retrieve' or > `url-retrieve-synchronously'. > Thanks. I am using url-retrieve-synchronously. > > Sure, but SETUPFILE stil

Re: [O] [PATCH] allow klipse export in html

2017-03-29 Thread Kaushal Modi
On Wed, Mar 29, 2017 at 3:18 PM Yehonathan Sharvit wrote: > Good news. Where is the commit? It's in the master branch: http://orgmode.org/cgit.cgi/org-mode.git/commit/?id=d5bbf365533ba45d72ebed8121c7612c860ea944 -- Kaushal Modi

Re: [O] Viewing pdf images

2017-04-04 Thread Kaushal Modi
PM, Doyley, Marvin M. wrote: > >>>> Hi there, > >>>> > >>>> For manuscripts, my research group and I typically save images in pdf > >>>> format, much better resolution. It would be nice to view pdf images > >>>> when working in org-mode. Does anybody know how to view pdf images in > >>>> org-mode. > >>>> > >>>> Thanks, M > >>>> > >>>> PS We also work with svg images too, that would also love to view in > >>>> org-mode > >>>> > > > > > > -- > > Julian Mariano Burgos, PhD > > Hafrannsóknastofnun, rannsókna- og ráðgjafarstofnun hafs og vatna/ > > Marine and Freshwater Research Institute > > Skúlagata 4, 121 Reykjavík, Iceland > > Sími/Telephone : +354-5752037 <+354%20575%202037> > > Bréfsími/Telefax: +354-5752001 <+354%20575%202001> > > Netfang/Email: julian.bur...@hafogvatn.is > > -- Kaushal Modi

Re: [O] Viewing pdf images

2017-04-05 Thread Kaushal Modi
referenced foo.png. [[./foo.png]] When I get to a computer, I'll confirm if the #+CAPTION: and/or #+NAME: is needed for the inline images to show. Above works fine for exports, so I assumed that the inline images should show fine too. -- Kaushal Modi

Re: [O] Viewing pdf images

2017-04-05 Thread Kaushal Modi
On Wed, Apr 5, 2017 at 7:52 AM Kaushal Modi wrote: > When I get to a computer, I'll confirm if the #+CAPTION: and/or #+NAME: is > needed for the inline images to show. Above works fine for exports, so I > assumed that the inline images should show fine too. > Following up on

Re: [O] is it bad to have both org and org-plus-contrib installed?

2017-04-11 Thread Kaushal Modi
> > paradox. > > > > Why couldn't there be an org-contrib package, depending on org? So that > > way org would not be duplicated in two packages. > > I've run into the same problem with Spacemacs and would welcome a > solution. > > All the best, > Tom > > -- > Thomas S. Dye > http://www.tsdye.com > -- Kaushal Modi

[O] Failure in compiling org-capture.el

2017-04-17 Thread Kaushal Modi
annot stat `org-capture.elc': No such file or directory make[1]: *** [install] Error 1 make[1]: Leaving directory `/home/kmodi/.emacs.d/elisp/org-mode/lisp' make: *** [install-lisp] Error 2 -- Kaushal Modi

Re: [O] Failure in compiling org-capture.el

2017-04-17 Thread Kaushal Modi
17, 2017 at 10:11 AM Kaushal Modi wrote: > I am on master branch: ea3754f. > > A recent change in org-capture.el breaks compilation: > -- Kaushal Modi

Re: [O] Failure in compiling org-capture.el

2017-04-17 Thread Kaushal Modi
This patch works: >From 5edec74298a0140c5ebf55e7be0d64de6c702b17 Mon Sep 17 00:00:00 2001 From: Kaushal Modi Date: Mon, 17 Apr 2017 11:01:28 -0400 Subject: [PATCH] Fix nil case in pcase * lisp/org-capture.el (org-capture-fill-template): Use `nil for the nil case in pcase form. --- lisp/

Re: [O] Failure in compiling org-capture.el

2017-04-17 Thread Kaushal Modi
; And the same here (_ (error "Invalid `org-capture--clipboards' value: %S" org-capture--clipboards) -- Kaushal Modi

Re: [O] Failure in compiling org-capture.el

2017-04-17 Thread Kaushal Modi
On Mon, Apr 17, 2017 at 2:05 PM Nicolas Goaziou wrote: > This was a typo of mine. Fixed. Thank you. > > Regards, > Thanks. I confirm the fix. -- Kaushal Modi

Re: [O] Merge 9.0.5 to emacs master?

2017-04-18 Thread Kaushal Modi
s-devel discussion. I don't have experience merging mega branches, but I can help in any other way in that direction. > -- Kaushal Modi

Re: [O] ANN: org-sticky-header

2017-04-18 Thread Kaushal Modi
could be an > option. > > Cheers > On that note, there is also org-eldoc.el in contrib/ that sort of does what you want. "sort of" because: - Shows the breadcrumbs in the echo area instead of in header. - Shows that only when point is on an org heading, not when in the body. [image: pasted1] -- Kaushal Modi

Re: [O] LaTeX export of org file uses listings instead of minted, why?

2017-04-23 Thread Kaushal Modi
debug time is not spent on old versions. -- Kaushal Modi

[O] Cannot get the EXPORT_FILE_NAME override to work

2017-05-04 Thread Kaushal Modi
subtree, narrow to it, and export that using C-c C-e h h. Again override-export-file-name.html gets created instead of foo.html. So when does the EXPORT_FILE_NAME property work? What am I doing wrong? Thanks. -- Kaushal Modi

Re: [O] Cannot get the EXPORT_FILE_NAME override to work

2017-05-04 Thread Kaushal Modi
* ((pub-dir (plist-get proj-plist :publishing-directory)) (before-name (concat pub-dir "eless.md")) (after-name (concat pub-dir "Example eless Config in tcsh.md"))) (rename-file before-name after-name :ok-if-already-exists))) -- Kaushal Modi

Re: [O] Cannot get the EXPORT_FILE_NAME override to work

2017-05-04 Thread Kaushal Modi
s-wiki" :components ("eless-wiki-tcsh")) ("eless-all-docs" :components ("eless-html" "eless-info" "eless-readme" "eless-contributing" "eless-wiki")) ("eless-all" :components ("eless-all-docs" "eless-tangle" -- Kaushal Modi

Re: [O] Cannot get the EXPORT_FILE_NAME override to work

2017-05-04 Thread Kaushal Modi
port each one by calling > >(org-export-as 'html t) > > N.B. the subtreep setting in this call. > org-map is a golden suggestion! I'll dive into that. All said, looks like ox-publish misses an ":export_file_name" option. Don't you think? -- Kaushal Modi

Re: [O] Cannot get the EXPORT_FILE_NAME override to work

2017-05-04 Thread Kaushal Modi
-file (expand-file-name exported-file eless-root-dir) (expand-file-name exported-file eless-wiki-dir) :ok-if-already-exists) https://github.com/kaushalmodi/eless/blob/4c4aea14f7293b25644d48ebf90dbc68cf1b3654/build/build.el#L88-L104 -- Kaushal Modi

[O] Prevent creating empty lines with trailing spaces when tangling noweb

2017-05-05 Thread Kaushal Modi
Hello, I have this MWE: #+TITLE: Org babel tangle and noweb #+PROPERTY: header-args:shell :shebang "#!/usr/bin/env bash" * Shell Script #+BEGIN_SRC shell :noweb yes :tangle code.sh exec emacs -Q "$@" \ --eval '(progn <> )' 2>/dev/null >

Re: [O] Prevent creating empty lines with trailing spaces when tangling noweb

2017-05-05 Thread Kaushal Modi
On Sat, May 6, 2017 at 2:30 AM Kaushal Modi wrote: > +(setq body-str (replace-regexp-in-string "^[ \n\r]*\n" "\n" > body-str))) > > Just one correction to this regexp so that two or more consecutive empty lines in the source block get retained: (setq bo

Re: [O] Prevent creating empty lines with trailing spaces when tangling noweb

2017-05-06 Thread Kaushal Modi
On Sat, May 6, 2017, 3:23 AM Nicolas Goaziou wrote: > Hello, > > Kaushal Modi writes: > > I'd rather clean every empty line upon tangling, or let the user do it > with `org-babel-post-tangle-hook'. I just tried this again and it worked this time! (add-hook

Re: [O] stable org-plus-contrib

2017-05-11 Thread Kaushal Modi
branch. That said, I have been using the master branch as my daily driver for over a year. As of now I don't see any bug that affects my workflow. > -- Kaushal Modi

Re: [O] stable org-plus-contrib

2017-05-11 Thread Kaushal Modi
On Thu, May 11, 2017 at 9:20 AM Phillip Lord wrote: > Kaushal Modi writes: > > I'm afraid that I didn't note them carefully enough to report. I just > assumed I was on a unstable version. Stable or not, a bug report would be always welcome.. that will help the unstable b

Re: [O] No contrib directory in org-plus-contrib package

2017-05-11 Thread Kaushal Modi
issed something or is their something screwed in the build of the > package? > > I use Emacs 25.2.1 on cygwin 64bit. > All packages from the contrib/ dir are at the base dir level in the installed org-plus-contrib package dir. Basically the dir structure is flattened out when you ins

Re: [O] Table in org-mode not to be exported to latex

2017-05-17 Thread Kaushal Modi
On Wed, May 17, 2017, 8:07 AM Sharon Kimble wrote: > > --8<---cut here---start->8--- > #+BEGIN_SRC :exports no > | > I think that you are just missing out the language specifier there. Try: #+BEGIN_SRC org :exports no > -- Kaushal Modi

Re: [O] [RFC] The "c" Org macro

2017-05-21 Thread Kaushal Modi
)}}} | {{{n(n2)}}} | {{{n(n3)}}} | #+END_SRC -- Kaushal Modi

<    1   2   3   4   5   6   7   8   9   >