After I compile: C-c C-e d (… to open PDF file).It asks:'Allow BIND values in this buffer? (yes or no) 'I answer 'yes' and the PDF is opened. I have attached the resulting PDF screen capture.Thanks.
My test-file, OrgMode.org:#+TITLE: My file is OrgMode.org#+AUTHOR:#+EMAIL:#+DATE:#+DESCRIPTION:#+KEYWORDS:#+LANGUAGE: en#+BIND: org-latex-format-headline-function mapcdi-org-latex-headline-function#+OPTIONS: H:3 num:nil toc:t \n:nil @:t ::t |:t ^:t#+OPTIONS: -:t f:t *:t <:t tasks:nil#+OPTIONS: pri:nil tags:not-in-toc#+OPTIONS: TeX:t LaTeX:t skip:nil d:nil todo:t#+INFOJS_OPT: view:nil toc:nil ltoc:t mouse:underline buttons:0 path:http://orgmode.org/org-info.js#+EXPORT_SELECT_TAGS: export#+EXPORT_EXCLUDE_TAGS: noexport#+LINK_UP:#+LINK_HOME:#+XSLT:* TODO headline 1 :test:blah blah blah.* headline 2blah blah blah* headline 3A couple of separate paragraphs to see how far apart two paragraphs would benormally. We'll add enough to line break just to make it interesting.A couple of separate paragraphs to see how far apart two paragraphs would benormally. We'll add enough to line break just to make it interesting.____________________________________________________________________My .emacs file(custom-set-variables;; custom-set-variables was added by Custom.;; If you edit it by hand, you could mess it up, so be careful.;; Your init file should contain only one such instance.;; If there is more than one, they won't work right.'(adaptive-fill-mode nil)'(blink-cursor-mode nil)'(column-number-mode t)'(current-language-environment "Spanish")'(debug-on-error t)'(debug-on-quit t)'(display-battery-mode t)'(display-time-mode t)'(fill-column 56)'(left-margin 0)'(ns-alternate-modifier (quote meta))'(ns-command-modifier (quote super))'(ns-function-modifier (quote none))'(ns-right-alternate-modifier (quote none))'(ns-right-command-modifier (quote left))'(org-agenda-files (quote ("~/Documents/OrgMode.org")))'(save-place t nil (saveplace))'(size-indication-mode t)'(text-mode-hook (quote (turn-on-auto-fill text-mode-hook-identify)))'(truncate-lines t))(custom-set-faces;; custom-set-faces was added by Custom.;; If you edit it by hand, you could mess it up, so be careful.;; Your init file should contain only one such instance.;; If there is more than one, they won't work right.'(default ((t (:inherit nil :stipple nil :background "White" :foreground "Black" :inverse-video nil :box nil :strike-through nil :overline nil :underline nil :slant normal :weight normal :height 180 :width normal :foundry "apple" :family "Monaco"))))'(set-face-attribute (quote default) nil :height))(setenv "PATH" (concat (getenv "PATH") ":/usr/texbin"))(setq exec-path (append exec-path '("/usr/texbin")))(defun mapcdi-org-latex-headline-function (todo todo-type priority text tags)"The docstring of my function."(concat(and todo (format "{}" todo))(and priority (format "{} " ))(and text (format "{\\vspace{-\\baselineskip}}" ))(and tags(format "\\hfill{}\\textit{}" (mapconcat 'identity tags ":")))))