===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
org-mode-9.4.0+dfsg/contrib/lisp/org-contacts.el-998-	 (bday (org-contacts-vcard-escape (cdr (assoc-string org-contacts-birthday-property properties))))
org-mode-9.4.0+dfsg/contrib/lisp/org-contacts.el:999:	 (addr (cdr (assoc-string org-contacts-address-property properties)))
org-mode-9.4.0+dfsg/contrib/lisp/org-contacts.el-1000-	 (nick (org-contacts-vcard-escape (cdr (assoc-string org-contacts-nickname-property properties))))
##############################################
org-mode-9.4.0+dfsg/contrib/lisp/ox-groff.el-359-    (fortran "fortran") (cobol "cobol") (pascal "pascal")
org-mode-9.4.0+dfsg/contrib/lisp/ox-groff.el:360:    (ada "ada") (asm "asm")
org-mode-9.4.0+dfsg/contrib/lisp/ox-groff.el-361-    (perl "perl") (cperl "perl")
##############################################
org-mode-9.4.0+dfsg/etc/ORG-NEWS-1124-#+begin_example
org-mode-9.4.0+dfsg/etc/ORG-NEWS:1125:  ,#+macro: join (eval (concat $1 $2))
org-mode-9.4.0+dfsg/etc/ORG-NEWS:1126:  ,#+macro: sum (eval (+ (string-to-number $1) (string-to-number $2)))
org-mode-9.4.0+dfsg/etc/ORG-NEWS-1127-
##############################################
org-mode-9.4.0+dfsg/lisp/org-macro.el-151-	 (list
org-mode-9.4.0+dfsg/lisp/org-macro.el:152:	  '("n" . "(eval (org-macro--counter-increment $1 $2))")
org-mode-9.4.0+dfsg/lisp/org-macro.el:153:	  '("keyword" . "(eval (org-macro--find-keyword-value $1))")
org-mode-9.4.0+dfsg/lisp/org-macro.el:154:	  '("time" . "(eval (format-time-string $1))")
org-mode-9.4.0+dfsg/lisp/org-macro.el:155:	  '("property" . "(eval (org-macro--get-property $1 $2))")))))
org-mode-9.4.0+dfsg/lisp/org-macro.el-156-
##############################################
org-mode-9.4.0+dfsg/lisp/org-macro.el-333-	     (eq 'timestamp (org-element-type (car date))))
org-mode-9.4.0+dfsg/lisp/org-macro.el:334:	(format "(eval (if (org-string-nw-p $1) %s %S))"
org-mode-9.4.0+dfsg/lisp/org-macro.el-335-		(format "(org-timestamp-format '%S $1)"
##############################################
org-mode-9.4.0+dfsg/lisp/org-table.el-363-  "Non-nil means interpret constants in formulas in tables.
org-mode-9.4.0+dfsg/lisp/org-table.el:364:A constant looks like `$c' or `$Grav' and will be replaced before evaluation
org-mode-9.4.0+dfsg/lisp/org-table.el-365-by the value given in `org-table-formula-constants', or by a value obtained
##############################################
org-mode-9.4.0+dfsg/lisp/ox-man.el-175-    (fortran "fortran") (cobol "cobol") (pascal "pascal")
org-mode-9.4.0+dfsg/lisp/ox-man.el:176:    (ada "ada") (asm "asm")
org-mode-9.4.0+dfsg/lisp/ox-man.el-177-    (perl "perl") (cperl "perl")
##############################################
org-mode-9.4.0+dfsg/testing/lisp/test-org-macro.el-47-    (org-test-with-temp-text
org-mode-9.4.0+dfsg/testing/lisp/test-org-macro.el:48:	"#+MACRO: add (eval (+ (string-to-number $1) (string-to-number $2)))
org-mode-9.4.0+dfsg/testing/lisp/test-org-macro.el-49-<point>{{{add(1,2)}}}"