[O] Request to patch the =org-html-fontify-code= function in =ox-html.el=

2014-07-20 Thread Kaushal
defun in ox-html.el. (when (require 'fill-column-indicator nil 'noerror) (fci-mode -1)) Can this fix be integrated into ox-html.el? Thanks. -- Kaushal Modi

[O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Kaushal
("" "latexsym") ("" "float") ("" "caption")) org-babel-tangle-lang-exts '(("latex" . "tex") ("emacs-lisp" . "el")) org-confirm-elisp-link-function 'yes-or-no-p org-metadown-hook '(org-babel-pop-to-session-maybe) org-latex-listings 'minted org-ditaa-jar-path "/home/kmodi/.emacs.d/ditaa/ditaa0_9.jar" org-blocker-hook '(org-block-todo-from-children-or-siblings-or-parent) org-html-format-headline-function 'ignore org-export-with-smart-quotes t org-completion-use-ido t org-babel-load-languages '((ditaa . t) (plantuml . t) (latex . t) (dot . t)) org-html-format-inlinetask-function 'ignore org-agenda-mode-hook '((lambda nil (define-key org-agenda-mode-map "x" (quote sacha/org-agenda-done)) (define-key org-agenda-mode-map "X" (quote sacha/org-agenda-mark-done-and-add-followup)) (define-key org-agenda-mode-map "N" (quote sacha/org-agenda-new))) ) org-agenda-files "/home/kmodi/org/agenda.files" org-clock-out-hook '(org-clock-remove-empty-clock-drawer) org-confirm-babel-evaluate 'my-org-confirm-babel-evaluate org-src-fontify-natively t ) -- Kaushal Modi

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-25 Thread Kaushal
Do you mean that the fix works perfectly? Thanks. -- Kaushal Modi On Sep 25, 2014 7:55 PM, "Grant Rettke" wrote: > Works perfectly on this: > > ╭ > │ (print emacs-version) > │ (print org-version) > ╰ > > ╭ > │ "24.3.1" > │ > │ "8.2.7c" > ╰ >

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2014-09-26 Thread Kaushal
ing-hook'. But then where can I rehook it? I can't find a hook like `org-export-after-processing-hook'. Can you suggest a hook that can work for this use case? -- Kaushal Modi On Sep 26, 2014 6:01 AM, "Nicolas Goaziou" wrote: > Hello, > > Kaushal writes: >

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Kaushal
LINE}}} Second Line of Title Some text in org file on first line {{{NEWLINE}}} Some text in org file on second line {{{NEWLINE}}} Some text in org file on third line - -- Kaushal Modi On Fri, Sep 26, 2014 at 11:52 AM, Richard Lawrence < richard.lawre...@berkeley.edu> wrote: >

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Kaushal
y latex but simply "\\" character by html exporter. For consistency, the {{{NEWLINE}}} approach looks better; hoping that org-mode will support a special newline character for ascii exports at some time: - #+MACRO: NEWLINE @@latex:\\@@ @@html:@@ @@ascii:NEWLINE_CHARACTERS_ FOR_ASCI

[O] Multiple entries of the same table in TOC when using longtable env + #+MACRO limitations

2014-09-26 Thread Kaushal
-mode macros code be improved to support the above use cases? -- Kaushal Modi

Re: [O] Enforcing newlines in plain text export

2014-09-26 Thread Kaushal
r solution for the sake of consistency across all org exported formats. But I understand if the org team doesn't think it worthwhile to implement. I'll look into the export filter configuration. Thanks. Kaushal On Sep 26, 2014 8:47 PM, "Richard Lawrence" wrote: > Kaushal

Re: [O] Enforcing newlines in plain text export

2014-09-27 Thread Kaushal
I needed to have multi line titles exported in all formats consistently and that's when I need to use '\\' mid-line. -- Kaushal Modi On Sep 27, 2014 5:16 PM, "Nicolas Goaziou" wrote: > Hello, > > Richard Lawrence writes: > > > Does anyone know why t

[O] How to convert CSV text containing newlines to org-table?

2015-04-06 Thread Kaushal
Hi, I have this sample text: a,b,c,"def, ghi" When I convert that to org-table using C-u C-c |, I get | a| b | c | "def | | | ghi" | | | | | This was my expected outcome: | a | b | c | def, | | | | | ghi |

[O] Reason for org meta line fontification to have the highest priority?

2015-05-13 Thread Kaushal
Hi, I came across a situation where I had an org link inside a figure caption. But the way the org-set-font-lock-defaults is written, the org-link face gets overridden by org-meta-line face because the meta line fontification is done AFTER link fontification. Is there a specific reason why the m

Re: [O] Reason for org meta line fontification to have the highest priority?

2015-05-13 Thread Kaushal
ed, May 13, 2015 at 5:52 PM Kaushal wrote: > Hi, > > I came across a situation where I had an org link inside a figure caption. > > But the way the org-set-font-lock-defaults is written, the org-link face > gets overridden by org-meta-line face because the meta line fontif

[O] Incomplete org-plus-contrib

2015-05-19 Thread Kaushal
I was following the installation instructions on http:// orgmode.org / elpa.html because I wanted to have the org and the contrib packages installed via the emacs package manage

Re: [O] Bug: Export to html inserts strange unicode characters at line breaks because of fci-mode [8.2.7c (8.2.7c-64-g01f736-elpa @ /home/kmodi/.emacs.d/elpa/org-20140915/)]

2015-06-04 Thread Kaushal
'flyspell-mode) (when modi/htmlize-initial-flyspell-state (flyspell-mode 1 (add-hook 'htmlize-after-hook #'modi/htmlize-after-hook-fn) I would suggest that that fci-mode specific code be removed from the master. On Sat, Sep 27, 2014 at 3:25 PM Aaron Ecay wrot

Re: [O] [feature request] org-capture-window-setup to stop capture window taking up whole frame

2015-06-08 Thread Kaushal
`org-capture` does not take up the full frame for me by default; I just tried that in an emacs -Q session. Look into `display-buffer-alist` (emacs inbuilt variable) or packages like shackle or popwin for fine control on how you want to create windows when opening buffers. I do not use shackle for

[O] How do I specify the font attributes in org -> odt exports?

2015-06-14 Thread Kaushal
cript/code examples: Courier New 12 pt -- Kaushal Modi

Re: [O] allow italic quote marks? org-emphasis-regexp-components

2015-06-17 Thread Kaushal
The solution is simpler than you think; you simply need to add ZERO WIDTH SPACE unicode char between / and " (beginning) and " and / (end). The default way to do it is C-x 8 RET zero width space RET or C-x 8 RET 200b RET But I need to use this priceless unicode char to escape stuff like this i

Re: [O] allow italic quote marks? org-emphasis-regexp-components

2015-06-17 Thread Kaushal
And Steven, You need to insert that same char between , and / in /then,/ On Wed, Jun 17, 2015 at 11:19 PM Kaushal wrote: > The solution is simpler than you think; you simply need to add ZERO WIDTH > SPACE unicode char between / and " (beginning) and " and / (end). > > Th

Re: [O] allow italic quote marks? org-emphasis-regexp-components

2015-06-18 Thread Kaushal
Nope, it doesn't :) Screencap of pdf export: http://i.imgur.com/KuLHKNd.png On Thu, Jun 18, 2015 at 3:54 AM Marcin Borkowski wrote: > > On 2015-06-18, at 05:19, Kaushal wrote: > > > The solution is simpler than you think; you simply need to add ZERO WIDTH > > SPACE

Re: [O] allow italic quote marks? org-emphasis-regexp-components

2015-06-18 Thread Kaushal
> Marcin Borkowski writes: > > > On 2015-06-18, at 05:19, Kaushal wrote: > > > >> The solution is simpler than you think; you simply need to add ZERO > WIDTH > >> SPACE unicode char between / and " (beginning) and " and / (end). > > Thanks for

Re: [O] Forcing line breaks in src (monospace) examples

2015-06-23 Thread Kaushal
On the topic of exporting auto-wrapped lines in source code blocks to .tex/.pdf: If you use minted instead of listings, the latest minted 2.0 (probably not yet on tex-live) latex package does line wrapping in the source code blocks very elegantly. https://github.com/gpoore/minted (se

Re: [O] Maybe 1st ox-texinfo manual in the wild

2015-07-03 Thread Kaushal
> org manual in org-mode That's very cool! I wonder why the official Org Manual source is not in org-mode. -- Kaushal Modi On Jul 3, 2015 7:08 AM, "Eric Abrahamsen" wrote: > Rasmus writes: > > > Hi, > > > > The magit 2.1 manual was typeset using ox-te

Re: [O] Color theme loading on startup

2015-07-09 Thread Kaushal
Daniel, What version of emacs are you on? color-theme is a very old style of setting themes. I believe load-theme will not work for color themes. Check out this recent answer on emacs.SE for more detail: http://emacs.stackexchange.com/a/13825/115 -- Kaushal Modi On Jul 9, 2015 3:44 AM, "D

Re: [O] Color theme loading on startup

2015-07-09 Thread Kaushal
e. Then `(load-theme 'cyberpunk t nil)` will work. Check out the below emacs.SE for more detail. http://emacs.stackexchange.com/a/2113/115 -- Kaushal Modi On Jul 9, 2015 6:23 AM, "Kaushal" wrote: > Daniel, > > What version of emacs are you on? > > color-theme is

Re: [O] controlling how htmlize fontifies code

2015-08-02 Thread Kaushal
; default (setq org-html-htmlize-font-prefix "org-") Check out this link for the full solution including Leuven theme css: http://emacs.stackexchange.com/a/7633/115 -- Kaushal Modi On Aug 2, 2015 9:19 AM, "Rick Frankel" wrote: > On Sun, Aug 02, 2015 at 10:24:25AM +0100, Eric

[O] org-src-fontify-natively stops working in 8.3

2015-08-04 Thread Kaushal
in 8.3? Thanks. -- Kaushal Modi

Re: [O] org-src-fontify-natively stops working in 8.3

2015-08-04 Thread Kaushal
Using (font-lock-fontify-buffer) as in version 8.2.10 instead of (font-lock-ensure) in org-src-font-lock-fontify-block fixes this. But the documentation in font-lock.el suggests using font-lock-ensure instead of font-lock-fontify-buffer. -- Kaushal Modi On Tue, Aug 4, 2015 at 10:38 PM, Kaushal

[O] How can I make mdframed+minted work for multi-page source code blocks?

2015-08-04 Thread Kaushal
List of Listings - Be able to customize the border lines, code background and line numbers. -- Kaushal Modi

Re: [O] How can I make mdframed+minted work for multi-page source code blocks?

2015-08-05 Thread Kaushal
'(("linenos") ("numbersep" "5pt") ("frame" "none") ; box frame is created by the mdframed package ("framesep""2mm") ;; ("font

Re: [O] org-src-fontify-natively stops working in 8.3

2015-08-05 Thread Kaushal
Thanks guys! On Aug 5, 2015 7:34 AM, "Bastien Guerry" wrote: > I've released 8.3.1 with this fix. > > Thanks, > > -- > Bastien >

Re: [O] How can I make mdframed+minted work for multi-page source code blocks?

2015-08-05 Thread Kaushal
Actually everyone can ignore this; I have a working hack. On Wed, Aug 5, 2015 at 6:55 AM Kaushal wrote: > I forgot to mention that I have this in my emacs setup related to ox-latex > and minted: > >(setq org-latex-listings 'minted) > > (setq o

Re: [O] [DEV] Bump Emacs requirement to 24.4?

2015-08-05 Thread Kaushal
+1 On Wed, Aug 5, 2015 at 3:38 PM Nicolas Goaziou wrote: > Hello, > > Just to be sure, can we require Emacs 24.4 for development version > (a.k.a. Org 8.4)? As a data point, Debian stable provides it. > > Also, what is the status of XEmacs support? AFAIU Org 8.3 doesn't build > on XEmacs but no

Re: [O] elpa upgrade to 8.3.1 on emacs 24.5

2015-08-06 Thread Kaushal
cal-variable (list 'quote var)) val)) -- Kaushal Modi On Thu, Aug 6, 2015 at 10:18 AM, Paul Schlesinger wrote: > When I open an org file I get > File mode specification error: (invalid-function setq-local) > > I just upgraded so I don't know of any other problems > > Pau

Re: [O] sudo uninstall org? Can it be done?

2015-08-06 Thread Kaushal
.com/kaushalmodi/.emacs.d/blob/master/setup-packages.el -- Kaushal Modi On Thu, Aug 6, 2015 at 12:02 PM, Achim Gratz wrote: > Sharon Kimble writes: > > So I'm now running with org-mode - > > > > ╭ > > │Org-mode version 8.2.10 (release_8.2.10 @ > /usr/local/

Re: [O] elpa upgrade to 8.3.1 on emacs 24.5

2015-08-06 Thread Kaushal
But the surprising thing is that Paul mentioned in the subject line that he's on emacs 24.5. -- Kaushal Modi On Thu, Aug 6, 2015 at 10:54 AM, Rasmus wrote: > Hi, > > Paul Schlesinger writes: > > > When I open an org file I get > > File mode specification error:

[O] What is the best way to set #+DATE to today's date?

2015-08-06 Thread Kaushal
odi/org-update-TODAY-macro) PART 2: org document where I want the #+DATE to auto update #+MACRO: TODAY [current date is auto-inserted when exporting] #+DATE: {{{TODAY}}} -- Kaushal Modi

Re: [O] What is the best way to set #+DATE to today's date?

2015-08-06 Thread Kaushal
#+date: and then eval that elisp form? -- Kaushal Modi On Thu, Aug 6, 2015 at 12:44 PM, Rasmus wrote: > Kaushal writes: > > > Hi all, > > > > There are quite few documents in which I want to update the date stamp to > > the last update time. > > > >

Re: [O] What is the best way to set #+DATE to today's date?

2015-08-06 Thread Kaushal
documentation actually doesn't tell what {{{time}}} does: http://orgmode.org/manual/Macro-replacement.html @John: Looks like I will not need any elisp hacks :) -- Kaushal Modi On Thu, Aug 6, 2015 at 2:18 PM, John Kitchin wrote: > I use a function like that here: > https://github.com/jkitchi

Re: [O] What is the best way to set #+DATE to today's date?

2015-08-06 Thread Kaushal
g exported, respectively." Apologies. And thanks to everyone for giving their time to reply to this. -- Kaushal Modi On Thu, Aug 6, 2015 at 3:25 PM, Kaushal wrote: > @Nick That works! Thank you! > > I used the below instead (learned that I needed to escape that comma). > >

Re: [O] [PATCH] Re: What is the best way to set #+DATE to today's date?

2015-08-06 Thread Kaushal
I think you missed out explaining what {{{time(FORMAT)}}} does. -- Kaushal Modi On Thu, Aug 6, 2015 at 4:51 PM, Thomas S. Dye wrote: > OK, here is a patch that tries to do that. > > All the best, > Tom > > Kaushal writes: > > > Yeah, the documentatio

Re: [O] What is the best way to set #+DATE to today's date?

2015-08-06 Thread Kaushal
{{{modification-time(FORMAT)}}} - Inserts modification time of the file being exported as per the FORMAT -- Kaushal Modi On Thu, Aug 6, 2015 at 3:50 PM, Thomas S. Dye wrote: > > Kaushal writes: > > > Actually the documentation does say what {{{time}}} does; I just didn't >

Re: [O] [PATCH] Re: What is the best way to set #+DATE to today's date?

2015-08-07 Thread Kaushal
@Fabrice Thanks for sharing your examples! @Suvayu I tried removing #+DATE: line.. but with that I don't see the date stamp in html exports. The advantage of {{{time(FORMAT)}}} is that I can also control the formatting of the date-time stamp. -- Kaushal Modi On Fri, Aug 7, 2015 at 4:

Re: [O] [PATCH] Re: What is the best way to set #+DATE to today's date?

2015-08-07 Thread Kaushal
"%d" So it looks like "%d" returns an empty string if #+DATE: is omitted altogether; but if org-html-postamble is 'auto, today's date is entered if #+DATE: is omitted. -- Kaushal Modi On Fri, Aug 7, 2015 at 10:20 AM, Suvayu Ali wr

Re: [O] [BUG] Re: Annoying positioning of point when writing footnotes

2015-08-13 Thread Kaushal
Thanks! I have this problem too; was going to report this. On Thu, Aug 13, 2015 at 12:43 PM Gerald Wildgruber < gerald.wildgru...@unibas.ch> wrote: > > Matt, thanks! looking forward to any elucidation you can give on the > problem at hand! > > Gerald. > > On Do, Aug 13 2015, Matt Lundin wrote: >

Re: [O] [PATCH] Re: Annoying positioning of point when writing footnotes

2015-08-13 Thread Kaushal
@Matt Correct. I have set org-footnote-auto-adjust to t. On Thu, Aug 13, 2015 at 2:16 PM Matt Lundin wrote: > Matt Lundin writes: > > > Gerald Wildgruber writes: > > > >> Matt, thanks! looking forward to any elucidation you can give on the > >> problem at hand! > > > > Could you tell me what t

Re: [O] outorg issue

2015-08-18 Thread Kaushal
I had submitted a pull request to solve this issue on that author's outshine package page a couple of months back but as Andreas noted, the author hasn't been able to maintain this stuff due to personal reasons. You can fix this issue by manually making changes in your copy of outshine as per this

Re: [O] outorg issue

2015-08-20 Thread Kaushal
I don't know the outshine and outorg code in and out. But I wouldn't mind keeping it maintained with the pull requests I get. That said, adding Thorsten Jolitz to this discussion. @Thorsten Would you mind making me ( https://github.com/tj64/outshine/pull/46 ) a temporary maintainer of your outshin

[O] http address for cloning org-mode git

2015-09-23 Thread Kaushal Modi
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

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 wrote: > On Wed, Sep 23, 2015 at 03:03:42PM -0400, Kaush

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 wrote: > Suvayu Ali writes: > > On We

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 wrote:

[O] Italicized code/verbatim blocks

2015-09-25 Thread Kaushal Modi
x27;t find a way to do it. ​ -- Kaushal Modi

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" wrote: > Hi Nick > > well yes i guess :) . but would be

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 wrote: > I know how to do in vim. Select

[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] 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 wrote: > Since Monday morning (New York time) I have not been able to export to > pdflatex (worked

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 wrote: > Hi, > > Doing C-c C-e l o on any org file gives me the error > > Symbol's

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 wrote: > > Exporting to latex of the simple file below results in an error: > > , > | m

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 wrote: > Kaushal Modi writes: > > > I realized that the default binding `C-c *` works only on the current > line, not the whole selectio

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 wrote: > This is just an FYI. > > Over the past couple of days, I've noticed delays in posting

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 wrote: > > >

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 wrote: > Hello, > > Multiple cursor <https://github.com/magnars/multiple-cursors.el>is a very > handy tool. but I don't

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

2015-10-16 Thread Kaushal Modi
-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

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 wrote: > I haven’t been following the thread so this may have already been asked, but > have you checked ~/.e

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,

[O] Links in comments

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

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 wrote: > Hi, > > This question has come up a few times on emacs.stackexchange so I was > curious if the more experienced or

Re: [O] Some projects

2015-10-26 Thread Kaushal Modi
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

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 comme

[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 code

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: http://git.savannah.gnu.org/cgit/emacs.git/commit/?id=5401bb8645f955b6fde8c0a5e5c8cf5ec1cab

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
@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
> 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=

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-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.

[O] org-capture templates broken?

2015-11-03 Thread Kaushal Modi
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

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.

Re: [O] org-capture templates broken?

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

[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

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, espec

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

2015-11-06 Thread Kaushal Modi
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

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] 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
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] 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. in

[O] Wrong number of arguments: setq, 1

2015-12-11 Thread Kaushal Modi
'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

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 the pr

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

2016-01-06 Thread Kaushal Modi
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: > > >

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.

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

2016-01-06 Thread Kaushal Modi
‘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

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] 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 org-ver

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

2016-01-10 Thread Kaushal Modi
Out of curiosity, which org-mode version will see this change in export-block syntax?

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] 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 c

Re: [O] Commenting out #+

2016-01-18 Thread Kaushal Modi
> ##+STARTUP > > Is this sort of thing possible with org 8.3.3+ ? > > Thanks, > Eric > > > -- -- Kaushal Modi

  1   2   3   4   5   6   7   8   9   >